From 9143d4afe86a0118088f068aa177550561f7d60d Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 18 Dec 2008 09:35:43 +0000 Subject: do mod_itk as well on https --- templates/vhosts/php/CentOS.erb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/vhosts/php/CentOS.erb') diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb index 28a8271..e3dc7fa 100644 --- a/templates/vhosts/php/CentOS.erb +++ b/templates/vhosts/php/CentOS.erb @@ -63,6 +63,14 @@ ErrorLog <%= logdir %>/error_log CustomLog <%= logdir %>/access_log combined + <%- if default_charset.to_s != 'absent' then -%> + AddDefaultCharset <%= default_charset %> + <%- end -%> + <%- if run_mode.to_s == 'itk' -%> + + AssignUserId <%= run_uid+" "+run_gid %> + + <%- end -%> <%- if ssl_mode.to_s == 'force' then -%> Redirect permanent / https://<%= servername %>/ <%- end -%> -- cgit v1.2.3