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/myapp
www.otherhost.org -> 127.0.0.1:8000/otherapp

and here is how I did it
http://web2pyslices.com/main/slices/take_slice/96

Reply via email to