diff --git a/apache/000-default.conf b/apache/000-default.conf index 28f47da..ea11143 100644 --- a/apache/000-default.conf +++ b/apache/000-default.conf @@ -1,6 +1,3 @@ -WSGIScriptAlias / /vagrant/django/webshop/webshop/wsgi.py -WSGIPythonPath /vagrant/django/webshop/ - # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating @@ -23,13 +20,17 @@ WSGIPythonPath /vagrant/django/webshop/ - - Require all granted - + + Require all granted + + + + Require all granted + + WSGIScriptAlias / /vagrant/django/webshop/webshop/wsgi.py + WSGIDaemonProcess webshop python-path=/vagrant/django/webshop processes=2 threads=15 display-name=%{GROUP} + WSGIProcessGroup webshop - - Require all granted - # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg.