[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-25 Thread Dave S
On Wednesday, May 25, 2016 at 6:10:02 AM UTC-7, Rahul wrote: > > Hi All, >I have successfully deployed web2py with modwsgi and Apache on > CentOS6.7. When I access my site, by default it shows - > http://www.mysite.in/welcome/default/index . Can anyone help on below > items - > 1. Ho

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-25 Thread Rahul
Hi All, I have successfully deployed web2py with modwsgi and Apache on CentOS6.7. When I access my site, by default it shows - http://www.mysite.in/welcome/default/index . Can anyone help on below items - 1. How to change site to show something like by default - http://www.mysite.in/*

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-22 Thread Rahul
Hi LightDot, I've got web2py running over Apache on CentOS6.7. Now when I access the domain, I am being shown the web2py welcome application. I am assuming I only need a few steps to switch my default application. I now face a few challenges to make postgreSQL connection to my applicat

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-22 Thread Rahul
Hi LightDot, I've got web2py running over Apache on CentOS6.7. Now when I access the domain, I am being shown the web2py welcome application. I am assuming I only need a few steps to switch my default application. I now face a few challenges to make postgreSQL connection to my applicat

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-21 Thread LightDot
Basically, you need to have mod_wsgi properly configured and you need to create an appropriate apache virtual host for your domain. There were threads here about this before and the above mentioned CentOS 7 script has this covered in a certain way, so you can look into it for ideas. Generic mod

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-20 Thread Rahul
Hey LightDot, Thats correct I have manually installed Apache2. However I also have python2.7.11(I guess that is the latest one) installed in other directory . Both python 2.6.6 and 2.7.11 co-exist separately. I have followed instructions to make sure I dont mess up the original dist

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-20 Thread LightDot
Go for 3. Two caveats: - apache installed in /usr/local/apache2 is not a part of CentOS distribution. It must have been installed manually at some point - if you're using python provided by the OS, you'll be stuck on this last version of web2py. Web2py > 2.14.6 isn't python 2.6 compatible anymor

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-19 Thread Rahul
Thanks! Dave. That section deals with centOS7, I will check nginx section and try to make it work for me. Starting the web2py manually with nohup command over my public IP works but that would have a port where I would need to access it. I want a cleaner way to make it work automatically. 1. S

[web2py] Re: stuck up on Deployment on CentOS 6.7

2016-05-19 Thread Dave S
On Thursday, May 19, 2016 at 6:03:18 AM UTC-7, Rahul wrote: > > Hi All, > I have root access for the VPS server which is on centOS6.7 I have > installed web2py in /home/www/ directory and Apache2 is by default > installed in /usr/local/apache2. Now accessing my website shows me the > Ap