Re: [users@httpd] Request_URI and ErrorDocument interaction ?

2017-09-09 Thread Yann Ylavic
Hi, On Wed, Sep 6, 2017 at 1:54 PM, Cordente Emmanuel wrote: > > Why the Request_URI environment variable is change by the ErrorDocument > treatment ? The ErrorDocument handling is an internal redirect which changes the URI internally (hence REQUEST_URI) and runs the SetEnvIf again... The origi

Re: [users@httpd] Which file creates master process

2017-09-09 Thread Yann Ylavic
Hi, On Wed, Sep 6, 2017 at 10:58 AM, Hemant Chaudhary wrote: > > I have apache-2.4.25 on my ststem. When we start server, initially master > process starts and give access to mpm. I want to know which ".c" file is > used to create master process before worker.c. The main() function (entry point