summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/CentOS.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-30 15:36:14 +0000
committermh <mh@immerda.ch>2008-11-30 15:36:14 +0000
commit392ff8c6a909ca32431b9b65aae89c9138375330 (patch)
tree0b8504526fd51c50f7e884498d3c05c373f4a0ed /templates/vhosts/php/CentOS.erb
parent64cb4ea11550492adbdd36765bb196c078302ac6 (diff)
correct passwd file path
Diffstat (limited to 'templates/vhosts/php/CentOS.erb')
-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 43aad94..26cbe23 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -18,7 +18,7 @@
<%- unless htpasswd_file.to_s == 'absent' then -%>
AuthType Basic
AuthName "Access fuer <%= servername %>"
- AuthUserFile <%= htpasswd_path %>
+ AuthUserFile <%= real_htpasswd_path %>
require valid-user
<%- end -%>
php_admin_flag engine on