0
votes
1answer
54 views

How to configure Apache2 to enable error_log files per virtualHost using mod_wsgi?

I have multiple sites which are written in Python using web.py framework. I want to generate separate access logs and error logs files per site, i have enabled on Apache2. How to achieve this ? ...
0
votes
1answer
105 views

Unable to setup web.py on apache2 using mod_wsgi

Here are my config files, /etc/apach2/sites-availabled/currentcost <VirtualHost *:20108> ServerAdmin webmaster@localhost DocumentRoot /var/www WSGIScriptAlias /currentcost ...
1
vote
1answer
151 views

Configuring apache2 conf for several python web.py apps

I am working on a small web dashboard -project that has backend implemented with python's web.py framework. The dashboard has all sorts of widget's on it, one of which also has its backend ...
0
votes
0answers
96 views

How to deploy a web.py application into an apache2 webserver using mod_python?

I follow the instructions here. But I can not achieve to make it run. I tried to edit the apache config file as it is said here. Most of the time I get HTTP 500 error. Then I fix some bugs about db ...