i have mod_proxy.so under /usr/lib/apache2 but when i tried to restart my server it gave me the error The module was already install in the linux install where i had checked the apache server installation Any idea as to how to go about solving this issue??
Did you uncomment mod_proxy.so in your httpd.conf? If it has a leading # that is what causes the error, just remove such symbol and restart the server.
LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule headers_module modules/mod_headers.so LoadModule deflate_module modules/mod_deflate.so LoadFile /usr/lib/libxml2.so LoadModule proxy_html_module modules/mod_proxy_html.so These are the entries i have put in, if i comment these out, i dont see any error. But my proxy wouldnt work without loading these modules