rone
04-13-2007, 09:55 AM
I need some information, advise. In NodeWorx when you go to the "Webserver Management" there you have "Apache Server Information" section.
I have put the both codes in my httpd.conf and restarted apache but for some reason it still don't work on my server.
Does someone know a solution for this?
Thanks in advance.
##
# Server Info
##
<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
##
# Server Status
##
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
I have put the both codes in my httpd.conf and restarted apache but for some reason it still don't work on my server.
Does someone know a solution for this?
Thanks in advance.
##
# Server Info
##
<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
##
# Server Status
##
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>