Apache Server Information

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.

[B]##

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>[/B]

Are you entering, literally, “<” and “>” into your httpd.conf file? If so, that’s incorrect. You need use angle brackets:


##
# 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>

:o I have taken the txt from the popup page literally yes…

Thanks for your help and quick response

No problem, I’ll look into fixing the text on the popup. :slight_smile:

One last question, it still don’t work so am i right that we are speeking about the httpd.conf file placed on the location: /usr/local/interworx/etc/ because on the /etc/httpd/conf/httpd.conf is nothing to see on my server.

No, as the instructions state, the correct location is:
/etc/httpd/conf/httpd.conf

and NOT /usr/local/interworx/etc/.

[quote=IWorx-Socheat;12462]No, as the instructions state, the correct location is:
/etc/httpd/conf/httpd.conf

and NOT /usr/local/interworx/etc/.[/quote]

OK. corrected directly. But when I try to enter the right place I get this message:

No such file or directory.
Error code: 2
Error message from server: No such file
Request code: 11

? do you have any idea what is wrong ?