Hi.
I'm using a reverse proxy set up with ProxyPassMatch as the space I map
to is rather complex and can't be mapped with a normal ProxyPass.
Now the problem is obviously that:
ProxyPassReverse
ProxyPassReverseCookieDomain
ProxyPassReverseCookiePath
are only made for the simply ProxyPass form an
Have a look here: http://httpd.apache.org/docs/2.2/mod/worker.html
From: vicky [vicky007aggar...@yahoo.co.in]
Sent: Saturday, December 08, 2012 11:45 AM
To: users@httpd.apache.org
Subject: [users@httpd] Apache worker MPM
Hi All,
Why does the Worker MPM m
Hi All,
Why does the Worker MPM module forks child processes ,why is it like this.
Why cant it has just one process which will do the regulate thread count
depending on the request received./?
I just didnt understand why is it like that , can anyone please suugest
what is the logic behind creat