Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 82312 invoked by uid 500); 20 Sep 2001 19:24:51 -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 82301 invoked from network); 20 Sep 2001 19:24:50 -0000 Message-ID: <9110D74F0AB5D11188DC00805F9F50CF0A27723D@nj7460exch004u.ho.lucent.com> From: "Farag, Hany M (Hany)" To: "'dev@httpd.apache.org'" Subject: RE: 2.0.24 STATUS file Date: Thu, 20 Sep 2001 15:24:50 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, We read this in the STATUS file of 2.0.24: "There is a bug in how we sort some hooks, at least the pre-config hook. The first time we call the hooks, they are in the correct order, but the second time, we don't sort them correctly. Currently, the modules/http/config.m4 file has been renamed to modules/http/config2.m4 to work around this problem, it should moved back when this is fixed." But we don't understand the exact problem or the fix... Can you please explain.. Also, if we did not rename the config.m4 files to config2.m4, Can it cause a seg fault? Thanks Hany -----Original Message----- From: Farag, Hany M (Hany) Sent: Thursday, September 20, 2001 2:25 PM To: 'dev@httpd.apache.org' Subject: RE: Debugging Apache2.0 ... Hi, I'm trying to debug Apache 2.0, I changed the log level in the httpd.conf file to debug, also i used the ap_log_rerror(,,,,,) in my code to see the values and other debuging info but cann't see any thing just the evil seg fault message. Is there any other method i can use. Thanks Hany -----Original Message----- From: Farag, Hany M (Hany) Sent: Tuesday, September 18, 2001 6:22 PM To: dev@httpd.apache.org Subject: RE: How to build Apache2.0 with more than one module Thank you all for your help. I can see the 2 modules included in the build. I was missing the Makefile.in Thanks Hany -----Original Message----- From: Ryan Bloom [mailto:rbb@covalent.net] Sent: Tuesday, September 18, 2001 5:34 PM To: dev@httpd.apache.org; Farag, Hany M (Hany) Subject: Re: How to build Apache2.0 with more than one module On Tuesday 18 September 2001 01:53 pm, Farag, Hany M (Hany) wrote: Did you put a Makefile.in into the one directory? > yes, it looks like this: > > dnl modules enabled in this directory by default > > dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, > config]]]]) > > APACHE_MODPATH_INIT(one) > > APACHE_MODULE(one, testing module one, , , yes) > > APR_ADDTO(LT_LDFLAGS,-export-dynamic) > > APACHE_MODPATH_FINISH ______________________________________________________________ Ryan Bloom rbb@apache.org Covalent Technologies rbb@covalent.net --------------------------------------------------------------