here is one more script/cronjob that was created by Ivo Maintz our glorious sysadmin. It test if web2py runs every 3 minutes, if it is not running it starts the server. http://web2pyslices.com/main/slices/take_slice/97
On Sep 13, 4:34 pm, selecta <[email protected]> wrote: > When I tried to install Web2py with Apache in the front on my vserver > Web2py crashed with the error message "can't create new thread", after > some googleing and testing I found out that this was due to too little > memory. While both servers do not use much memory Apache reserved so > much memory that Web2py could not start :( > > So I decided to dump Apache and installed Lighttpd. I wanted to have > the following result > > www.myhost.org-> 127.0.0.1:8000/myappwww.otherhost.org-> > 127.0.0.1:8000/otherapp > > and here is how I did ithttp://web2pyslices.com/main/slices/take_slice/96

