Changes between Version 3 and Version 4 of TracModPython
- Timestamp:
- 20/07/2009 15:23:50 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModPython
v3 v4 288 288 The TracUriRoot is obviously the path you need to enter to the browser to get to the trac (e.g. domain.tld/projects/trac) 289 289 290 === Additional .htaccess help === 291 292 If 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 290 301 === Win32 Issues === 291 302 If 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. … … 365 376 366 377 ---- 367 See also TracGuide, TracInstall, TracCgi, TracFastCgi378 See also: TracGuide, TracInstall, [wiki:TracModWSGI ModWSGI], [wiki:TracFastCgi FastCGI], [wiki:TracModPython ModPython], [trac:TracNginxRecipe TracNginxRecipe]