proxy_ajp not loading

General support questions including new installations
Post Reply
jnojr
Posts: 133
Joined: 2007/11/29 23:42:03
Location: San Diego, CA
Contact:

proxy_ajp not loading

Post by jnojr » 2009/02/23 19:30:50

[root@desc ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Syntax error on line 98 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
[FAILED]

Everything I'm finding with Google is people who don't care about proxy_ajp, and commenting nit out makes them happy. But I need it to work.

The only thing I've noticed so far:

Server this does [i][b]not[/b][/i] work on:

[root@desc ~]# rpm -q httpd
httpd-2.2.3-11.el5_2.4

Server this [i][b]does[/b][/i] work on:

[joliver@mda-services ~]$ rpm -q httpd
httpd-2.2.3-11.el5_1.3

It appears to be possible that upgrading Apache broke this. Can anyone shed any light on why this may not be working, or what I could do to troubleshoot further?

rishu8
Posts: 1
Joined: 2014/03/31 13:57:14

Re: proxy_ajp not loading

Post by rishu8 » 2014/03/31 13:59:54

By anyway you got answer for this ?Unfortunately i am also stuck at the same point.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: proxy_ajp not loading

Post by avij » 2014/04/02 02:10:25

Uncomment "LoadModule proxy_module modules/mod_proxy.so" from /etc/httpd/conf/httpd.conf.

Post Reply