For some reason, I needed to add this directive,

     AddHandler wsgi-script .wsgi

in order to get my hello world working.

Can anyone clarify why this was needed?

On Nov 10, 12:20 pm, gert <[EMAIL PROTECTED]> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to