On Tue, Jul 18, 2017 at 6:27 PM, Helmut K. C. Tessarek
<tessa...@evermeet.cx> wrote:
>
> Have you seen this sentence?
>
>>> So ProxyPass has precedence over other directives. It is evaluated
>>> first. This can lead to a number of problems.

ProxyPass has no particular precedence over other directives, it's
just that some of them have no meaning is proxy context: e.g.
<Directory> (as you mentioned).

<Directory*> and <File*> apply to local/served paths and files
(served), while proxying is about remote/forwarded ones, that is: a
<Location>.

>
> I stated that mod_rewrite behaves differently when using mod_php and
> mod_proxy_fcgi. This sounds more like a bug, because it really shouldn't.
>
> I used rewrite with mod_php. It worked.
> Then I switched to mod_proxy_fcgi. Now it does not.
>
> So why is that? I also mentioned I have to debug it further.

You should probably re-check with latest 2.4.27, where some
regressions with regard to php-fpm (since 2.4.20) where finally
addressed (see https://bz.apache.org/bugzilla/show_bug.cgi?id=61202).


Regards,
Yann.

Reply via email to