You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "MacMurray, Anna R CTR NSWCDL, XDT" <an...@navy.mil> on 2008/01/14 13:42:32 UTC

[users@httpd] Turning off authentication for one URL.

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.

/r

Anna MacMurray
Network Operations - XDT
Bowhead Information Technology Services



Re: [users@httpd] Turning off authentication for one URL.

Posted by Eric Covener <co...@gmail.com>.
On Jan 14, 2008 7:42 AM, MacMurray, Anna R CTR NSWCDL, XDT
<an...@navy.mil> 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
covener@gmail.com

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org