Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 17441 invoked by uid 500); 18 Sep 2001 14:58:36 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 17427 invoked from network); 18 Sep 2001 14:58:36 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Ryan Bloom Reply-To: rbb@covalent.net Organization: Covalent Technologies To: dev@httpd.apache.org, "Farag, Hany M (Hany)" , "'dev@httpd.apache.org'" Subject: Re: HOW TO BUILD APACHE 2.0 WITH MORE THAN ONE MODULE(MODULES WRI ITEN BY OTHER NON-APACHE DEVELOPERS) Date: Tue, 18 Sep 2001 07:59:41 -0700 X-Mailer: KMail [version 1.3] References: <9110D74F0AB5D11188DC00805F9F50CF0A27721B@nj7460exch004u.ho.lucent.com> In-Reply-To: <9110D74F0AB5D11188DC00805F9F50CF0A27721B@nj7460exch004u.ho.lucent.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010918145942.2BF9E46DFC@koj.rkbloom.net> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tuesday 18 September 2001 07:02 am, Farag, Hany M (Hany) wrote: --with-module only accepts one module, and you can't add more. I keep meaning to go in and fix that, but I haven't had time recently. I would suggest just creating a config.m4 file for your own modules, and copying the files into a subdirectory of modules/. This is very clean, and then you can do --enable-mod_one --enable-mod_two, etc. config.m4 is a very simple file to learn to write. Ryan > Hi, > How do i configure and build apache with 2 or more modules of my own?(is it > possible?) > I know for one module you can do it with the following command : > ./configure --enable-so --with-module=one --enable-mods-shared=mod_one.so > > Thanks > Hany -- ______________________________________________________________ Ryan Bloom rbb@apache.org Covalent Technologies rbb@covalent.net --------------------------------------------------------------