[BangPypers] Configuring web2py to run on apache with Centos5.8

Senthil skksundar at yahoo.co.in
Fri Jul 20 15:07:34 CEST 2012


Hey Gora,

Thanks for this piece of advice. Will try these out and will let you know.

Senthilkumaran Sundaramurthi.



________________________________
 From: Gora Mohanty <gora at mimirtech.com>
To: Bangalore Python Users Group - India <bangpypers at 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 at python.org
http://mail.python.org/mailman/listinfo/bangpypers


More information about the BangPypers mailing list