ServerName <%= server_name %>
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE <%= application %>.<%= settings %>
PythonPath "['<%= deploy_to %>/<%= application %>', '<%= deploy_to %>'] + sys.path"
PythonDebug Off
Alias /<%= media_root %> <%= media_root_path%>
">
Options FollowSymLinks
Order deny,allow
Allow from all
">
SetHandler None
RewriteEngine On
RewriteCond <%= system_path %>/maintenance.html -f
RewriteCond %{REQUEST_URI} !/<%= media_root %>/system/maintenance.html
RewriteRule $ /<%= media_root %>/system/maintenance.html [R=302,L]