Apache 1.3.37 Server-Status

IPaddress

Verified User
Joined
Feb 21, 2004
Messages
86
Hi.
Im running Apache 1.3.37 with DirectAdmin, and im trying to set up the Server-Status.
In my /etc/httpd/conf/httpd.conf i have this lines related with the server-status module...
------------------------------------------------
LoadModule status_module modules/mod_status.so
AddModule mod_status.c

<IfModule mod_status.c>
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order allow,deny
deny from all
Allow from localhost
</Location>
</IfModule>
------------------------------------------------

When i try the command:
# wget http://localhost/server-status
I get these:
--11:32:28-- http://localhost/server-status
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
11:32:28 ERROR 403: Forbidden.

In the /var/log/httpd/error_log:
[error] [client 127.0.0.1] client denied by server configuration: /var/www/html/server-status

I cant find the problem, can somebody help me please?
Thanks in advance.
Bye!

PD: Sorry for the poor English, im from Argentina.
 
Back
Top