Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 66054 invoked by uid 500); 30 Jan 2002 15:57:37 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 66035 invoked from network); 30 Jan 2002 15:57:37 -0000 Received: from water.cc.mcgill.ca (132.206.27.29) by daedalus.apache.org with SMTP; 30 Jan 2002 15:57:37 -0000 Received: from bronfman504 ([132.206.137.146]) by water.cc.mcgill.ca (8.12.1/8.11.0) with SMTP id g0UFvURG023902 for ; Wed, 30 Jan 2002 10:57:30 -0500 (EST) From: "Joshua Slive" To: Subject: RE: Configuring Apache Date: Wed, 30 Jan 2002 11:00:51 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Vasile.Curelea@cgi.ca [mailto:Vasile.Curelea@cgi.ca] > > I configured Apache 1.3.22 on a SunSolaris sparc 5.6 with the following > options: > > # ./configure -- prefix=/usr/local/apache \ > # -- enable-module=most \ > # -- enable-shared=max This means "use dynamic modules rather than static modules". > # make > # make install > > and when I do > > # ./httpd -l > Compiled-in modules: > http_core.c > mod_so.c > suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec > # > httpd -l lists only static modules. > Only 2 modules shows as being added, I was expecting most of them to be > displayed! > The module that I'm interested in is mod_webapp. Any info on how to add > that module would > be appreciated. > vasile Modules that are included in the modules/ directory and referenced by LoadModule statements in httpd.conf are not listed in httpd -l but are still available. mod_webapp is not included with the default apache distribution. You will need to head over to http://jakarta.apache.org/ to get that. Joshua. --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org