Apache - mod security - Как снять огранчиние для каталога

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.



Снять ограничения для папки сайта /folder:

# vi /etc/httpd/conf/modsec2.whitelist.conf
<Location /folder/>
 SecRuleEngine Off
</Location>
# /etc/init.d/httpd restart