Лучшая производительность / дроссельная апачApache

Anonymous
Лучшая производительность / дроссельная апач

Сообщение Anonymous »

Я создаю RPMpackage, который должен защищать веб -сайты Apache < /p>
Я хочу защитить процессор и Apache, когда кто -то сканирует веб -сайт. Я хочу, чтобы посетитель получил 403 до того, как он достигнет виртуальных хостов, даже если файл/каталог существует или нет.
В настоящее время у меня есть эта настройка:
Deny from all
< /code>
Order allow,denyDeny from all
< /code>
This protects existing files directories and scripts. Bit i would like for Apache to throw the 403 error even when the files dont exist in order to protect apache/php/mysql
Is this possible?
I tried directory / directorymatch and the files directives in apache
they only protect the website when the files or directories do exist on the server

Подробнее здесь: https://stackoverflow.com/questions/794 ... ing-apache

Вернуться в «Apache»