From f6b389233e2d8ac3b4d29322d86fceb2e2de7a37 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Jan 2011 11:06:19 +0200 Subject: initial commit --- apache/staging.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 apache/staging.conf (limited to 'apache/staging.conf') diff --git a/apache/staging.conf b/apache/staging.conf new file mode 100644 index 0000000..919a3d6 --- /dev/null +++ b/apache/staging.conf @@ -0,0 +1,31 @@ + + WSGIScriptReloading On + WSGIReloadMechanism Process + WSGIDaemonProcess caktus_website-staging + WSGIProcessGroup caktus_website-staging + WSGIApplicationGroup caktus_website-staging + WSGIPassAuthorization On + + WSGIScriptAlias / /var/www/generic_django/apache/staging.wsgi/ + + + Order Allow,Deny + Allow from all + + + + SetHandler None + + + Alias /media /var/www/staging/generic_django/media + + + SetHandler None + + + Alias /adminmedia /var/www/staging/generic_django/media/admin + + ErrorLog /var/www/log/error.log + LogLevel info + CustomLog /var/www/log/access.log combined + \ No newline at end of file -- cgit v1.3.1