From 40692c2b7b528a34063a89f92e6226c08a2cd65f Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Wed, 2 Jan 2013 22:45:24 +0100 Subject: [PATCH] Fixed Apache config. --- apache-config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-config b/apache-config index 84eab96..883a7c1 100644 --- a/apache-config +++ b/apache-config @@ -1,6 +1,5 @@ WSGIDaemonProcess metanohi.name processes=2 threads=5 display-name=%{GROUP} WSGIProcessGroup metanohi.name -WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi @@ -19,6 +18,8 @@ WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi Alias /static /home/niels/www/meta/nohi/static Alias /heavy /home/niels/www/meta/nohi/heavy + WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi + Order allow,deny Allow from all @@ -49,6 +50,8 @@ WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi Alias /static /home/niels/www/meta/nohi/static Alias /heavy /home/niels/www/meta/nohi/heavy + WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi + Order allow,deny Allow from all