Trying to install mod_proxy in Apache-Httpd-2.2.15
- by Dspace
Hello, I have spent the afternoon trying to install the mod_proxy module into apache.
I have tried
./configure --prefix=/opt/apache2 --enable-proxy --enable-proxy-http
./configure --prefix=/opt/apache2 --enable-module=proxy
After it finishes installing, navigating to /opt/apache2/modules only shows one file: httpd.exp.
It seems that the module is not being installed.
Any help is appreciated.
Thanks.