does somebody knows why SSI instruction does not work on new cpanel with suexec enabled.
Here is what i get from suexec.log
[2002-01-09 14:57:58]: error: invalid command (/usr/local/cpanel/cgi-sys/entropybanner.cgi veritas)
I check suexec.c and this error is reported when some program try\'s to break out of enviroment.
.shtml file have only one line.
<!--#exec cmd=\"/usr/local/cpanel/cgi-sys/entropybanner.cgi veritas\"-->
and in httpd.conf for /home is defined something like this
<Directory /home>
Options +Includes All Indexes SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Tnx.
Here is what i get from suexec.log
[2002-01-09 14:57:58]: error: invalid command (/usr/local/cpanel/cgi-sys/entropybanner.cgi veritas)
I check suexec.c and this error is reported when some program try\'s to break out of enviroment.
.shtml file have only one line.
<!--#exec cmd=\"/usr/local/cpanel/cgi-sys/entropybanner.cgi veritas\"-->
and in httpd.conf for /home is defined something like this
<Directory /home>
Options +Includes All Indexes SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Tnx.