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" 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. There is also no proxy.conf file. I was just wondering if these directives do get added or if there is sample file created after installing Apache2? |