Reflect name change of wrapper.
This commit is contained in:
parent
1f2a8e5d5c
commit
426721057b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ NameVirtualHost 10.10.11.21:80
|
||||||
PythonPath "['/var/www'] + sys.path"
|
PythonPath "['/var/www'] + sys.path"
|
||||||
SetEnv DJANGO_SETTINGS_MODULE conservancy.settings
|
SetEnv DJANGO_SETTINGS_MODULE conservancy.settings
|
||||||
PythonDebug Off
|
PythonDebug Off
|
||||||
PythonPostReadRequestHandler wrapper
|
PythonPostReadRequestHandler conservancy_wrapper
|
||||||
|
|
||||||
PythonOutputFilter modpythoncustom DJANGOTEMPLATE
|
PythonOutputFilter modpythoncustom DJANGOTEMPLATE
|
||||||
AddOutputFilter DJANGOTEMPLATE html
|
AddOutputFilter DJANGOTEMPLATE html
|
||||||
|
|
Loading…
Reference in a new issue