Django

Code

Changeset 279

Show
Ignore:
Timestamp:
07/21/05 12:39:11 (3 years ago)
Author:
jacob
Message:

No, [278] missed the actual bug; this should fix it

Files:

Legend:

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

    r278 r279  
    8787you'll see problems due to the way mod_python caches code in memory.  To fix 
    8888this problem, you'll need to use the ``PythonInterpreter`` directive to give 
    89 different ``<Location>``s seperate interpreters:: 
     89different ``<Location>`` directives seperate interpreters:: 
    9090 
    9191    <VirtualHost *>