Django

Code

Changeset 2309

Show
Ignore:
Timestamp:
02/15/06 21:55:48 (3 years ago)
Author:
adrian
Message:

Added 'If you get a segmentation fault' to docs/modpython.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r1451 r2309  
    199199traceback is spread over multiple lines. (Yes, this is ugly and rather hard to 
    200200read, but it's how mod_python does things.) 
     201 
     202If you get a segmentation fault 
     203=============================== 
     204 
     205If Apache causes a segmentation fault, it's probably because you're running 
     206mod_python and mod_php in the same Apache instance, with MySQL as your database 
     207backend. This is a known mod_python issue, not a Django issue, and there's more 
     208information in the `mod_python FAQ entry`. 
     209 
     210.. _mod_python FAQ entry: http://modpython.org/FAQ/faqw.py?req=show&file=faq02.013.htp