How to disable SSI in litespeed+apache style configs?

bobykus

Well-Known Member
#1
Is it possible to disable server-parsed handler completely on server config level?
F.ex. , in apache httpd.conf I have


<Directory "/some">
Options -Includes
</Directory>

but still if I have vhost.conf

DocumentRoot /some
...
AddType text/html .shtml
AddHandler server-parsed .shtml


I can execute what is called from index.shtml.
 
Last edited:
Top