LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Apache Configuration Directive

0 votedvote

Detected 1 occurrence(s) of ‘allow\s*from\s*[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+’:

mit           64
    #MaxClients            64
    ServerLimit          128
    MaxClients           128
    MaxRequestsPerChild 1000
</IfModule>

<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 101.102.103.104
    Allow from localhost
</Location>

Source: http://pastebin.com/raw.php?i=UxRkbu17

Tags: ,

Comments are closed.