Find the answer to your Linux question:
Results 1 to 3 of 3
hi all, I was trying to load three modules in http.conf these are : LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule rewrite_module modules/mod_rewrite.so but when ever i save it and ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Location
    chandigarh
    Posts
    29

    unable to load apache module

    hi all,

    I was trying to load three modules in http.conf
    these are :
    LoadModule proxy_module modules/mod_proxy.so

    LoadModule proxy_http_module modules/mod_proxy_http.so

    LoadModule rewrite_module modules/mod_rewrite.so



    but when ever i save it and

    root@vondoo [~]# httpd -t
    httpd: Syntax error on line 35 of /usr/local/apache/conf/httpd.conf: module proxy_module is built-in and can't be loaded


    but if i try to load module by following command:
    modprobe mod_proxy_http.so
    FATAL: Module mod_proxy_http.so not found.

    but if i check that module that its in my server or not den it gives me following result;
    root@vondoo [~]# find / -name mod_proxy_http.so
    /usr/lib/httpd/modules/mod_proxy_http.so

    and this is not working

    root@vondoo [~]# modprobe /usr/lib/httpd/modules/mod_proxy_http.so
    FATAL: Module /usr/lib/httpd/modules/mod_proxy_http.so not found.


    Now if its present on the system then why its not loading !!!!!!!!!!??????

    now can somebody help me how to load these modules.........?????

    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule rewrite_module modules/mod_rewrite.so

    Help me please!!!!!

  2. #2
    Just Joined!
    Join Date
    Mar 2009
    Posts
    13
    Are you aware that the module is existing and well placed in /usr/lib64/ location...
    fine let us do in this way
    find a module location and see whether can u find a copy / link in the required location of apache and give me your inputs.
    Let me know what for your installing webserver

  3. #3
    Just Joined!
    Join Date
    Dec 2008
    Location
    chandigarh
    Posts
    29

    unable to load apache modules

    hi hackson,

    thanks for reply,
    but u did'nt gave me any solution.
    i am trying to bind apache with jabber.

    openfire http-binding with jwchat

    for this purpose i have to load to two modules
    LoadModule proxy_module modules/mod_proxy.so

    LoadModule proxy_http_module modules/mod_proxy_http.so

    but its not loading!!!!

    i have checked that these modules in my system but unable load these modules :
    mod_proxy.so
    mod_proxy_http.so

    i have tried
    #modprobe mod_proxy.so
    but its not workin

    Please help me!!!!!!!11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...