All , I've only used the native web2py webserver in the past. I've recently had to move to Apache as a requirement for the environment the apps need to live in.
I was able to get things up and running but ran into a problem where the default system python is 2.7.6 and I need a minimum of 2.7.9 for some of the libraries I need to use in the app. I'm unable to upgrade the system python. There is an alternate install of python in /opt/python-2.7.9 A couple of questions: - Once the Apache configuration is done, the native Web2Py process (i.e. python ./web2py.py) is no longer needed correct? - I've been looking at the following config directives, but I need to confirm they should be added to the default.conf file in /etc/apache2/sites-enabled WSGIPythonExecutable /opt/python-2.7.9/bin/python WSGIPythonHome /opt/python-2.7.9 WSGIPythonPath /opt/python-2.7.9/lib/python2.7/site-packages Attempting to add these to default.conf causes apache to fail on restart. Thank you in advance for pushing me in the right direction. I'm a bit over my head and working under a deadline. -Scott -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

