On Wed, May 6, 2020 at 1:11 PM OwN-3m-All <own3m...@gmail.com> wrote: > > Does anyone know if you can override a ProxyFCGISetEnvIf directive in a > directory section? The documentation for mod_proxy_fcgi says it is valid in > a <Directory> section, but I'm not seeing the ProxyFCGISetEnvIf apply when in > the directory.
"directory" context really means the handful of <Directory> like containers (like Location, htaccess, etc) For proxy related directives, <Directory> is usually never matched because when a request is proxied (even to fastcgi) the request is usually not mapped to anywhere on the Apache servers filesystem. Use <Location> or <LocationMatch> to vary things based on the URL-path. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org