Hi. I have a problem with configuring my django site with mod_wsgi.
My httpd.conf is:


LoadModule wsgi_module modules/mod-wsgi.so
WSGIScriptAlias /peergw C:/mxhw/mx30/django.wsgi

<Directory C:/mxhw/mx30>
        Order deny,allow
        allow from all
</Directory>

Alias /media/ "C:\Program Files\Apache Software Foundation
\Apache2.2\htdocs\media"
Alias /peergw/site_media/ "C:\Program Files\Apache Software Foundation
\Apache2.2\htdocs\site_media"

<Directory "C:\Program Files\Apache Software Foundation
\Apache2.2\htdocs">
Order deny,allow
Allow from all
</Directory>


I want my site to run on /peergw since I have many instances on the
server and each one running with the different prefix.
Everything works fine except all the images - I can't see static media
files both in admin and my site.
When I go to "/site_media/..../image" and not "/peergw/site_media/..../
image", I do see the image.
What am I doing wrong?
By the way, I'm running on Vista, but I have the same problem on XP.

Thanks, Arshavski Alexander.



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to