Hi,

While I am far from being an expert in setting up Apache,
there seem to be several things wrong with your Apache
config.
1. Your ServerName is wrong unless you have aliased it
    locally, or are hosting on example.com :-)
2. Your WSGIScriptAlias is at /wpy , but in some cases
    you are accessing /
3. The Order parameter for <Directory /root/web2py/web2py>
    should be Order Deny,Allow so as to match the rest of
    the steps:
    http://httpd.apache.org/docs/2.0/mod/mod_access.html#order

4. This is off-topic for the list :-)

Regards,
Gora
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to