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]+’:

ic_html"
    ServerName jhost
	ServerAlias jhost 
    ErrorLog "logs/jhosterror.log"
    CustomLog "logs/jhostlog.log" common
	<Directory "c:/wamp/public_html">
	Options Indexes FollowSymLinks
	AllowOverride all
	Order Deny,Allow
	Deny from all
	Allow from 127.0.0.1
	</Directory>
</VirtualHost>

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

Tags: ,

Comments are closed.