Can't start apache in linux, because of proxy module
- by Silmaril89
When I try to start apache or run the command,
httpd -M
each fail and print the following error:
httpd: Syntax error on line 137 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf.d/proxy_ajp.conf: Cannot load /etc/httpd/modules/mod_proxy_ajp.so into server: /etc/httpd/modules/mod_proxy_ajp.so: undefined symbol: proxy_module
Any ideas on how to fix this? Thanks.