This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modSecurity apache basic auth authentication authorisation brute force attack prevent deny | |
############################################ | |
httpd.conf | |
########################################### | |
#enabling 2 modules | |
LoadModule unique_id_module modules/mod_unique_id.so | |
<IfModule security2_module> |