Changeset - 426721057bd0
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 14 years ago 2010-09-26 23:31:58
bkuhn@ebb.org
Reflect name change of wrapper.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
apache2/sites-available/sfconservancy.org
Show inline comments
...
 
@@ -24,25 +24,25 @@ NameVirtualHost 10.10.11.21:80
 
        DocumentRoot /var/www/conservancy/static
 

	
 
        <Directory /var/www/conservancy/static>
 
             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 wrapper
 
        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
 

	
 
        ErrorLog /var/log/apache2/sfconservancy.org_error.log
 

	
 
        # Possible values include: debug, info, notice, warn, error, crit,
0 comments (0 inline, 0 general)