View Single Post
Old 09-25-2009, 07:41 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Try to comment lines

Code:
Order deny,allow
Deny from all
Allow from some.ip.address.!!
And check again. Server status must be accessable from server localhost as http://localhost/server-status. It can be checked, for example, via wget -O - http://localhost/server-status command.

If this will work, you are need add to Allow from directive your server IP address.
slava is offline