mod_proxy.so issue

Discussion in 'Apache' started by protocol96, Apr 4, 2007.

  1. #1
    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??
     
    protocol96, Apr 4, 2007 IP
  2. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Your Content, Apr 4, 2007 IP
  3. protocol96

    protocol96 Peon

    Messages:
    413
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    protocol96, Apr 4, 2007 IP
  4. DaiTengu

    DaiTengu Active Member

    Messages:
    49
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    75
    #4
    mod_proxy.so needs to be under /srv/www/modules/ That's where Apache is looking for it.
     
    DaiTengu, Apr 4, 2007 IP