If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
how i got web2py working with lighttpd mod_proxy to serve different apps for different domains e.g. www.myhost.org -> 127.0.0.1:8000/myapp; www.otherh ...
if you want to let your web2py server run all the time this script test if web2py runs every 3 minutes and starts it if it is down ...
This is how I set up web2py running with FastCGI on Hostmonster shared hosting. ...
This recipe is about web2py using RAM MEMORY for "disk caching" on linux(with TMPFS). ...
This is how I setup web2py on a hosting service with FastCGI in a subdirectory. ...
(written specifically for Ubuntu, but applicable to all systems) By: Evan Gray - GrayMatterComputing ...
Issues concerned with low memory footprint using web2py are discussed. Specific steps for configuring Lighttpd for static file use, URL remapping and ...
This is (obviously) a hack, so test it extensively before deploying it in your environment. Tested with web2py-1.74.6 and web2py-1.74.11. ...
Tested under OS X, but should work on other Unix-like systems. See script for documentation. Now in scripts/. ...
Notes on how to deploy web2py on ubuntu using apache mod_wsgi and postgresql inside of VirtualHost ...