Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 70681 invoked from network); 29 May 2003 05:33:26 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 May 2003 05:33:26 -0000 Received: (qmail 2882 invoked by uid 97); 29 May 2003 05:35:48 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 2875 invoked from network); 29 May 2003 05:35:47 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 May 2003 05:35:47 -0000 Received: (qmail 69275 invoked by uid 500); 29 May 2003 05:33:09 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 69263 invoked from network); 29 May 2003 05:33:09 -0000 Received: from main.gmane.org (80.91.224.249) by daedalus.apache.org with SMTP; 29 May 2003 05:33:09 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19LG0M-0000tl-00 for ; Thu, 29 May 2003 07:31:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-user@jakarta.apache.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19LG0M-0000tc-00 for ; Thu, 29 May 2003 07:31:10 +0200 From: "Bill Barker" Subject: Re: building mod_proxy Apache 1.3 Date: Wed, 28 May 2003 22:42:46 -0700 Lines: 32 Message-ID: References: <72A7001345055A42BEF3DFAB220CB69A14C0B1@ACTHQWS.actelesys.com> X-Complaints-To: usenet@main.gmane.org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N What you are seeing is fine for most people. It is simply that mod_proxy is being statically compiled into the httpd executable. In this case, you simply skip the "LoadModule" statement, since it is automatically loaded. If you really want mod_proxy.so, then you must also include the --enable-shared=proxy in your 'configure' line. For Apache 1.3.x, the usual reason to do shared modules is to be able to change their invocation order easily. In this case you would usually use --enable-shared=most. "Eric fiedler" wrote in message news:72A7001345055A42BEF3DFAB220CB69A14C0B1@ACTHQWS.actelesys.com... > Has anyone who has integrated Apache and Tomcat built mod_proxy by any > chance? > > My documentation on the Jakarta tomcat proxy hot-two document says to run > the following command. I am on a Solaris machine: > > ./configure --enable-module=proxy > > This creates a file called mod_proxy.o; not mod_proxy.so as the > documentation says it should. The next step the documentation says is too > add the line "LoadModule proxy_module libexec/mod_proxy.so" and as stated, I > have mod_proxy.o > > Anyone know what I am doing wrong or something else that should be done? > > > Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org