On Thu, Apr 7, 2011 at 10:42 AM, Dharamshila Khandelwal
<dharmshil...@gmail.com> wrote:
> Trying to connect Apache 2.2.17 with tomcat 6.0.32 using mod_proxy_ajp on
> Redhat 6 64 bit machine, I get the following error when I start-up:
>
>
>
> hsnweb@spdlws01:/opt/hsnweb/web93d/apache/run > ./apachectl start
>
> httpd: Syntax error on line 417 of
> /opt/hsnweb/web93d/apache2/conf/httpd.conf: Cannot load
> /opt/hsnweb/web93d/apache2/modules/mod_proxy_ajp.so into server:
> /opt/hsnweb/web93d/apache2/modules/mod_proxy_ajp.so: undefined symbol:
> proxy_module
>
>
>
> mod_proxy.so and mod_proxy_ajp.so are present in modules. I copied
> mod_proxy.so and mod_proxy_ajp.so from a different apache installation (same
> version on the same machine).
>
>
>
> Entry in httpd.conf:
>
>
>
> LoadModule proxy_module modules/mod_proxy_ajp.so

wrong module name

Make sure you're actually loading both, with the proper module names.
And AddModule is not necessary.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to