Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

problem with getting server-status


ghost's Avatar
0 0

hi

I am trying to get APache server-status.

Open the Apache httpd.conf file.

Uncomment this line

#LoadModule status_module modules/mod_status.so

to

LoadModule status_module modules/mod_status.so

Change this

#ExtendedStatus On

to

ExtendedStatus On

Uncomment the following:

#<Location /server-status>
#    SetHandler server-status
#    Order deny,allow
#    Deny from all
#    Allow from .viru.mine.nu
#</Location>

to

<Location /server-status>
    SetHandler server-status
    Order deny,allow
#    Deny from all
    Allow from all
</Location>

then http://myhost/server-status , return "page not found" Anyone suggests me ?

Thanks


ghost's Avatar
0 0

I almost didn't reply solely on the fact that you cross posted on multiple forums, but… well… there you go