Hi,
I installed web2py on my unix server and started it but in less than 8 
hours the process is terminated. Is there some sort of log where I can find 
out why this happens? Is there a way I can make it run forever? After all 
it is a server and my site should be reacheable 24/7

Server Ubuntu 12.04 Lts
web2py 2.2.1 (2012-10-21 16:57:04)

thats my shell script I start it with:
#!/usr/bin/env sh

cd $HOME/lib/python/web2py
python web2py.py -i xxx.xxx.xxx.xxx -a pw -p 2323 -c /root/ssl/server.crt -k 
/root/ssl/server.key


I got a second question is it possible to visit the sites without the https 
and only go to the admin panel via ssl?

thanks for your help!

-- 



Reply via email to