[solved] SSI Issue

#1
Hello,

I am trying to figure out the issue with the SSI for one particular account here, which I get this errors as shown:

2010-12-15 15:46:29.299 [INFO] [66.249.71.236:61586-0#APVH_hotelsinchennai.org] Server Side Include is disabled for [/home/chennaih/public_html/], deny access.
2010-12-15 15:46:29.299 [INFO] [66.249.71.236:61586-0#APVH_hotelsinchennai.org] File not found [/home/chennaih/public_html/403.shtml]
2010-12-15 15:47:11.857 [INFO] [207.46.195.206:63109-0#APVH_hotelsinchennai.org] Server Side Include is disabled for [/home/chennaih/public_html/], deny access.
2010-12-15 15:47:11.857 [INFO] [207.46.195.206:63109-0#APVH_hotelsinchennai.org] File not found [/home/chennaih/public_html/403.shtml]

Just he have .html set as SSI, so I set the proper handler for it which is as follows:

Addtype application/x-httpd-shtml html

But it seems it is not processing it, and the directory permissions seems correct for it. So what am I missing here?
 
Last edited by a moderator:
#3
I beg to differ, since it is still support. Look at the other topic on that SSI part, which it is stated that it is supported, and it was working on the other server with Litespeed. Just something is off with this, and if you look at the logs, it shows that.

http://www.litespeedtech.com/support/forum/showthread.php?t=3985&highlight=SHTML

It clearly states that SSI is supported, so I appreciate that someone is more knowledgable give some assistance on this?
 
Last edited:
#4
Resolved

Okay...finally got it figured out. It is due to the new addition in cPanel, which they added the IncludesNoExec option in it, which in turn disables the SSI. Came across that gem while digging though the cPanel's code to see what got changed since the last time I dug though it.

Now it works properly as it should be.
 
Top