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?


On Nov 10, 2:04 pm, gert <[EMAIL PROTECTED]> wrote:
> On Nov 10, 1:00 am, kaos <[EMAIL PROTECTED]> wrote:
>
> > Lol... You're making things rather complicated :)
>
> Then just be glad Graham posted before I did because there would be
> any config file left :)
>
> > wsgi is definitely running because it says so in the apache monitor
>
> Is this the same monitor as in ?
> ErrorLog "/var/log/apache2/error.log"
> LogLevel info
>
> > I don't really wanna change a whole load of things in the config,
> > because I understand it's actually supposed to be quite simple to set
> > up (atleast, according to the tutorial on the wsgi homepage)
>
> > Any ideas on how I can get this thing running with my current config?
>
> Yep I want to see the complete config file mail it to
> [EMAIL PROTECTED]
> And the complete log file monitor file
>
> Then i will post the parts that i suggest to change in here
>
> PS I need to go to sleep now
--~--~---------~--~----~------------~-------~--~----~
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