You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/01/30 09:23:29 UTC

[Bug 62061] New: FcgidInitialEnv per Directory or Location

https://bz.apache.org/bugzilla/show_bug.cgi?id=62061

            Bug ID: 62061
           Summary: FcgidInitialEnv per Directory or Location
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_fcgid
          Assignee: bugs@httpd.apache.org
          Reporter: rr@antcom.de
  Target Milestone: ---

Created attachment 35707
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35707&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org