from the book (http://web2py.com/book/default/chapter/11)
web2py comes with an SSL21<http://en.wikipedia.org/wiki/Secure_Sockets_Layer> enabled web server, the Rocket wsgiserver22 <https://launchpad.net/rocket> . While this is a fast web server, it has limited configuration capabilities. For this reason it is best to deploy web2py behind Apache78<http://www.apache.org/> , Lighttpd85 <http://www.lighttpd.net/> or Cherokee86<http://www.cherokee-project.com/download/> On Mon, May 30, 2011 at 8:58 PM, ra3don <[email protected]> wrote: > I apologize if this has already been answered somewhere. > > Are there any disadvantages to deploying using the default server that > comes with web2py? > -- Sebastian E. Ovide

