Gora,

After making those changes, am still facing the same issue.

thanks.
Senthilkumaran Sundaramurthi.



________________________________
 From: Gora Mohanty <g...@mimirtech.com>
To: Bangalore Python Users Group - India <bangpypers@python.org> 
Sent: Friday, 20 July 2012 6:33 PM
Subject: Re: [BangPypers] Configuring web2py to run on apache with Centos5.8
 
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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to