redray
2008-12-17 a5c833b59dda4aef682ab1a992f9d2eb6d08ad10
fixed session error when changing from nonssl to ssl and fast-cgi is active. Problem was different web-root dir in ssl-directive!
1 files modified
5 ■■■■■ changed files
server/conf/vhost.conf.master 5 ●●●●● patch | view | raw | blame | history
server/conf/vhost.conf.master
@@ -104,7 +104,12 @@
###########################################################
<VirtualHost <tmpl_var name='ip_address'>:443>
<tmpl_if name='php' op='==' value='suphp'>
  DocumentRoot <tmpl_var name='web_document_root'>
</tmpl_else>
    DocumentRoot <tmpl_var name='web_document_root_www'>
</tmpl_if>
  ServerName <tmpl_var name='domain'>
<tmpl_if name='alias'>
  ServerAlias <tmpl_var name='alias'>