From c478b609b270c20c90eda618962a7efad6b26ca2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 7 Oct 2012 21:02:54 +0200 Subject: Documentation/configuration: fix path, add dependancies --- apache/apache-wsgi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apache') diff --git a/apache/apache-wsgi.conf b/apache/apache-wsgi.conf index 4bd2b81..1a4d24a 100644 --- a/apache/apache-wsgi.conf +++ b/apache/apache-wsgi.conf @@ -2,7 +2,7 @@ ServerName chimere.example.com WSGIDaemonProcess chimere processes=2 maximum-requests=500 threads=1 WSGIProcessGroup chimere - WSGIScriptAlias / /var/local/chimere/chimere/apache/mydjango.wsgi + WSGIScriptAlias / /var/local/chimere/apache/mydjango.wsgi Alias /static "/var/local/chimere/mychimere_project/static" Alias /tinymce "/usr/share/tinymce/www" -- cgit v1.2.3