2011/6/13 Jason Schmidt <[email protected]>: > On my debian server, I have setup Apache + wsgi + django. I've > multiple domains hosted. Structure as follows: > > /srv/www/example1.com/public_html/ > /srv/www/example1.com/application/ > > /srv/www/example2.com/public_html/ > /srv/www/example2.com/application/ > > I'm accessing my django projects using Apache virtual host > configuration for domain. > (i.e) WSGIScriptAlias / /srv/www/example1.com/application/django.wsgi > > I want to play around with web2py. How can I install web2py without > changing my directory structure and using Apache virtual host config?
Yes, you can Take a look at the /usr/share/doc/python-web2py/README.Debian included in python-web2py package in Debian. It described how to set up a virtual host with web2py + Apache + wsgi or how to make it run in an apache subdirectory over a already setup host. Regards.

