Re: Accessing environment variables set by other modules

2012-10-02 Thread Christoph Gröver
Hello Jeff, > Sometimes envvars are set directly into subprocess_env (e.g., handling > of SetEnv/SetEnvIf). IOW, subprocess_env is the primary > representation. > > But the REMOTE_USER and HTTP request header variables are a > representation of information stored elsewhere (r->user, > r->header

Empty module configuration in one hook stage

2012-10-02 Thread Christoph Gröver
Hello list, I have a strange problem. In a function that is called by setting it up in the hook phase "post_read_request" the module configuration is just empty (only defaults set). In a function that is hooked by the "access_checker" the module configuration is fully set up. The code to get th

Re: Empty module configuration in one hook stage

2012-10-02 Thread Sorin Manolache
On 2012-10-02 12:02, Christoph Gröver wrote: Hello list, I have a strange problem. In a function that is called by setting it up in the hook phase "post_read_request" the module configuration is just empty (only defaults set). In a function that is hooked by the "access_checker" the module co

Re: Empty module configuration in one hook stage

2012-10-02 Thread Christoph Gröver
Hello Sorin, > > The per-directory configuration has not yet been merged into the > default server configuration in the post_read_request hook. I see. Suddenly all seems pretty clear. The directory configuration cannot be merged into the configuration yet, since the directory of the request is n