Well, solution is very simple ..... Below is httpd.conf file's configuration for Zenoss problem was with this line ************************ # Allow from .example.com --> wrong configuration value ************************ Allow from 172.16.10.99 --> correct configuration value Allow form it.gift.edu.pk ********************* #ExtendedStatus on ExtendedStatus on
#<Location /server-status> # SetHandler server-status # Order deny,allow # Deny from all # Allow from .example.com #</Location> ... becomes ... <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from zenoss.yourdomain.com </Location> ************************************* Thanks to all !!!!!!!!!! for being there......... -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=19980#19980 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
