View Single Post
Old 09-25-2009, 02:38 PM   #1
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default server-status plugin problem

Hi,

I'm trying to install apache server-status plugin from Control panel and when installation is complete on screen apears "Account disabled by server administrator" and when i click again to plugins the serverstatus plugin seems to be installed. On navigation panel on left there is Apache status button and when i click on it the popup window apears with error message "Internal error malformed result". I configure mod_status in httpd.conf like this:

<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from some.ip.address.!!
</Location>

where is the problem??

Thanks!!
BeoNET is offline