Django

Code

Changeset 642

Show
Ignore:
Timestamp:
09/14/05 14:07:29 (3 years ago)
Author:
adrian
Message:

Small change to docs/modpython.txt -- added link to Apache Web site

Files:

Legend:

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

    r285 r642  
    33================================= 
    44 
    5 Apache/mod_python currently is the preferred setup for using Django on a 
    6 production server. 
     5`Apache`_ with `mod_python`_ currently is the preferred setup for using Django 
     6on a production server. 
    77 
    8 mod_python, available at http://www.modpython.org/ , is similar to 
    9 `mod_perl`_ : It embeds Python within Apache and loads Python code into memory 
    10 when the server starts. Code stays in memory throughout the life of an Apache 
    11 process, which leads to significant performance gains over other server 
    12 arrangements. 
     8mod_python is similar to `mod_perl`_ : It embeds Python within Apache and loads 
     9Python code into memory when the server starts. Code stays in memory throughout 
     10the life of an Apache process, which leads to significant performance gains over 
     11other server arrangements. 
     12 
     13.. _Apache: http://httpd.apache.org/ 
     14.. _mod_python: http://www.modpython.org/ 
     15.. _mod_perl: http://perl.apache.org/ 
    1316 
    1417Basic configuration 
     
    115118revoke your Django privileges. 
    116119 
    117 .. _mod_perl: http://perl.apache.org/ 
    118120.. _mod_python documentation: http://modpython.org/live/current/doc-html/directives.html 
    119121