Changes between Version 13 and Version 14 of TracModPython
- Timestamp:
- 22/07/2019 15:54:52 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModPython
v13 v14 147 147 148 148 When you request the `/projects` URL, you will get a listing of all subdirectories of the directory you set as `TracEnvParentDir` that look like Trac environment directories. Selecting any project in the list will bring you to the corresponding Trac environment. 149 150 Directories residing in `TracEnvParentDir` that are not environment directories will display an error message on the [TracInterfaceCustomization#ProjectList project index page]. The directories can be excluded by listing them in a `.tracignore` file residing in `TracEnvParentDir`. Unix [https://docs.python.org/2/library/fnmatch.html shell-style wildcard patterns] can be used in the newline separated list of directories. 149 151 150 152 If you don't want to have the subdirectory listing as your projects home page you can use a … … 316 318 }}} 317 319 318 See also [http ://subversion.apache.org/faq.html#reposperms How do I set repository permissions correctly?]320 See also [https://subversion.apache.org/faq.html#reposperms How do I set repository permissions correctly?] 319 321 320 322 ==== FreeBSD issues … … 376 378 === Segmentation fault with php5-mhash or other php5 modules 377 379 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].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 [https://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 [https://www.djangoproject.com/documentation/modpython/#if-you-get-a-segmentation-fault Django segmentation fault]. 381 383 382 384 ----