Re: RE : RE : RE : RE : bug : make test fails

2003-12-01 Thread Stas Bekman
Barbara Post wrote: Thanks Stas, it works, I first didn't properly killed every httpd process... but I still have a _slight_ bug, MaxNumberClients is too low in (apache's ?) default configuration. This is unimportant except for "make test" proofreading (my installation of apache works, at least loa

RE : RE : RE : RE : bug : make test fails

2003-12-01 Thread Barbara Post
Thanks Stas, it works, I first didn't properly killed every httpd process... but I still have a _slight_ bug, MaxNumberClients is too low in (apache's ?) default configuration. This is unimportant except for "make test" proofreading (my installation of apache works, at least loads errorless). # ma

Re: [mp2] ModPerl-Registry redirect test

2003-12-01 Thread Stas Bekman
Randy Kobes wrote: [...] Those names sound good ... However, there already is a makepath function in Apache::TestUtil, for (physically) making a path. How about t_caturl and t_catpath? I don't think it's correct to use 'path', since in File::Spec lingo path includes volume, whereas dir/file doesn'

Re: cvs commit: modperl-2.0/t/response/TestAPI query.pm

2003-12-01 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > stas2003/12/01 09:55:35 > > Modified:t/response/TestAPI query.pm > Log: > indent :) --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: RE : RE : RE : bug : make test fails

2003-12-01 Thread Stas Bekman
Barbara Post wrote: Hi, The patch works :-) but I have troubles with "address already in use"... make test (as normal user) shows : waiting 60 seconds for server to start: .[Mon Dec 01 13:22:43 2003] [info] 23 Apache:: modules loaded [Mon Dec 01 13:22:43 2003] [info] 5 APR:: modules loaded [Mon

Re: BUG REPORT: modperl(dev) make fails at "`APR_SO_TIMEOUT' undeclared" (perl-dev: message 5 of 20) w/ latest httpd(dev)

2003-12-01 Thread OpenMacNews
geoff, i'll be happy to lend a hand testing on OSX, if helpful ... as to what specifically to mod in the code? i'm not a great help ... thanks! richard -- On Monday, December 1, 2003 11:32 AM -0500 Geoffrey Young <[EMAIL PROTECTED]> wrote: Looks like you were. in httpd-2.0/srclib/apr/CHA

Re: BUG REPORT: modperl(dev) make fails at "`APR_SO_TIMEOUT' undeclared" w/ latest httpd(dev)

2003-12-01 Thread Geoffrey Young
> Looks like you were. > >> in httpd-2.0/srclib/apr/CHANGES, i note: >> *) Removed apr_socket_opt_{get|set}(..., APR_SO_TIMEOUT) which >> was deprecated in favor of apr_socket_timeout_{get|set}(). > ... >> i suspect that the APR_SO_TIMEOUT references need to be removed from the >> modperl co

Re: [mp2] ModPerl-Registry redirect test

2003-12-01 Thread Randy Kobes
On Mon, 1 Dec 2003, Stas Bekman wrote: > Randy Kobes wrote: > [...] > >>Yes, it's ugly and those of us coding on unix will never > >>remember to do that, leaving you with the boring cleanup > >>job. Therefore please think of extending Apache::TestXXX > >>API to have this Win32::GetLongPathName par

RE : RE : RE : bug : make test fails

2003-12-01 Thread Barbara Post
Hi, The patch works :-) but I have troubles with "address already in use"... make test (as normal user) shows : waiting 60 seconds for server to start: .[Mon Dec 01 13:22:43 2003] [info] 23 Apache:: modules loaded [Mon Dec 01 13:22:43 2003] [info] 5 APR:: modules loaded [Mon Dec 01 13:22:43 2003

Re: [mp2] ModPerl-Registry redirect test

2003-12-01 Thread Stas Bekman
Randy Kobes wrote: [...] I couldn't see within Apache a function that would return a Win32 path in this context, and from some of the places that use r->filename and the like, it appears that a Unix-like path is assumed. Might this be for convenience, in that a filename can be used to construct a U

Re: [mp2] ModPerl-Registry redirect test

2003-12-01 Thread Randy Kobes
On Sun, 30 Nov 2003, Stas Bekman wrote: > Randy Kobes wrote: > > >>>Ah, what do you get as a response? a path like > >>>/tmp/foo.pl on win32? In which case the problem would be > >>>coming from: > >>> > >>> $_[0]->{FILENAME} = $_[1]->filename; > >>> > >>>in RegistryCooker.pm, which sets $0, ev