vogelor
2009-02-12 64ec4994cfcfcfe1eb6ec46652fe39d9c7fcaf95
fixed a bug with cgi and openbasedir
1 files modified
8 ■■■■■ changed files
server/conf/vhost.conf.master 8 ●●●●● patch | view | raw | blame | history
server/conf/vhost.conf.master
@@ -3,7 +3,11 @@
<tmpl_if name='php' op='==' value='suphp'>
    DocumentRoot <tmpl_var name='web_document_root'>
</tmpl_else>
  <tmpl_if name='php' op='==' value='cgi'>
    DocumentRoot <tmpl_var name='web_document_root'>
  </tmpl_else>
    DocumentRoot <tmpl_var name='web_document_root_www'>
  </tmpl_if>
</tmpl_if>
    ServerName <tmpl_var name='domain'>
@@ -106,7 +110,11 @@
<tmpl_if name='php' op='==' value='suphp'>
    DocumentRoot <tmpl_var name='web_document_root'>
</tmpl_else>
  <tmpl_if name='php' op='==' value='cgi'>
    DocumentRoot <tmpl_var name='web_document_root'>
  </tmpl_else>
    DocumentRoot <tmpl_var name='web_document_root_www'>
  </tmpl_if>
</tmpl_if>
    ServerName <tmpl_var name='domain'>