Bug 62061

Summary: FcgidInitialEnv per Directory or Location
Product: Apache httpd-2 Reporter: Roland Reichwein <rr>
Component: mod_fcgidAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Attachments: Support FcgiInitialEnv in Directory / Location

Description Roland Reichwein 2018-01-30 09:23:29 UTC
Created attachment 35707 [details]
Support FcgiInitialEnv in Directory / Location

FcgidInitialEnv currently can only be specified for a whole VirtualHost.

Consider an fcgi application that can be instantiated in different locations in the same virtual host, but needs to be parameterized differently for those different locations (and FcgidInitialEnv is a good mechanism for that).

E.g. a web file manager providing access to different areas on a web server with different access levels.

I'm providing a patch that supports FcgidInitialEnv in separate Locations / Directories. Now it can be specified both in VirtualHost as usual and additionally in individual Directory or Location.