[users@httpd] mod_proxy_fcgi ProxyFCGISetEnvIf Directory Specific Override - How To?

2020-05-06 Thread OwN-3m-All
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 section, but I'm not seeing the ProxyFCGISetEnvIf apply when in the directory. Here's an example: ServerName test7.com ServerAlias

Re: [users@httpd] mod_proxy_fcgi ProxyFCGISetEnvIf Directory Specific Override - How To?

2020-05-06 Thread OwN-3m-All
> Use or to vary things based on the URL-path. Thanks, that worked. I was using the wrong directive.