From c3efcc89935af43f1ebf13d4185bae3892777365 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 6 Dec 2008 12:22:45 +0000 Subject: finished sslmode config, added itk stuff to php vhost --- templates/vhosts/perl/CentOS.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/vhosts/perl') diff --git a/templates/vhosts/perl/CentOS.erb b/templates/vhosts/perl/CentOS.erb index 0dbdb69..f02795f 100644 --- a/templates/vhosts/perl/CentOS.erb +++ b/templates/vhosts/perl/CentOS.erb @@ -21,6 +21,7 @@ AssignUserId <%= run_uid+" "+run_gid %> <%- end -%> + <%- if (options.to_s != 'absent' or htpasswd_file.to_s != 'absent') and not ssl_mode.to_s == 'force' then -%> /"> AllowOverride <%= allow_override %> <%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%> @@ -45,6 +46,7 @@ <%- end -%> + <%- end -%> SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %> -- cgit v1.2.3