Changeset 2309
- Timestamp:
- 02/15/06 21:55:48 (3 years ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r1451 r2309 199 199 traceback is spread over multiple lines. (Yes, this is ugly and rather hard to 200 200 read, but it's how mod_python does things.) 201 202 If you get a segmentation fault 203 =============================== 204 205 If Apache causes a segmentation fault, it's probably because you're running 206 mod_python and mod_php in the same Apache instance, with MySQL as your database 207 backend. This is a known mod_python issue, not a Django issue, and there's more 208 information in the `mod_python FAQ entry`. 209 210 .. _mod_python FAQ entry: http://modpython.org/FAQ/faqw.py?req=show&file=faq02.013.htp
