Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
problem with getting server-status
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
I almost didn't reply solely on the fact that you cross posted on multiple forums, but… well… there you go