On 11/20/2010 11:21 PM, Sachin Bhugra wrote:
hi,
I have compiled Apache 2.2.16 as follow:
./configure --prefix=/usr/local/httpd2.2.16 --with-mpm=prefork
--with-mpm=worker --with-included-apr --enable-ssl --enable-proxy
--enable-mods-shared="most proxy"
You can only build one MPM.
However, all I can see is the modules loaded for proxy, however none
of the derivatives like ProxyRequests have been added to the conf files.
I think you mean "Directives".
There is also no proxy.conf file.
Apache has one configuration file, httpd.conf.
I was just wondering if these directives do get added or if there is
sample file created after installing Apache2?
The ample documentation explains all about the directives:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
--
J.