Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 97063 invoked from network); 7 Apr 2011 14:48:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 14:48:53 -0000 Received: (qmail 30604 invoked by uid 500); 7 Apr 2011 14:48:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 30566 invoked by uid 500); 7 Apr 2011 14:48:50 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 30558 invoked by uid 99); 7 Apr 2011 14:48:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 14:48:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 14:48:44 +0000 Received: by wyb42 with SMTP id 42so3011501wyb.18 for ; Thu, 07 Apr 2011 07:48:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=PPxrU4HCJEx5dxu5MugeXxOlvCWPFS1i1ENOrYvN474=; b=m0BwExnVOucnC98QMDCfrzwRz3bgq69TFrAbWRVk4JgOlw/oo7b7pCBG4um3ZCgW7Y 0XF0IMiY+di1Ixr42CLQv9vgZf1WSMCZE0AQPChXGZzstE8cEoTfqG29AX+9Ucza/QP1 e66nXHsb1KXWxViHqE1iKxT58hEP7VL0MOCTs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=amd6aGZou8g9lHQUe4gxVtM4EGd3o6APnVw0/DyjcB8bNSolZg9CMQM+iNDS+MUXKK /WAVdBbl7eV60/P/lGcicbrTDCACVGBG3TFs7E0HlUvnTiNOxZwECaGgRxqHaE1eaXeZ lmkVYqYSDlLTbIQ1Csp9fw3/yRHkI8uHtfuoM= MIME-Version: 1.0 Received: by 10.216.145.92 with SMTP id o70mr912041wej.86.1302187703151; Thu, 07 Apr 2011 07:48:23 -0700 (PDT) Received: by 10.216.36.17 with HTTP; Thu, 7 Apr 2011 07:48:22 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Apr 2011 10:48:22 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [users@httpd] Not able to connect apache to tomcat using mod_proxy_ajp On Thu, Apr 7, 2011 at 10:42 AM, Dharamshila Khandelwal 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 for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org