Changes between Version 1 and Version 2 of django_apache_and_mod_wsgi
- Timestamp:
- Aug 19, 2007, 3:16:01 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
django_apache_and_mod_wsgi
v1 v2 51 51 08/16/2007 04:33 PM 0 __init__.py 52 52 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 53 55 Like in the httpd.conf you should pay attention to the separator. You should use "/" and not "\" 54 56 apache_django_wsgi.conf … … 63 65 64 66 Alias /yui/ "<PATH TO YOUR YUI>/build/" 65 <Directory "<PATH TO YOUR YUI>/ /build">67 <Directory "<PATH TO YOUR YUI>/build"> 66 68 Order allow,deny 67 69 Options Indexes