Changes between Version 5 and Version 6 of django_apache_and_mod_wsgi


Ignore:
Timestamp:
Sep 18, 2007, 6:26:39 PM (17 years ago)
Author:
Ramiro Morales
Comment:

Fix Apache config Directory stanza for the app media dir

Legend:

Unmodified
Added
Removed
Modified
  • django_apache_and_mod_wsgi

    v5 v6  
    6262{{{
    6363Alias /site_media/ "<PATH TO YOUR DJANGO PROJECT>/media/"
    64 <Directory "<PATH TO YOUR DJANGO PROJECT>/">
     64<Directory "<PATH TO YOUR DJANGO PROJECT>/media">
    6565Order allow,deny
    6666Options Indexes
Back to Top