www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2001/10/27/19:36:57

Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-apps-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com
Message-ID: <3BDB44ED.41194FE8@wapme-systems.de>
Date: Sun, 28 Oct 2001 01:36:13 +0200
From: Stipe Tolj <tolj AT wapme-systems DOT 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: Ralf Habacker <Ralf DOT Habacker AT freenet DOT de>
CC: Cygwin-Apps <cygwin-apps AT cygwin DOT com>, webadmin-devel AT lists DOT sourceforge DOT net
Subject: Re: [PATCH]webmin with camp and cygwin
References: <003e01c15f33$d1257bb0$651c440a AT BRAMSCHE>

> I have created an additional patch for apache module handling
> 
> /usr/local/webmin-0.88/apache/core.pl - patch
> 
> --- core.pl.orig        Sat Oct 27 21:52:19 2001
> +++ core.pl     Sat Oct 27 21:53:32 2001
> @@ -1056,6 +1056,12 @@
>         elsif ($d->{'words'}->[1] =~ /lib([^\/\s]+)\.so/) {
>                 push(@allmods, "mod_$1");
>                 }
> +       elsif ($d->{'words'}->[1] =~ /(mod_\S+)\.dll/) {
> +               push(@allmods, $1);
> +               }
> +       elsif ($d->{'words'}->[1] =~ /lib([^\/\s]+)\.dll/) {
> +               push(@allmods, "mod_$1");
> +               }
>         }
> 
>  if (@{$_[0]}) {

great!

these are needed due that Apache for Cygwin uses mod_foo.dll and
libfoo.dll dynamic libs for DSO/DLL mode.

Could the guys from webmin please include this to current CVS. Thanks!

Stipe

tolj AT wapme-systems DOT de
-------------------------------------------------------------------
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

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

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019