git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoArmarios_Web/trunk@8 5f5cdc87-09bc-1947-a3a7-c45bb6b47c2a
20 lines
537 B
ApacheConf
20 lines
537 B
ApacheConf
# This file provides security to the server limiting access to the localhost only.
|
|
# Comment to deactivate.
|
|
|
|
Order Deny,Allow
|
|
Deny from all
|
|
Allow from 127.0.0.1
|
|
|
|
# To allow execution of cgi scripts in this directory uncomment next two lines.
|
|
|
|
AddHandler cgi-script .pl .cgi
|
|
Options +ExecCGI
|
|
|
|
# To unlock your server, comment the next 4 lines.
|
|
# Defaults: Username = admin; Password = userver
|
|
|
|
#AuthName "Uniform Server - Secure Server Access"
|
|
#AuthType Basic
|
|
#AuthUserFile /htpasswd/www/.htpasswd
|
|
#Require valid-user
|