This is the first time I have really tried to deploy web2py to a production server, so I'm going to need some help. What I want to do is run my web2py app through Apache using a subdomain. Right now, I've got the server configured as a LAMP server using the default Ubuntu configuration because there are a couple of PHP applications running on the server as well.
So if I want my web2py app to run from myapp.domain.com, what would my Apache site config file look like, and would I have do anything with routes.py? Thanks in advance for helping with this. I'm a developer, not a server admin :)

