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: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Sat, 27 Oct 2001 19:39:06 -0400 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: [PATCH]webmin with camp and cygwin [OFF-TOPIC] Message-ID: <20011027193906.A14486@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <003e01c15f33$d1257bb0$651c440a AT BRAMSCHE> <3BDB44ED DOT 41194FE8 AT wapme-systems DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BDB44ED.41194FE8@wapme-systems.de> User-Agent: Mutt/1.3.21i Please! Move this discussion elsewhere. Thank you. cgf On Sun, Oct 28, 2001 at 01:36:13AM +0200, Stipe Tolj wrote: >> 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