This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH]webmin with camp and cygwin


> 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@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]