Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC3

2010-02-13 Thread Randy Kobes
On 2010-02-12, at 11:13 PM, Fred Moyer wrote: > Third release candidate, a couple of small fixes from Gozer. So far > we've got positive results across the board. Please take this for a > spin if you haven't tried one of the previous release candidates. > > http://people.apache.org/~phred/Apach

Re: apxs on Win32?

2008-03-03 Thread Randy Kobes
On Thu, 21 Feb 2008, William A. Rowe, Jr. wrote: Guenter Knauf wrote: Hi (Bill?), another dev just asked me privately about apxs for Win32 does this meanwhile work on Win32? And if so can we perhaps ship it with future distros? I think that would make sense since the include and lib dir is

Re: apxs on Win32?

2008-02-20 Thread Randy Kobes
. -- best regards, Randy Kobes

Re: Solution to apr stdio/msvc crt/service handles and logging

2007-09-29 Thread Randy Kobes
On Thu, 27 Sep 2007, William A. Rowe, Jr. wrote: Randy Kobes wrote: I'm currently rebuilding everything with VC 8 (the free version), and will report on that later. Yea - I discovered it's quite impossible to get msvcrt-linked activestate to cooperate with openssl compiled again

Re: Solution to apr stdio/msvc crt/service handles and logging

2007-09-27 Thread Randy Kobes
On Thu, 27 Sep 2007, William A. Rowe, Jr. wrote: http://people.apache.org/~wrowe/apr-1.x-win32-nohandle.patch FYI - that one does not apply cleanly to apr-1.2 (it's trunk) if you want the easily applied flavor, that would be; http://people.apache.org/~wrowe/apr-1.2-win32-nohandle.patch The h

Re: [VOTE] Apache 2.2.6, 2.0.61 and 1.3.39 release candidate tarballs for review

2007-09-08 Thread Randy Kobes
On Fri, 7 Sep 2007, Jorge Schrauwen wrote: Any more info how you got it to work with apxs? This works for me: C:\> C:\Apache2\bin\apxs -llibhttpd -D APACHE2 -p -IC:\Temp\mod_fcgid.2.1 -o mod_fcgid.so -c mod_fcgid.c fcgid_bridge.c fcgid_conf.c fcgid_pm_main.c arch\win32\fcgid_pm_win.c arch\w

Re: apreqXXXXXX temp files remain after processing uploads greater than 256kb. Further large upload fails

2007-03-11 Thread Randy Kobes
On Sun, 11 Mar 2007, Vinay Y S wrote: Actually, either my earlier patch which adds a apr_file_close in apreq_file_cleanup or just removing the APR_FILE_NOCLEANUP from the flags(patch attached) is enough. Both together isn't required. (but it's safe as the cleanup handler installed by apr would g

Re: apreqXXXXXX temp files remain after processing uploads greater than 256kb. Further large upload fails

2007-03-09 Thread Randy Kobes
On Sat, 10 Mar 2007, Vinay Y S wrote: On 3/9/07, Joe Schaefer <[EMAIL PROTECTED]> wrote: flag = APR_CREATE | APR_READ | APR_WRITE | APR_EXCL | APR_BINARY; /* Win32 needs the following to remove temp files. * XXX: figure out why the APR_SHARELOCK flag works; * a grep through th

Re: [RELEASE CANDIDATE]: Apache-Test-1.29-RC3

2006-11-21 Thread Randy Kobes
On Sat, 18 Nov 2006, Philip M. Gollucci wrote: A release candidate for Apache-Test 1.29-rc3 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc3.tar.gz +1 - tested on linux: Apache/2.0.55 (prefork) Win32: Apache/2.2.3 (winnt) -- best regards, Randy Kobes

Re: Loading libapreq2.dll fails on windows

2006-10-11 Thread Randy Kobes
, help? If not, it may be a compatibility issue with different versions of VC++ being used to build the different components involved with apreq. Did you build (or get binaries of) apreq, Apache, and Perl (if you're using the Perl modules for apreq) using the same version of VC++? -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE]: Apache-Test-1.29-RC1

2006-09-12 Thread Randy Kobes
On Thu, 7 Sep 2006, Philip M. Gollucci wrote: A release candidate for Apache-Test 1.29-RC1 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc1.tar.gz +1. Tested on - Win32: Apache/2.2.3 (winnt) - linux: Apache/2.0.55 (prefork) -- best regards, Randy

Re: How to detect the mpm used via apxs?

2006-08-19 Thread Randy Kobes
one like worker by using apxs? /path/to/apxs -q MPM_NAME -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC4

2006-07-24 Thread Randy Kobes
On Mon, 24 Jul 2006, Steve Hay wrote: Sorry, but I'm still seeing quite a few failures. I started with a completely fresh build (with your patch applied) and the top-level "nmake test" failed a bunch of upload.t tests first time. (So it's not just running the test multiple times that causes

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC4

2006-07-23 Thread Randy Kobes
On Fri, 21 Jul 2006, Philip M. Gollucci wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: Randy Kobes wrote: Which means apr_pool_cleanup_register(pool, data, apreq_file_cleanup, apreq_file_cleanup); Contrary to the comment in library/util.c data

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC4

2006-07-20 Thread Randy Kobes
On Thu, 20 Jul 2006, Philip M. Gollucci wrote: Steve Hay wrote: repeatedly from the glue/perl sub-directory and see whether or not it ever fails for you. Did you get round to trying that? Just did. 24 times. 100% success. My usual combination of things. Like Steve, I still see this failin

Re: svn commit: r408136 - /httpd/apreq/trunk/build/version_check.pl

2006-05-21 Thread Randy Kobes
On Sun, 21 May 2006, [EMAIL PROTECTED] wrote: Author: pgollucci Date: Sat May 20 22:36:08 2006 New Revision: 408136 URL: http://svn.apache.org/viewvc?rev=408136&view=rev Log: Add pre of Archive::Tar (only for win32) Using v1.29 as thats what I have installed. I'd prefer that no version of Arc

Re: File upload

2006-02-24 Thread Randy Kobes
On Fri, 24 Feb 2006, Franky Braem wrote: Joe Schaefer wrote: Franky Braem <[EMAIL PROTECTED]> writes: Is there a step by step tutorial on how to implement a file upload in an Apache module with apreq2? I'm trying to write mod_wxjs (JavaScript and wxWidgets as server side script, more info on

Re: Policies on binaries?

2005-11-18 Thread Randy Kobes
.0? In any case, since it's already made up, and also because there's a longer period between releases, it seems a shame to not release it - if it helps any, I tested out the .msi version, and it installed and ran fine. -- best regards, randy kobes

Re: Problem with cookies in mod_perl

2005-10-17 Thread Randy Kobes
the "2" in mod_apreq2.so. -- best regards, randy kobes

Re: Win32 binary distributions 2.1.9-beta and onwards

2005-10-11 Thread Randy Kobes
elease of perl (5.10), as this most likely won't be binary-comaptible with the current (5.8) version. -- best regards, randy kobes

Re: ApacheCon BOF about Module Repository

2005-09-06 Thread Randy Kobes
rch effectively. -- best regards, randy kobes

Re: AT_skip

2005-07-19 Thread Randy Kobes
On Tue, 19 Jul 2005, Joe Schaefer wrote: > Joe Schaefer <[EMAIL PROTECTED]> writes: > > > Randy Kobes <[EMAIL PROTECTED]> writes: > > > >> Should AT_skip() print "ok ...", rather than "not ok ..."? > >> If I change this to do so

Problem with Apache::Cookie destroys Set-Cookie header (fwd)

2005-06-29 Thread Randy Kobes
randy -- Forwarded message -- Date: Wed, 29 Jun 2005 10:11:28 +0200 From: "Lilo (GwenDragon)" <[EMAIL PROTECTED]> To: Randy Kobes <[EMAIL PROTECTED]> Subject: Problem with Apache::Cookie destroys Set-Cookie header Hello Mr. Kobes, I'm running for compatibility issu

Re: Modifying Win32 default optimizations?

2005-05-11 Thread Randy Kobes
sounds great, but one consideration from the point of view of Perl (eg, mod_perl) is that the dominant Win32 Perl binary, from ActiveState, uses VC 6 to compile, and they don't have any plans soon of changing that. But that might change by the next generation. -- best regards, randy kobes

Re: Apache 2.0.53/Win32/.msi+.exe installers

2005-02-13 Thread Randy Kobes
g is needed due > to the changeover. > > Please cc: me in all replies to avoid moderation. Thanks! > > Bill For me, both the .msi installer and the build from the sources (using VC++ 6) worked fine. -- best regards, randy kobes

Re: apxs/apr-config/apu-config on Win32

2004-11-30 Thread Randy Kobes
On Mon, 29 Nov 2004, William A. Rowe, Jr. wrote: > At 11:51 AM 11/29/2004, Stas Bekman wrote: > >Randy Kobes wrote: > >>I've been testing out some perl scripts to emulate > >>apxs/apr-config/apu-config on Win32 (under Apache/2.0.x), > >>and was wonderin

apxs/apr-config/apu-config on Win32

2004-11-25 Thread Randy Kobes
n tested out on the c-modules within the perl-framework under httpd-test, as well as those under env/ of httpd-apreq-2, and they seem to work OK. -- best regards, randy kobes

Re: Trying to test current apreq2 CVS

2004-07-02 Thread Randy Kobes
On Fri, 2 Jul 2004, Markus Wichitill wrote: > Hi, > > I tried to compile the latest apreq2 CVS on Linux to test $upload->fh/size. > > First I tried to compile it for mod_perl 1.99_14 (Apache > 2.0.50 Worker, Perl 5.8.3), which failed since that > version doesn't contain the required > modperl_comm

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-16 Thread Randy Kobes
On Sun, 16 May 2004, Stas Bekman wrote: > On Sun, 16 May 2004, Randy Kobes wrote: [ .. ] > Well, I don't want to destabilize the tree, we should make > a new release pretty soon. I think while you are playing > with various solutions you could just check the cvs tree > for th

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-16 Thread Randy Kobes
On Sat, 15 May 2004, Stas Bekman wrote: > Randy Kobes wrote: > > On Mon, 10 May 2004, Stas Bekman wrote: > > > >>How about a quick workaround as follows: For windows only, > >>link APR.so statically with all APR/Foo.o and the required > >>modperl_foo.o an

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-10 Thread Randy Kobes
On Sun, 9 May 2004, Stas Bekman wrote: > Yes, that sounds like a much better idea. There should be > a way to tell the application that certain symbols will be > resolved at run-time, and no matter who will provide them > (application, another library or else). On AIX the linker > is just as picky

Re: need help to add per-user config to Apache::Test

2003-08-29 Thread Randy Kobes
tional version of this, save for the ability to use a $HOME/.apache-test/Config.pm, which shouldn't be too hard to add. I'll try to finish it off this weekend. -- best regards, randy kobes -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

RE: mod_perl installation problem...

2003-07-23 Thread Randy Kobes
[ adding in apreq-dev ] On Wed, 23 Jul 2003, Jim Morrison [Mailing-Lists] wrote: > Libapreq is complaining too.. That's how this all started, I > couldn't install Apache::Cookie. > > Ok.. I've had a bit of a clean up, and I can now get > Apache&mod_perl compiling and running just fine.. __But__ I

Re: Trouble with Apache::Request

2003-06-06 Thread Randy Kobes
dor_perl/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.8.0 > /usr/lib/perl5/vendor_perl might there be more than one mod_perl installation, and the wrong one is being picked up? -- best regards, randy kobes