Does it look like this now?  This should work:

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

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


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/site_media/">
Order allow,deny
Allow from all
</Directory>


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


On Wed, Nov 11, 2009 at 12:32 AM, knight <alexar...@gmail.com> wrote:

>
> Hi,
>
> Thanks for the reply.It helps for the admin media.
> But my site_media (static files) still don't work.
> Do you have another idea what my problem is?
>
> Thanks, Arshavski Alexander.
>
> On Nov 11, 12:31 am, Angel Cruz <mrangelc...@gmail.com> wrote:
> > Maybe the backslash is a problem.
> >
> > Here is how my media alias looks like:
> >
> > Alias /media/ "C:/Program Files/Apache Software
> > Foundation/Apache2.2/htdocs/django/media/"
> > <Directory "C:/Program Files/Apache Software
> > Foundation/Apache2.2/htdocs/django/media/">
> > Order allow,deny
> > Allow from all
> > </Directory>
> >
> >
> >
> > On Sun, Nov 8, 2009 at 11:37 PM, knight <alexar...@gmail.com> wrote:
> >
> > > 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<django-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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=.


Reply via email to