search for: weposs_rewrite_log

Displaying 2 results from an estimated 2 matches for "weposs_rewrite_log".

2007 Jun 03
6
mongrel cluster w/ apache
...ServerName thealarmlights.net DocumentRoot /usr/local/www/weposs/current/public <Directory "/usr/local/www/weposs/current/public" > Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> RewriteEngine On RewriteLog logs/weposs_rewrite_log RewriteLogLevel 9 # Check for maintenance file and redirect all requests RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f RewriteCond %{SCRIPT_FILENAME} !maintenance.html RewriteRule ^.*$ /system/maintenance.html [L] # Rewrite index to check for static RewriteRule ^/$ /inde...
2007 Jun 03
3
mongrel cluster w/ apache
...555> ServerName thealarmlights.net DocumentRoot /usr/local/www/weposs/current/public <Directory "/usr/local/www/weposs/current/public" > Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> RewriteEngine On RewriteLog logs/weposs_rewrite_log RewriteLogLevel 9 # Check for maintenance file and redirect all requests RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f RewriteCond %{SCRIPT_FILENAME} !maintenance.html RewriteRule ^.*$ /system/maintenance.html [L] # Rewrite index to check for static RewriteRule ^/$ /index.html...