Securing your Apache webserver
Securing your Apache webserver from scanning, using mod_security !
in httpd.conf please add :
LoadModule security_module modules/mod_security.so
<IfModule mod_security.c>
SecFilterEngine On
SecServerSignature “IIS V10 bla bla bla”
</IfModule>
before :
after :
Windows : http://www.apachelounge.com/download/
Linux : http://www.modsecurity.org/download/
Met mencoba ye …





