05/06/2009, 17:32
|
| | | Fecha de Ingreso: octubre-2005
Mensajes: 82
Antigüedad: 19 años, 1 mes Puntos: 0 | |
Respuesta: Seguridad en directorios encontre esto pero no lo entiendo:
<Directory "/home/*/public_html">
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
allow from all
</Limit>
<LimitExcept GET POST OPTIONS >
Order deny,allow
Deny from all
</LimitExcept>
</Directory> |