Changes between Version 7 and Version 8 of django_apache_and_mod_wsgi


Ignore:
Timestamp:
Oct 26, 2008, 4:38:55 AM (16 years ago)
Author:
Graham Dumpleton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • django_apache_and_mod_wsgi

    v7 v8  
    55== Installation ==
    66
    7 mod_wsgi can be downloaded from there: http://code.google.com/p/modwsgi/. There is an excellent procedure for installing it on windows there: http://code.google.com/p/modwsgi/wiki/InstallationOnWindows. [[BR]]
    8 On that page you will find a link to precompiled windows binaries.
     7The mod_wsgi package can be downloaded from http://code.google.com/p/modwsgi/. Ensure that you work through the mod_wsgi [http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide installation] and [http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide configuration] instructions before trying to setup Django. For links to Windows binaries and steps on setting up mod_wsgi Windows see its separate [http://code.google.com/p/modwsgi/wiki/InstallationOnWindows installation] instructions but still refer to main installation instructions to work out if mod_wsgi was installed correctly.
     8
     9Note that the mod_wsgi site provides its own documentation for [http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango integrating Django with mod_wsgi]. Those instructions go into areas this document does not and in some respect should be seen as being a more definitive source of information. It is also a good idea to read through other documentation on the mod_wsgi site as well, especially in respect to installation, configuration or application issues. Reading the other documentation on the mod_wsgi site will save you a lot of time if you do have any issues as it is quite comprehensive.
    910
    1011== Configuration of Apache and mod_wsgi  ==
Back to Top