python-web2py package seems to only available in wheezy and sid. My
current prod servers are running Squeeze and Ubuntu Lucid. So seems
like source is the only way. Anyone has a good installation guide for
Debain Squeeze and/or Ubuntu Lucid? My main concern is to keep the
same directory structure and virtual hosts using Apache w/ WSGI.



On Jun 13, 7:27 am, José Luis Redrejo Rodríguez <[email protected]>
wrote:
> 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.

Reply via email to