On Thu, 3 Feb 2000, G.W. Haywood wrote:

> On Wed, 2 Feb 2000, Paul J. Lucas wrote:
> 
> >     I have code that contains the line:
> >             $r->lookup_uri( $r->param( 'pm_uri' ) )->filename;
> >[snip] 
> >     However, if I have an access restriction that forbids access to
> >     files ending in a .pm extension and the URI maps to such a
> >     filename, then I get a "client denied by server confiruation"
> >     message in the error log.
> 
> Are you checking the status of the subrequest?  (Eagle book, p453).

        No.  Intentionally.  As I wrote, I don't care what Apache says
        about the accessibility of the file.  I *will* read it.  All I
        want to do is suppress the "client denied by server request"
        messages in the log.

        - Paul

Reply via email to