summaryrefslogtreecommitdiff
path: root/templates/vhosts/php
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-06 12:45:55 +0000
committermh <mh@immerda.ch>2008-12-06 12:45:55 +0000
commit2c5ca964b2e1d027d8d365cae14d156bf6f0ab3b (patch)
tree0caed7b5b2655483c408f5850f5cd927bbab387c /templates/vhosts/php
parentc3efcc89935af43f1ebf13d4185bae3892777365 (diff)
fixing ssl_mode decision, still set the directory stuff
Diffstat (limited to 'templates/vhosts/php')
-rw-r--r--templates/vhosts/php/CentOS.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index e957f07..28a8271 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -21,7 +21,7 @@
AssignUserId <%= run_uid+" "+run_gid %>
</IfModule>
<%- end -%>
- <%- if (options.to_s != 'absent' or htpasswd_file.to_s != 'absent') and not ssl_mode.to_s == 'force' then -%>
+ <%- if not ssl_mode.to_s == 'force' then -%>
<Directory "<%= documentroot %>/">
AllowOverride <%= allow_override %>
<%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%>