Re: Help with httpd.conf for mod_wsgi and media directory

2007-09-30 Thread Graham Dumpleton
On Sep 30, 12:42 pm, Steve Potter <[EMAIL PROTECTED]> wrote: > On Sep 29, 6:58 pm, Graham Dumpleton <[EMAIL PROTECTED]> > wrote: > > > What version of Apache are you using? The ordering or rule evaluation > > in Apache 1.3 is actually based on order of LoadModule/AddModule lines > > in Apache con

Re: Help with httpd.conf for mod_wsgi and media directory

2007-09-29 Thread Steve Potter
On Sep 29, 6:58 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > What version of Apache are you using? The ordering or rule evaluation > in Apache 1.3 is actually based on order of LoadModule/AddModule lines > in Apache configuration as at code level can't define the ordering > dependencies bet

Re: Help with httpd.conf for mod_wsgi and media directory

2007-09-29 Thread Graham Dumpleton
What version of Apache are you using? The ordering or rule evaluation in Apache 1.3 is actually based on order of LoadModule/AddModule lines in Apache configuration as at code level can't define the ordering dependencies between modules. BTW, if you comment out the WSGIScriptAlias directive, can

Help with httpd.conf for mod_wsgi and media directory

2007-09-28 Thread Steve Potter
Below is the httpd.conf virtual host directive I created based on the directions from the mod_wsgi website. Everything is working fine with mod_wsgi and Django. The problem I am having is with the media directory (I would like it to be /images/). It appears that the line with Alias /images/ is