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.
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: