unsecured logs/log.txt leaks data
-
Anyone can see logs. Add blocking rules
# Deny access to all except a specific IP
<IfModule mod_authz_core.c>
Require all denied
Require ip 192.168.1.100
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
Allow from 192.168.1.100
</IfModule>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.