Hello,
i cand find DisableCgiOverride
"DisableCgiOverride On" in Apache Style Configurations (Admin Console -> Configurations -> Server -> General).
i have add
<IfModule litespeed>
DisableCgiOverride On
</IfModule>
to httpd.conf file
but perl script is working yet
<Directory "/">
Options -ExecCGI -FollowSymLinks -Includes IncludesNOEXEC Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride AuthConfig Indexes Limit FileInfo Options=IncludesNOEXEC,Indexes,Includes,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks
</Directory>
perl script work with
perl.tttt
and they add this for .httacess
Options FollowSymLinks MultiViews Indexes ExecCGI
AddType application/x-httpd-cgi .back
AddHandler cgi-script .tttt
AddHandler cgi-script .tttt
how i can disable it
i cand find DisableCgiOverride
"DisableCgiOverride On" in Apache Style Configurations (Admin Console -> Configurations -> Server -> General).
i have add
<IfModule litespeed>
DisableCgiOverride On
</IfModule>
to httpd.conf file
but perl script is working yet
<Directory "/">
Options -ExecCGI -FollowSymLinks -Includes IncludesNOEXEC Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride AuthConfig Indexes Limit FileInfo Options=IncludesNOEXEC,Indexes,Includes,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks
</Directory>
perl script work with
perl.tttt
and they add this for .httacess
Options FollowSymLinks MultiViews Indexes ExecCGI
AddType application/x-httpd-cgi .back
AddHandler cgi-script .tttt
AddHandler cgi-script .tttt
how i can disable it