Thanx, that got me much closer. Unfortunately that page consists of multiple files, .css, .png, .cgi so I tried using this _expression_ in the <Files> line, but it is not allowing those files to come through. From firefox, it prompts me for the .htaccess password credentials for the other files it seems, if I cancel through them, about 5 times I eventually get the page with the data I need to pull without the images. <Directory /usr/local/nagios/sbin/> Options ExecCGI SSLRequireSSL order deny,allow AuthType Basic AuthUserFile /usr/local/nagios/etc/passwd AuthName "nagios" require valid-user <Files ~ "\.(css|cgi|png)$"> Order Allow,Deny Allow from "An IP" </Files> Satisfy Any </Directory> With this from the access_log An IP Address5 - - [25/Oct/2007:11:42:26 -0400] "GET /nagios/cgi-bin/tac.cgi HTTP/1.1" 200 11705 An IP Address - - [25/Oct/2007:11:42:26 -0400] "GET /nagios/stylesheets/common.css HTTP/1.1" 401 470 An IP Address - - [25/Oct/2007:11:42:28 -0400] "GET /nagios/stylesheets/tac.css HTTP/1.1" 401 470 An IP Address - - [25/Oct/2007:11:42:29 -0400] "GET /nagios/images/thermcrit.png HTTP/1.1" 401 470 An IP Address - - [25/Oct/2007:11:42:29 -0400] "GET /nagios/images/tacdisabled.png HTTP/1.1" 401 470 An IP Address - - [25/Oct/2007:11:42:29 -0400] "GET /nagios/images/tacenabled.png HTTP/1.1" 401 470 --Doug On Oct 24, 2007, at 3:41 PM, Joshua Slive wrote:
|