Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 32505 invoked by uid 500); 11 Jun 2000 16:46:02 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 32490 invoked from network); 11 Jun 2000 16:46:01 -0000 From: "William A. Rowe, Jr." To: , Subject: RE: current bugs with pre/post config stuff (maybe :) ) Date: Sun, 11 Jun 2000 11:40:23 -0500 Message-ID: <000c01bfd3c4$84716d20$345985d0@corecomm.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <200006111549.LAA18722@k5.localdomain> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > From: Jeff Trawick [mailto:trawickj@bellsouth.net] > Sent: Sunday, June 11, 2000 10:49 AM > > At this point, main() is getting really bloated with config crapola, > and much of the config crapola is duplicated. I was just going to comment on your ap_fini_vhost_config fix... but I'm glad you tossed this thought back to the list... Win32 needs to export the symbols used in http_main.c to all modules, ap_fini_vhost_config doesn't sound like a very public entry point :-) Neither are some others I had to introduce this week with the config parsing overhaul. I'd like to see http_main.c stay as clean and parseable (by humans) as it was when I first looked at it a month ago. Of course, I could quickly grok new changes, but it's a real help to users just 'jumping' into the server to be able to follow main()