Alias /auth2db "/usr/share/auth2db-frontend/www"
<Directory "/usr/share/auth2db-frontend/www">
	Options Indexes MultiViews FollowSymLinks
        DirectoryIndex index.php
	AllowOverride None
	Order deny,allow
	Deny from all
	
	# IMPORTANT!
	# Before making available this page to the whole world,
	#   take seriously changing default password.
	#
	Allow from 127.0.0.0/255.0.0.0 ::1/128
	
	# For a higher security, activate only SSL requests
	#   Of course, you'll have to have set up proper
	#   SSL certificates.
        #SSLRequireSSL
</Directory>
