Hola a todo el foro...
Bueno comentaros un problema que tengo que llevo unas horas con el asunto y no soy capaz de darle solución.
Tengo un directorio en mi servidor que quiero autentificar, he creado un .htacces concretamente este:
AuthType Basic
AuthName "Acceso Restringido"
AuthUserFile /home/???/passwd/.htpasswd
Require valid-user
Y luego en el fichero default del directorio /etc/apache2/sites-avaibles, he modificado el AllowOverride con AuthConfig, tambien os envio el fichero.
NameVirtualHost *
ServerAdmin webmaster@localhost
DocumentRoot /var/www/
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
# RedirectMatch ^/$ /apache2-default/
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
Alias /doc/ "/usr/share/doc/"
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
EL PROBLEMA ES EL SIGUIENTE, cuando pongo todo esto y listo los directorios que hay en mi server ???/ficheros, me salen los directorios que no tienen .htaccess pero me oculta el directorio donde esta el .htaccess.
Debe haber algo por ahí que indique a apache2 que cuanto este el .htaccess oculte el directorio.
En otros sistemas lo he tenido y sin ningun problema me lo enseñaba y cuando pulsaba me pedia usuario y contraseña, pero en esta ocasion ni lo veo.
Alguien podrian orientarme donde esta el problema
Gracias.
By packet. Alberto.