File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 33<tmpl_if name='php' op='==' value='suphp'>
44 DocumentRoot <tmpl_var name='web_document_root'>
55</tmpl_else>
6+ <tmpl_if name='php' op='==' value='cgi'>
7+ DocumentRoot <tmpl_var name='web_document_root'>
8+ </tmpl_else>
69 DocumentRoot <tmpl_var name='web_document_root_www'>
10+ </tmpl_if>
711</tmpl_if>
812
913 ServerName <tmpl_var name='domain'>
106110<tmpl_if name='php' op='==' value='suphp'>
107111 DocumentRoot <tmpl_var name='web_document_root'>
108112</tmpl_else>
113+ <tmpl_if name='php' op='==' value='cgi'>
114+ DocumentRoot <tmpl_var name='web_document_root'>
115+ </tmpl_else>
109116 DocumentRoot <tmpl_var name='web_document_root_www'>
117+ </tmpl_if>
110118</tmpl_if>
111119
112120 ServerName <tmpl_var name='domain'>
You can’t perform that action at this time.
0 commit comments