| www.delorie.com/archives/browse.cgi | search |
| 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 |
| From: | "Ralf Habacker" <Ralf DOT Habacker AT freenet DOT de> |
| To: | "Cygwin-Apps" <cygwin-apps AT cygwin DOT com> |
| Cc: | <tolj AT wapme-systems DOT de>, <webadmin-devel AT lists DOT sourceforge DOT net> |
| Subject: | RE: [PATCH]webmin with camp and cygwin |
| Date: | Sun, 28 Oct 2001 00:07:49 +0200 |
| Message-ID: | <003e01c15f33$d1257bb0$651c440a@BRAMSCHE> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2173.0 |
| Importance: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
| In-Reply-To: |
> Hi,
>
> for an intranet project in our company I have problems with iis and try to
> migrate to apache. Apache is avaliable for windows or cygwin, but graphical
> remote configuring apache was left. As I'm using webmin for other linux based
> web server, I tried to use webmin on cygwin for doing this.
>
<snip>
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]}) {
Ralf
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |