void_ppc a écrit :
Tu t'es plantée dans la directive sûrement met ca pour autoriser l'accès à tout le monde :
Citation :
<Location /server-status>
SetHandler server-status
Order deny,allow
Allow from all
</Location>
|
|
alors j'ai ca :
#
# Allow server status reports generated by mod_status,
# with the URL of http://servername/server-status
# Change the ".localhost" to match your domain to enable.
#
#<Location /server-status>
# SetHandler server-status
# Order deny,allow
# Allow from all
#</Location>
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
# Change the ".localhost" to match your domain to enable.
#
#<Location /server-info>
# SetHandler server-info
# Order deny,allow
# Deny from all
# Allow from .localhost
#</Location>
et j'ai tjs une erreur 404
voici les logs
[Sun Aug 03 12:17:28 2003] [error] [client 81.53.36.116] File does not exist: C
Program Files/Apache Group/Apache2/htdocs/server-status
[Sun Aug 03 12:29:47 2003] [error] [client 81.53.29.29] File does not exist: C
Program Files/Apache Group/Apache2/htdocs/default.ida
[Sun Aug 03 12:48:11 2003] [error] [client 217.128.67.21] File does not exist: C
Program Files/Apache Group/Apache2/htdocs/default.ida
[Sun Aug 03 12:51:17 2003] [error] [client 81.53.36.116] File does not exist: C
Program Files/Apache Group/Apache2/htdocs/server-status