From 5f0206aaeb5f8be87f6ee39448e7f36a3c7dd6ee Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 5 Dec 2008 17:21:54 +0000 Subject: - add index.shtml to default index if we do includ es, as well add +Includes to the directory options if not yet done - removed the security rewrite as it is already in the defaults.inc! - removed the enforcement of mod_security --- templates/vhosts/static/CentOS.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/vhosts/static/CentOS.erb') diff --git a/templates/vhosts/static/CentOS.erb b/templates/vhosts/static/CentOS.erb index 1e93756..e990f5e 100644 --- a/templates/vhosts/static/CentOS.erb +++ b/templates/vhosts/static/CentOS.erb @@ -12,6 +12,7 @@ "> AllowOverride <%= allow_override %> + Options <%= options %> <%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%>+Includes<%- end -%> @@ -21,7 +22,4 @@ <%- unless additional_options == 'absent' then -%> <%= additional_options %> <%- end -%> - RewriteEngine on - RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) - RewriteRule .* - [F -- cgit v1.2.3