Skip to content

Commit

Permalink
Added 'If you get a segmentation fault' to docs/modpython.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Feb 16, 2006
1 parent f732217 commit c1dded6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/modpython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,13 @@ that case, you'll see an "Internal Server Error" page in your browser and the
full Python traceback in your Apache ``error_log`` file. The ``error_log``
traceback is spread over multiple lines. (Yes, this is ugly and rather hard to
read, but it's how mod_python does things.)

If you get a segmentation fault
===============================

If Apache causes a segmentation fault, it's probably because you're running
mod_python and mod_php in the same Apache instance, with MySQL as your database
backend. This is a known mod_python issue, not a Django issue, and there's more
information in the `mod_python FAQ entry`.

.. _mod_python FAQ entry: http://modpython.org/FAQ/faqw.py?req=show&file=faq02.013.htp

0 comments on commit c1dded6

Please sign in to comment.