Changes between Version 1 and Version 2 of django_apache_and_mod_wsgi


Ignore:
Timestamp:
Aug 19, 2007, 3:16:01 AM (17 years ago)
Author:
yml
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • django_apache_and_mod_wsgi

    v1 v2  
    515108/16/2007  04:33 PM                 0 __init__.py
    5252
     53__Note__: There is a file called "__init__.py" in <PATH TO YOUR DJANGO PROJECT>/apache. In this case <PATH TO YOUR DJANGO PROJECT> is equal to c:\<LONG PATH>\dj_project
     54
    5355Like in the httpd.conf you should pay attention to the separator. You should use "/" and not "\"
    5456apache_django_wsgi.conf
     
    6365
    6466Alias /yui/ "<PATH TO YOUR YUI>/build/"
    65 <Directory "<PATH TO YOUR YUI>//build">
     67<Directory "<PATH TO YOUR YUI>/build">
    6668Order allow,deny
    6769Options Indexes
Back to Top