Changes between Version 2 and Version 3 of TracModPython
- Timestamp:
- 12/09/19 21:34:35 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModPython
v2 v3 318 318 }}} 319 319 320 See also [http s://subversion.apache.org/faq.html#reposperms How do I set repository permissions correctly?]320 See also [http://subversion.apache.org/faq.html#reposperms How do I set repository permissions correctly?] 321 321 322 322 ==== FreeBSD issues … … 361 361 362 362 '''Note''': For the above configuration to have any effect it must be put after the configuration of your project root location, ie {{{<Location /myproject />}}}. 363 364 **Note:** Do not enable python optimizations using the directive `PythonOptimize On`. When optimizations are enabled the page header/footer and documentation for macros and plugins will be hidden. An error will be raised in Trac 1.0.11 and later when optimizations are enabled.365 363 366 364 === HTTPS issues … … 378 376 === Segmentation fault with php5-mhash or other php5 modules 379 377 380 You may encounter segfaults (reported on Debian etch) if php5-mhash module is installed. Try to remove it to see if this solves the problem. See [http s://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411487 Debian bug report].381 382 Some people also have troubles when using PHP5 compiled with its own third party libraries instead of system libraries. Check [http s://www.djangoproject.com/documentation/modpython/#if-you-get-a-segmentation-fault Django segmentation fault].378 You may encounter segfaults (reported on Debian etch) if php5-mhash module is installed. Try to remove it to see if this solves the problem. See [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411487 Debian bug report]. 379 380 Some people also have troubles when using PHP5 compiled with its own third party libraries instead of system libraries. Check [http://www.djangoproject.com/documentation/modpython/#if-you-get-a-segmentation-fault Django segmentation fault]. 383 381 384 382 ----