Hello, I am new to web2py after a short research on web2py, django and pylons.
I create a new app which is accessible trough http://localhost/app1/ . How can I deploy it for a production environment, of course, using web2py built-in webserver and access the application only by: http://localhost ? How reliable and fast is the built-in webserver compared with apache ? --

