Re: [PATCH] win32 module names now like unix

2000-12-31 Thread Doug MacEachern
On Sun, 31 Dec 2000, John K Sterling wrote: > FYI - > i pulled down the HEAD and tested it. > all worked great. sweet. miller time! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread John K Sterling
FYI - i pulled down the HEAD and tested it. all worked great. sterling Doug MacEachern wrote: > ok, i have done: perl -pi -e 's/\cM//' mod_perl.dsp > and committed. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additi

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread Randy Kobes
- Original Message - From: "John K Sterling" <[EMAIL PROTECTED]> To: "Doug MacEachern" <[EMAIL PROTECTED]> Cc: "Randy Kobes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, December 31, 2000 2:29 PM Subject: Re: [PATCH] win32

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread Doug MacEachern
ok, i have done: perl -pi -e 's/\cM//' mod_perl.dsp and committed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread Randy Kobes
- Original Message - From: "Doug MacEachern" <[EMAIL PROTECTED]> To: "John K Sterling" <[EMAIL PROTECTED]> Cc: "Randy Kobes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, December 31, 2000 1:38 PM Subject: Re: [PATCH] win32

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread Doug MacEachern
ok, i've added it as a normal text file. randy, do you need to strip out the ^M's ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread John K Sterling
> thanks, works like a charm. curious, should mod_perl.dsp be cvs add-ed > with -kb? i seem to recall cvs changing the file (stripping ^M's ?) welp, i've always had a problem when those ^M's are there - i don't think that file should be binary - when i pull from cvs on win32 that .dsp file (Apa

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread Doug MacEachern
thanks, works like a charm. curious, should mod_perl.dsp be cvs add-ed with -kb? i seem to recall cvs changing the file (stripping ^M's ?) i also added mod_perl.def to the MANIFEST, we don't want to include mod_perl.mak or do we?

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread John K Sterling
how does this work for you? this includes my change to INSTALL.win32 sterling Doug MacEachern wrote: > sweet, great work guys. the patch i have from randy seems to be truncated > (the tarball with mod_perl.{dsp,mak.def} looks ok though. sterls can you > send me the current patch against curr

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread Doug MacEachern
sweet, great work guys. the patch i have from randy seems to be truncated (the tarball with mod_perl.{dsp,mak.def} looks ok though. sterls can you send me the current patch against current cvs? thanks! - To unsubscribe, e-ma

Re: [PATCH] win32 module names now like unix

2000-12-31 Thread John K Sterling
. sterling Randy Kobes wrote: > - Original Message - > From: "John K Sterling" <[EMAIL PROTECTED]> > To: "Randy Kobes" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, December 22, 2000 7:29 PM > Subject: Re: [PATCH] w

Re: [PATCH] win32 module names now like unix

2000-12-24 Thread John K Sterling
in a couple of days. sterling Randy Kobes wrote: > - Original Message - > From: "John K Sterling" <[EMAIL PROTECTED]> > To: "Randy Kobes" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, December 22, 2000 7:29 PM > S

Re: [PATCH] win32 module names now like unix

2000-12-23 Thread Randy Kobes
- Original Message - From: "John K Sterling" <[EMAIL PROTECTED]> To: "Randy Kobes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, December 22, 2000 7:29 PM Subject: Re: [PATCH] win32 module names now like unix > sounds great randy - do

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread John K Sterling
sounds great randy - do what you gotta do - i'll check it out on the other end testing/proofing sterling Randy Kobes wrote: > On Fri, 22 Dec 2000, John K Sterling wrote: > > > sorry it took so long to respond i had some 'real work' issues :) anyhoo, i am > > really torn on this one. I still th

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread John K. Sterling
sounds great - i'm sure doug wouldn't think of releaseing without it. Let me know if you need anything else ... obviously i'll test/proof the final patch. sterling On Fri, 22 Dec 2000, Randy Kobes wrote: > On Fri, 22 Dec 2000, John K Sterling wrote: > > > sorry it took so long to respond i h

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread Randy Kobes
On Fri, 22 Dec 2000, John K Sterling wrote: > sorry it took so long to respond i had some 'real work' issues :) anyhoo, i am > really torn on this one. I still think mod_perl should immediately just switch > to the new-style .so - mod_perl has always been the closest darling to apache so > it on

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread John K Sterling
erling Randy Kobes wrote: > - Original Message - > From: "John K Sterling" <[EMAIL PROTECTED]> > To: "Randy Kobes" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, December 22, 2000 11:07 AM > Subject: Re: [PATCH] win32 modul

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread Doug MacEachern
i'd support whatever you guys decide on for win32 land. sterls, if you wanna let me know if i should apply your patch from yesterday or wait for another, that'd be choice. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread Randy Kobes
- Original Message - From: "John K Sterling" <[EMAIL PROTECTED]> To: "Randy Kobes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, December 22, 2000 11:07 AM Subject: Re: [PATCH] win32 module names now like unix > > > Randy Kobes

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread John K Sterling
Randy Kobes wrote: > would people get > too confused if a mod_perl.so was installed if they were building > against apache_1.3.12, say? Should we have an Apache version > check in there to use mod_perl.so for 1.3.15 and ApacheModulePerl.dll > for pre-1.3.15? Great point - this would also allow

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread Randy Kobes
On Thu, 21 Dec 2000, John K Sterling wrote: > as stated in my earlier post, apache-1.3.15-dev was just changed so all > modules on win32 look exactly like unix (e.g. mod_status.so). i > proposed we should stay in sync with the httpd group. here is a minimal > patch that seems to work: note > 1)

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread Gerald Richter
> yeah, its .so > take a look at the thread on new-httpd > > basically on win32 it really don't matter none what the extension is > microsoft .ocx files and .cpl files are apparently just dlls with a different > suffix. > Yes, I know. I just wanted to be sure Gerald --

Re: [PATCH] win32 module names now like unix

2000-12-21 Thread John K Sterling
yeah, its .so take a look at the thread on new-httpd basically on win32 it really don't matter none what the extension is microsoft .ocx files and .cpl files are apparently just dlls with a different suffix. sterling Gerald Richter wrote: > > 2) only the ApacheModulePerl.dll has been chang

Re: [PATCH] win32 module names now like unix

2000-12-21 Thread Gerald Richter
> 2) only the ApacheModulePerl.dll has been changed to mod_perl.so to > limit the diff I didn't take a look at 1.3.15, but shouldn't it be mod_perl.dll instead of mod_perl.so on win32 ? Or do they really use the .so extension also on win32 ? Gerald -

Re: [PATCH] win32 module names now like unix

2000-12-21 Thread brian moseley
On Thu, 21 Dec 2000, Doug MacEachern wrote: > good work, thanks sterls! what do people think about > this general renaming of ApacheModuleFoo.dll to > mod_foo.so in win32 land? good? bad? i guess this is > the 2.0 convention, so we might as well get used to it. it makes me wet. ---

Re: [PATCH] win32 module names now like unix

2000-12-21 Thread John K Sterling
if anyone needs some background there was a huge thread on new-httpd about this over the past few days with Subject: [Win32] 1.3.15; my mod_foo.dll question on the table many people chimed in and there are some interesting points... the biggest benefit is being able to use the exact same conf fi

Re: [PATCH] win32 module names now like unix

2000-12-21 Thread Doug MacEachern
good work, thanks sterls! what do people think about this general renaming of ApacheModuleFoo.dll to mod_foo.so in win32 land? good? bad? i guess this is the 2.0 convention, so we might as well get used to it. - To unsubscrib