On Jan 14, 2008 7:42 AM, MacMurray, Anna R CTR NSWCDL, XDT
<[EMAIL PROTECTED]> wrote:
>
>
>
> We are running Apache 2.061 with OCSP.  On an UNIX system a CRON job runs a
> script that goes out to a URL to generate reports, now that we have turned
> on PKI the job is failing.  Is there a way to turn off authentication for
> one URL.  This is not a public web server.

<Location /foo>
Order allow,deny
allow from all
Satisfy Any
</Location>

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to