Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 6157 invoked by uid 6000); 4 Dec 1997 21:32:44 -0000 Received: (qmail 6141 invoked from network); 4 Dec 1997 21:32:40 -0000 Received: from prairie.nodak.edu (root@134.129.111.80) by taz.hyperreal.org with SMTP; 4 Dec 1997 21:32:40 -0000 Received: from prairie.nodak.edu (junker.cs.ndsu.NoDak.edu [134.129.125.144]) by prairie.NoDak.edu (8.8.8/8.8.8) with ESMTP id PAA04359 for ; Thu, 4 Dec 1997 15:32:30 -0600 (CST) Message-ID: <34872240.72C710FB@prairie.nodak.edu> Date: Thu, 04 Dec 1997 15:36:00 -0600 From: Igor Tatarinov X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: Apache list Subject: Module init called twice? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Hi! I am trying to add my own module to Apache and it seems like its init function is called twice (child_init is NULL). This happens even with httpd -X. Is it normal or am I doing something wrong? I need it to be called only once. Thanks, igor