SSI and SuEXEC are always enabled vor https vhost
The options in the Domain tab SSI and SuEXEC are not evaluated for https vhost configuration
The options in the Domain tab SSI and SuEXEC are not evaluated for https vhost configuration
revision 520
the fix seems to be simple:
replace
<tmpl_if name='cgi'>
with
<tmpl_if name='cgi' op='==' value='y'>
in vhost.conf.master
The same applies to ssi and suexec
Thanks kalua, I'll look at it and see. If it works I'll commit the patch shortly.
Also, please include line numbers when referencing code...
Fixed in revision 520
Status changed to closed