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 between modules.
>
> BTW, if you comment out the WSGIScriptAlias directive, can you then
> access the images, ie., can Apache actually read the directory and see
> the files?
>
> Graham
>


Graham,

Thank you very much.  I was looking all over for that little nugget of
information.  I simply moved the AddModule mod_wsgi.c line to before
the one for mod_alias.

BTW, this might be worth mentioning on the mod_wsgi site.

Thanks again,

Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to