Changes between Version 2 and Version 3 of TracModPython

Show
Ignore:
Timestamp:
08/11/09 08:16:13 (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v2 v3  
    288288The TracUriRoot is obviously the path you need to enter to the browser to get to the trac (e.g. domain.tld/projects/trac) 
    289289 
     290=== Additional .htaccess help === 
     291 
     292If you are using the .htaccess method you may have additional problems if your trac directory is inheriting .htaccess directives from another.  This may also help to add to your .htaccess file: 
     293 
     294{{{ 
     295<IfModule mod_rewrite.c> 
     296  RewriteEngine Off 
     297</IfModule> 
     298}}} 
     299 
     300 
    290301=== Win32 Issues === 
    291302If you run trac with mod_python < 3.2 on Windows, uploading attachments will '''not''' work. This problem is resolved in mod_python 3.1.4 or later, so please upgrade mod_python to fix this. 
     
    365376 
    366377---- 
    367 See also TracGuide, TracInstall, TracCgi, TracFastCgi 
     378See also:  TracGuide, TracInstall, [wiki:TracModWSGI ModWSGI], [wiki:TracFastCgi FastCGI], [wiki:TracModPython ModPython], [trac:TracNginxRecipe TracNginxRecipe]