viewing directories via Apache

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Craig White
Fecha:  
Asunto: viewing directories via Apache
George Toft wrote:
>
> This page should guide you, depending on how much freedom you have
> on your web server:
> http://www.oreillynet.com/cs/weblog/view/wlg/97
>
> What I do is remove index.html. Since I already have Options indexes
> in httpd.conf, this results in a directory listing.
>
> Keep in mind, this is generally frowned upon as it is indicative of
> a poorly managed server.
>

----
and a potential security risk if you have .inc files which have things
like SQL/PHP passwords and the like within the Apache served tree.

>From a security standpoint, options indexes isn't too cool.


Craig