erlug
[Top] [All Lists]

Re: [Erlug] Apache: auth basic

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] Apache: auth basic
From: Nando Santagata <nando@xxxxxxxxx>
Date: Mon, 16 Dec 2002 12:22:18 +0100
On Mon, Dec 16, 2002 at 12:00:16PM +0100, dariondol wrote:
> > ok.... creo un file .htaccess della seguente fattezza:
> > AuthName "Foto"
> > AuthType Basic
> > AuthUserFile /path/to/photo/.htpasswd
> > require valid-user
> > poi popolo con un utente di prova il file .htpasswd con il comando
> > htpasswd -c .htpasswd utente (-c solo la prima volta)
> > carico la pagina dopo aver svuotato la cache del sistema (per sicurezza)
> > nulla..... non chiede la password....
> > Perchè??? (moduli auth caricati in apache)
> Per primo controlla i log
> i motivi potrebbero essere tanti .. che so' .. permessi non validi
> per leggere il file /path/to/photo/.htpasswd, httpd.conf che non ha le
> "dritte" per leggere i file htaccess ... ecc...

Probabilmente ha un 'AllowOverride None' da qualche parte.

-- 
Rev. Nando Santagata: Telemastica & infornatica
Key fingerprint = 1054 9311 458D 4BAA E97B  F447 7CD4 54B5 0208 F815
finger nandos (at) mail (dot) ipers (dot) net   for my public key
NANDO: Networked Artificial Neohuman Designed for Observation

<Prev in Thread] Current Thread [Next in Thread>