[users@httpd] mod_proxy_fcgi ProxyFCGISetEnvIf Directory Specific Override - How To?
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?
> Use or to vary things based on the URL-path. Thanks, that worked. I was using the wrong directive.