aboutsummaryrefslogtreecommitdiff
path: root/conf/apache-vhost.conf
AgeCommit message (Collapse)AuthorFilesLines
2017-06-28Turn the WSGI file into a python module (#240)0livd1-1/+1
* Turn the WSGI file into a python module * Update conf files to use the new wsgi module Apache and gunicorn now use the same entrypoint * Update Changelog
2017-06-20Move the wsgi file to the budget dir (#218)0livd1-1/+1
The wsgi file needs to live in the budget dir if we want it to be installed by setuptools
2017-06-18Tell Apache to add the budget directory to the python path (#215)0livd1-1/+1
The path no longer needs to be modified in the .wsgi file
2017-04-10Add the possibilty to run ihatemoney via Apache mod_wsgi (#191)0livd1-0/+16
Add the possibilty to run ihatemoney via Apache mod_wsgi ihatemoney.wsgi is the entry point for mod_wsgi. A virtualenv can be activated if its path is specified as an env var in the apache virtual host file