Re: mod_proxy_fcgi ProxyFCGISetEnvIf Directory Specific Override - How To?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, May 6, 2020 at 1:11 PM OwN-3m-All <own3mall@xxxxxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux