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

2012-07-26 Thread Senthil
: Wednesday, 25 July 2012 4:51 PM Subject: Re: [BangPypers] Configuring web2py to run on apache with Centos5.8 On Wed, 2012-07-25 at 16:10 +0530, Guruprasad wrote: > On Wed, Jul 25, 2012 at 3:55 PM, Senthil > wrote: > > Hi Kenneth, > > > > Really appreciate your help. I was a

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

2012-07-25 Thread Kenneth Gonsalves
On Wed, 2012-07-25 at 16:10 +0530, Guruprasad wrote: > On Wed, Jul 25, 2012 at 3:55 PM, Senthil > wrote: > > Hi Kenneth, > > > > Really appreciate your help. I was able to configure the web2py to > run on apache successfully. Thanks to everyone for the support. > > What was the issue and how did

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

2012-07-25 Thread Guruprasad
On Wed, Jul 25, 2012 at 3:55 PM, Senthil wrote: > Hi Kenneth, > > Really appreciate your help. I was able to configure the web2py to run on > apache successfully. Thanks to everyone for the support. What was the issue and how did you solve it? It'd be great if you could post a short writeup. Th

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

2012-07-25 Thread Senthil
, 24 July 2012 4:56 PM Subject: Re: [BangPypers] Configuring web2py to run on apache with Centos5.8 On Tue, 2012-07-24 at 18:43 +0800, Senthil wrote: > My app is under the directory /root/web2py/web2py. Sorry about the > late reply. and if you notice, that does not have 755 permissions -

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

2012-07-24 Thread Kenneth Gonsalves
On Tue, 2012-07-24 at 18:43 +0800, Senthil wrote: > My app is under the directory /root/web2py/web2py. Sorry about the > late reply. and if you notice, that does not have 755 permissions - and it is not a very healthy thing to put apps under /root - but it is your funeral! -- regards Kenneth Gons

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

2012-07-20 Thread Kenneth Gonsalves
On Fri, 2012-07-20 at 20:43 +0800, Senthil wrote: > I tried it over IE, Firefox and Chrome. All had the same result. cd to /, do ls -al and paste the output here -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org http://mail

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

2012-07-20 Thread Senthil
Gora, After making those changes, am still facing the same issue. thanks. Senthilkumaran Sundaramurthi. From: Gora Mohanty To: Bangalore Python Users Group - India Sent: Friday, 20 July 2012 6:33 PM Subject: Re: [BangPypers] Configuring web2py to run on

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

2012-07-20 Thread Senthil
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

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

2012-07-20 Thread Gora Mohanty
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 acce

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

2012-07-20 Thread Senthil
: Bangalore Python Users Group - India Sent: Friday, 20 July 2012 5:55 PM Subject: Re: [BangPypers] Configuring web2py to run on apache with Centos5.8 On Fri, 2012-07-20 at 20:09 +0800, Senthil wrote: > I have changed the permissions to 755 and have disabled the selinux > already :( sad Still n

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

2012-07-20 Thread Kenneth Gonsalves
On Fri, 2012-07-20 at 20:09 +0800, Senthil wrote: > I have changed the permissions to 755 and have disabled the selinux > already :( sad Still no luck... are you by any chance using firefox - I find that very often firefox cache is the culprit - even clearing the cache does not help. Sometimes it

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

2012-07-20 Thread Senthil
PM Subject: Re: [BangPypers] Configuring web2py to run on apache with Centos5.8 On Fri, 2012-07-20 at 17:18 +0800, Senthil wrote: > But i have already set that. The only difference is i have given all > permissions to all, meaning > > chmod -R 777 /path_to_static/ there *are* ea

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

2012-07-20 Thread Kenneth Gonsalves
On Fri, 2012-07-20 at 17:18 +0800, Senthil wrote: > But i have already set that. The only difference is i have given all > permissions to all, meaning > > chmod -R 777 /path_to_static/ there *are* easier ways to commit suicide! Disable selinux and see if it helps. -- regards Kenneth Gonsalves

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

2012-07-20 Thread Senthil
, 20 July 2012 12:18 PM Subject: Re: [BangPypers] Configuring web2py to run on apache with Centos5.8 On Fri, 2012-07-20 at 14:26 +0800, Senthil wrote: > But i keep getting the 403 forbidden error. Am not sure what am doing > wrong here . chmod -R 755 /path_to_static/ -- regards Kenneth Gon

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

2012-07-19 Thread Kenneth Gonsalves
On Fri, 2012-07-20 at 14:26 +0800, Senthil wrote: > But i keep getting the 403 forbidden error. Am not sure what am doing > wrong here . chmod -R 755 /path_to_static/ -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org http:/

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

2012-07-19 Thread Senthil
Hi, I have setup web2py, mod_wsgi on a centos5.8 machine to run on apache. But i keep getting the 403 forbidden error. Am not sure what am doing wrong here . Pasting the file that i have included as additional conf, below. Please help me/ provide some pointers on the same\   ServerName web