Re: [users@httpd] and partially non-existing directory?

2017-03-20 Thread DUVERGIER Claude
Le 20/03/2017 à 17:38, Eric Covener a écrit : > On Mon, Mar 20, 2017 at 12:38 PM, Eric Covener wrote: >> On Mon, Mar 20, 2017 at 12:30 PM, DUVERGIER Claude >> Are you getting mixed up by looking at the headers for unsuccessful >> requests but not telling mod_headers to &#

[users@httpd] and partially non-existing directory?

2017-03-20 Thread DUVERGIER Claude
tp://apache.test/foo/non-existing still won't return the X-FooNonExisting header. The way I see it, Apache somehow fails to match requests to /foo/non-existing/ because asked asset is both for a existing directory ("/foo") and a virtual-subdir ("non-existing"). My ulti