zex

Well-Known Member
Aug 12, 2001
98
0
306
cPanel Access Level
Root Administrator
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.
 

vortech

Well-Known Member
Aug 12, 2001
70
0
306
Anyone KNOW???

Does anyone know the answer to this I am having the same problem.
 

nitromax

Well-Known Member
Feb 12, 2002
189
0
316
I would like to know as well if anyone has figured this out.

I would like to know as well if anyone has figured this out...

At first .shtml files would not work, but I added the Include statement in the httpd.conf file and they started working. However the banner rotation script never has worked.

We have suexec loaded too. We don't have any other suexec related problems so far.