From d619212928d82def5aa826aa1d02e5b24510811f Mon Sep 17 00:00:00 2001 From: Nim Date: Sat, 18 Feb 2012 21:08:05 +0100 Subject: Modify configuration and default data --- apache/apache-wsgi.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apache') diff --git a/apache/apache-wsgi.conf b/apache/apache-wsgi.conf index 57bd438..16a893c 100644 --- a/apache/apache-wsgi.conf +++ b/apache/apache-wsgi.conf @@ -5,6 +5,12 @@ WSGIScriptAlias / /var/local/chimere/chimere/apache/django.wsgi Alias /static "/var/local/chimere/chimere/static" Alias /tinymce "/usr/share/tinymce/www" + + Options Indexes MultiViews FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all + ErrorLog ${APACHE_LOG_DIR}/chimere/error.log LogLevel warn -- cgit v1.2.3