Joshua Slive wrote:
Is it possible to use wildcards with IP addresses in that directive? Could you have a line that readsOn 2/27/06, Kaushal Shriyan <kaushalshriyan@xxxxxxxxx> wrote:Hi Joshua [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied by server configuration: /home/qrq/httpd-2.0.55_dir/htdocs/server-status below is access logs 192.168.1.20 - - [27/Feb/2006:09:07:24 -0500] "GET /server-status HTTP/1.1" 403 398<Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from .blue.com </Location>The access_log tells us that the server cannot resolve your IP address, so it doesn't match .blue.com. Try using an IP address in the Allow from directive.
Allow from 123.456.789.***With the goal being that any IP in the *** section that matches 123.456.789 is able to check server-status?
-Jonathan --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx