Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-08 Thread Ben RUBSON
> What I would like to avoid is the entry in the error log for > /additional/path/info which does not exist. What entry? >>> >>> Hello Eric, >>> >>> These messages : >>> client denied by server configuration: >>> /my_document_root/additional/path/info >>> >>> Only /my_docume

Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-08 Thread Kees Nuyt
On Thu, 7 Apr 2016 21:28:23 +0200, you wrote: > >> Le 7 avr. 2016 à 21:07, Ben RUBSON a écrit : >> What I would like to avoid is the entry in the error log for /additional/path/info which does not exist. >>> >>> What entry? >> >> Hello Eric, >> >> These messages : >> client denied

Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Ben RUBSON
> Le 7 avr. 2016 à 21:07, Ben RUBSON a écrit : > >>> What I would like to avoid is the entry in the error log for >>> /additional/path/info which does not exist. >> >> What entry? > > Hello Eric, > > These messages : > client denied by server configuration: /my_document_root/additional/path/

Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Ben RUBSON
>> What I would like to avoid is the entry in the error log for >> /additional/path/info which does not exist. > > What entry? Hello Eric, These messages : client denied by server configuration: /my_document_root/additional/path/info Only /my_document_root/api/ and some other paths are availab

Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Eric Covener
On Thu, Apr 7, 2016 at 2:57 PM, Ben RUBSON wrote: > What I would like to avoid is the entry in the error log for > /additional/path/info which does not exist. What entry? -- Eric Covener cove...@gmail.com - To unsubscribe, e-

[users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Ben RUBSON
Hello, I have a Perl API which is requested like this : GET|POST|PUT|DELETE /api/script.pl/additional/path/info In Apache access log, of course, I see an entry for /api/script.pl What I would like to avoid is the entry in the error log for /additional/path/info which does not exist. This is cer