Bonjour,
Il s'agit de la version 2.2.15 sur CentOS6.
On retrouve ça dans les logs :
[Sun Feb 12 18:10:30 2012] [error] [client XX.XX.XX.XX] client denied by server configuration: /var/www/html/test/969ac23b.blog-120210-copyright.jpg, referer: <URL>
Et la dite configuration :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <VirtualHost domain.tld:80>
ServerName domain.tld
ServerAlias test.domain.tld
DocumentRoot /var/www/html/test/
<Directory /var/www/html/test>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
AuthName "Page d'administration protegee"
AuthType Basic
AuthUserFile "<fichier htpasswd>"
Require valid-user
</Directory>
ErrorLog /var/log/apache/error.log
CustomLog /var/log/apache/access.log combined
</VirtualHost> |
Partager