server-status connection refused

vmicovic

Well-Known Member
Sep 4, 2007
95
0
56
Hello,

i need to access server-status from other host, i add host IP to httpd.conf, in server-status section and restart apache, but he still refuse my connection.

here is server-status lines:
<Location /whm-server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1 77.105.2.225
</Location>
and when i try: http://IP/server-status i got connection refused...

where i am wrong? :)



thank you.
 
Last edited:

quietFinn

Well-Known Member
Feb 4, 2006
1,841
426
438
Finland
cPanel Access Level
Root Administrator
Try to set it in:
WHM-> Server Configuration -> Tweak Settings -> System -> Allow server-info and server-status
 

vmicovic

Well-Known Member
Sep 4, 2007
95
0
56
hi quietFinn, thank you for answer. i did not know for this option, it is "new" ?
Also i add IP`s, but still same situation ..
 

vmicovic

Well-Known Member
Sep 4, 2007
95
0
56
i see that this is simple thing, but cannot figure out why i cannot see from different host...