>
Puedes crearte un fichero .htaccess en los directorios donde desees
tener restringido el acceso:
Puede ser algo asi :
AuthName "restricted stuff"
AuthType Basic
AuthUserFile /directorio/.htpasswd.users
require valid-user
o asi :
<limit get>
order deny,allow
deny from all
allow from .dominio.com
</limit>
El problema es que toda mi autentificacion se basa en LDAP.
Al final lo he solucionado cambiando el <Files /cgi-bin/consola.cgi>
por
<Location /cgi-bin/consola.cgi>
me-lo-explique??��
Jordi
- [OT] restringir acceso a ficheros con apa... jgarcian
- Re: [OT] restringir acceso a fichero... Esteban Garcia Cuesta\(Tecnico\)
- jgarcian

