File diff 5531cf7457bb → 3ea00297ecd7
apache2/sites-available/sfconservancy.org
Show inline comments
...
 
@@ -21,24 +21,31 @@ NameVirtualHost 10.10.11.21:80
 
   ServerName sfconservancy.org
 
        ServerAdmin root@sfconservancy.org
 
#        SSLCertificateFile /etc/apache2/ssl/apache.pem
 
        DocumentRoot /var/www/conservancy/static
 

	
 
        <Directory /var/www/conservancy/static>
 
             Options -Indexes FollowSymLinks -MultiViews
 
             Order allow,deny
 
             allow from all
 
             AllowOverride None
 
        </Directory>
 

	
 
        <Directory /var/www/conservancy/static/source>
 
             Options Indexes FollowSymLinks -MultiViews
 
             Order allow,deny
 
             allow from all
 
             AllowOverride None
 
        </Directory>
 

	
 
        PythonPath "['/var/www'] + sys.path"
 
        SetEnv DJANGO_SETTINGS_MODULE conservancy.settings
 
        PythonDebug Off
 
        PythonPostReadRequestHandler conservancy_wrapper
 

	
 
        PythonOutputFilter modpythoncustom DJANGOTEMPLATE
 
        AddOutputFilter DJANGOTEMPLATE html
 

	
 
        ErrorDocument 401 /401error.html
 
        ErrorDocument 403 /403error.html
 
        ErrorDocument 404 /404error.html
 
        ErrorDocument 500 /500error.html