#------------------------------------------------------------------------------
# This file provides server security limiting access to the localhost only.
# Comment next foor lines to deactivate. (Allows external access)
#------------------------------------------------------------------------------
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
#------------------------------------------------------------------------------
# To allow execution of cgi scripts in this directory uncomment next two lines.
#------------------------------------------------------------------------------.
AddHandler cgi-script .bat .exe .pl .cgi
Options +ExecCGI
#------------------------------------------------------------------------------
# Activate this section to use the Private Server Feature!
# Defaults: Username - root; Password - root
# Note AuthUserFile: File path is relative to server root
# To lock server, uncomment the next 4 lines. (A name and password is required)
#------------------------------------------------------------------------------
#AuthName "Uniform Server - Admin Panel 2.0"
#AuthType Basic
#AuthUserFile ../../../htpasswd/home/admin/www/.htpasswd
#Require valid-user