On Nov 10, 3:55 am, kaos <[EMAIL PROTECTED]> wrote: > Thanks for your help but I've got it running now, > > I should have just opted for the VirtualHost option in the first > place, it works like a charm > > <VirtualHost *:80> > > ServerName localhost > ServerAlias localhost > ServerAdmin [EMAIL PROTECTED] > > DocumentRoot "c:/wsgi" > > WSGIScriptAlias / "c:/wsgi/handler.py" > > <Directory "c:/wsgi"> > Order allow,deny > Allow from all > </Directory> > > Alias /robots.txt "c:/htdocs/robots.txt" > Alias /index.html "c:/htdocs/index.html" > > Alias /images/ "c:/htdocs/images/" > > </VirtualHost> > > Am I doing it right?
yep --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
