-->

DEVOPSZONES

  • Recent blogs

    Apache Start Fails with Following Error undefined symbol: proxy_module ?

    Apache Start Fails with Following Error undefined symbol: proxy_module ?


    Solution:
    Add Following Line in  /etc/httpd/conf/httpd.conf
    LoadModule proxy_module modules/mod_proxy.so

    Start httpd service Now.

    service httpd start

    No comments