Re: [web2py] Apache vhost configuration for web2py with mod_wsgi and SSL

2012-08-03 Thread Alec Taylor
You should be able to find all the relevant information here: http://web2py.com/book/default/chapter/13 On Sat, Aug 4, 2012 at 2:58 AM, Daniel Gonzalez wrote: > Hi, > > I am trying to setup an apache vhost with SSL to serve web2py. I have > succeeded in setting up mod_wsgi, with the following vh

[web2py] Apache vhost configuration for web2py with mod_wsgi and SSL

2012-08-03 Thread Daniel Gonzalez
Hi, I am trying to setup an apache vhost with SSL to serve web2py. I have succeeded in setting up mod_wsgi, with the following vhost configuration file: ServerName www.example.com WSGIDaemonProcess web2py user=www-data group=www-data \ display-name=%{GROUP} W