To install the mod proxy follow the steps
Then run command:cd /home/cpapachebuild/buildapache/apache_1.3.31/src/modules/proxy/
or
cd /home/cpeasyapache/src/httpd-2.0.63/modules/proxy
Add the following module to the httpd.conf to load proxy module/usr/local/apache/bin/apxs -i -c *.c
And then restart the Apache service:LoadModule proxy_module libexec/mod_proxy.so
You can check proxy module installed or not on your server by using following command.service httpd restart
or
/etc/init.d/httpd restart
/usr/local/apache/bin/httpd -l | grep proxy


Reply With Quote