[Linux-Biella] Configurazione Apache
Corrado Giardino
linux@ml.bilug.linux.it
Thu, 6 Nov 2003 11:58:33 +0100
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride None
#
# AccessFileName: The name of the file to look for in each directory
# for access control information.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess files from being viewed by
# Web clients. Since .htaccess files often contain authorization
# information, access is disallowed for security reasons. Comment
# these lines out if you want Web visitors to see the contents of
# .htaccess files. If you change the AccessFileName directive above,
# be sure to make the corresponding changes here.
#
# Also, folks tend to use names such as .htpasswd for password
# files, so this will protect those as well.
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
----- Original Message -----
From: "Luca Bertoncello" <lucabert@lucabert.de>
To: "Lista BiLug" <linux@ml.bilug.linux.it>
Sent: Thursday, November 06, 2003 10:00 AM
Subject: [Linux-Biella] Configurazione Apache
> Ciao a tutti!
>
> Ho un piccolo problema di memoria e sicuramente voi mi sapete aiutare...
>
> Ho un Server che usa Apache 1.3.nonRicordo.
> In un sito di quelli configurati su questo Server, c'e' una directory
protetta con .htaccess.
> Il problema e' che la protezione viene bellamente ignorata.
>
> C'e' un'opzione che devo impostare nell'httpd.conf, ma non ricordo
quale...
>
> Chi mi puo' aiutare?
>
> Grazie
> Luca
>
> _______________________________________________
> Linux mailing list
> Linux@ml.bilug.linux.it
> http://ml.bilug.linux.it/mailman/listinfo/linux
>
>