Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3B15742B.67C095BE@wapme-systems.de>
Date: Thu, 31 May 2001 00:28:59 +0200
From: Stipe Tolj <tolj@wapme-systems.de>
Organization: Wapme Systems AG
X-Mailer: Mozilla 4.7 [de]C-CCK-MCD QXW0322b  (WinNT; I)
X-Accept-Language: de,en
MIME-Version: 1.0
To: "S. L." <s_i_lao@gmx.net>
CC: cygwin@cygwin.com
Subject: Re: Apache 1.3.20 & apxs
References: <26244.991220079@www12.gmx.net>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

> Are there some more hints about doing this under cygwin, because except
> --enable-rule=SHARED_CORE, any attempt to have an --enable-shared=module does not
> compile.

The configure flag --enable-rule=SHARED_CORE produces the libhttpd.dll library that
is used to allow dynamic allocations of the preforked childs of httpd.

Basicly if you do --add-module=<module> it will be linked into libhttpd.dll. So if
you mean if there is a mechanism that allows dynamic-loading of various modules
<module>.dll within libhttpd.dll runtime using configure statements in httpd.conf as
it is supported for DSO (UNIX and Linux) then I have to say _no_.

You have to compile and link all required modules to libhttpd.dll. That DLL will be
shared then for all preforked httpd childs.

The --enable-shared=<module> ability will be the next aim I will focus on. It should
allow such dynamic-loaded modules as known from the native Win32 version and the UNIX
derivates.

Regards,

Stipe Tolj
Department Management
Technology Center & Research Lab

tolj@wapme-systems.de
-------------------------------------------------------------------
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: info@wapme-systems.de
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

