Re: official httpd VC9 builds

2011-01-31 Thread Mladen Turk
On 01/31/2011 06:20 PM, William A. Rowe Jr. wrote: On 1/31/2011 9:55 AM, Mladen Turk wrote: There is a solution to use DDK7.1 It can create binaries that links to MSVCRT, however this works for XP+ only. Which works... provided we continue on the makefile approach or use msbuild. Note that

Re: official httpd VC9 builds

2011-01-31 Thread Mladen Turk
On 01/31/2011 07:33 PM, William A. Rowe Jr. wrote: On 1/31/2011 12:17 PM, Mladen Turk wrote: If we resist on using CRT stuff like strcpy_l/strcpy_s, _fstat64i32 and other weirdness from contemporary CRTs, we'd be fine. Actually most of those date back to msvcrt.dll or have been added

Re: PHP5.3.6

2011-03-18 Thread Mladen Turk
On 03/18/2011 04:12 PM, Rich Bowen wrote: On Mar 18, 2011, at 10:55 AM, Jeff Trawick wrote: > What would it take, from our side or from Stefan's, to make it ok for us to say "go here for Windows binaries"? It surely seems that this would be a big win for both of us. AFAICT they do not pro

Re: PHP5.3.6

2011-03-18 Thread Mladen Turk
On 03/18/2011 04:43 PM, Jeff Trawick wrote: what if we add text to our download that says that official PHP binaries for Windows starting with 5.3.6 no longer work with our stable-ABI builds +1 Regards -- ^TM

Re: PHP5.3.6

2011-03-18 Thread Mladen Turk
On 03/18/2011 04:55 PM, Rich Bowen wrote: On Mar 18, 2011, at 11:48 AM, Mladen Turk wrote: On 03/18/2011 04:43 PM, Jeff Trawick wrote: what if we add text to our download that says that official PHP binaries for Windows starting with 5.3.6 no longer work with our stable-ABI builds +1

Re: PHP5.3.6

2011-03-18 Thread Mladen Turk
On 03/18/2011 05:19 PM, Graham Dumpleton wrote: On 18 March 2011 07:24, Rich Bowen wrote: If I read this right, this is a similar issue to what we have in the Python world with some Python extension modules on Windows. One discussion thread about it can be found at: http://psycopg.lighthou

Re: Prior to apr 2.0 / httpd 2.4...

2011-03-20 Thread Mladen Turk
On 03/21/2011 12:47 AM, William A. Rowe Jr. wrote: Nobody has offered a reasonable response, let's try this again... the availability of pcre and expat are generally a both-or-neither proposition on most distributions. Ergo, any one of the following resolutions would restore logically consistenc

Re: id=51247 Enhance mod_proxy and _balancer with worker status flag to only accept sticky session routes

2011-05-25 Thread Mladen Turk
On 05/25/2011 02:27 AM, Daniel Ruggeri wrote: I attached the patch to a bug opened by Cameron Stokes https://issues.apache.org/bugzilla/show_bug.cgi?id=48841 Just a quick note on the first thing I saw: +//worker->lbfactor = atoi(val); +worker->lbfactor = strtol(val, NULL, 10);

Re: Windows Laundry List pt3, mod_watchdog

2011-06-30 Thread Mladen Turk
On 07/01/2011 06:31 AM, Gregg L. Smith wrote: Hi folks, Well, this is the same chunk of Win32 specific debugging code causing this module to crash yet again. I remember suggesting it be removed before, now I am a little more adamant about it because it is really not needed, IMO of course. If y

Re: Windows Laundry List pt3, mod_watchdog

2011-07-01 Thread Mladen Turk
On 07/01/2011 09:10 AM, Gregg L. Smith wrote: Hi Mladen, Ok, I'm just a dumb guy but for me, if it drops to the hard drive (it's built on my platform) it should at minimum load without crashing the server. Who said anything about being dumb. If it crashes on load, it should be fixed. Simple as

Re: [VOTE] Release Apache httpd-2.3.13 as beta

2011-07-01 Thread Mladen Turk
On 07/01/2011 06:08 AM, Gregg L. Smith wrote: Hi Bill, Steffen, All I can add to this at the moment is this is happening in XP, I am running in Vista x86 just fine. I have not built on 2008 R2 x64 yet but I will assume (ouch) for now it will work fine there as well. Same here. XP/SP3 is unu

Re: [VOTE] Release Apache httpd-2.3.13 as beta

2011-07-01 Thread Mladen Turk
On 07/01/2011 07:57 PM, Steffen wrote: PCRE is now a dep. Download 8.12 from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ and compile the pcre.dll with CMake options: BUILD_SHARED_LIBS and CMAKE_BUILD_TYPE RelWithDebInfo. That's ridiculous. WTF has httpd win32 port gone? Regards

Re: [VOTE] Release Apache httpd-2.3.13 as beta

2011-07-01 Thread Mladen Turk
On 07/01/2011 09:45 PM, Steffen wrote: No problem for me to distribute the non ASF(apr) deps at http://www.apachelounge.com/ Like pcre, lua, openssl and zlib. Right, and after so many years it is now impossible to build httpd from ASF source dist only. Since you cannot compile httpd without

Re: [VOTE] Release Apache httpd-2.3.13 as beta

2011-07-03 Thread Mladen Turk
On 07/03/2011 02:21 PM, Steffen wrote: The candidate Windows binary is now available at: http://www.apachelounge.com/viewtopic.php?p=18457 Not that it belongs here, but may I ask why the .rar? Regards -- ^TM

Re: Windows Laundry List pt3, mod_watchdog

2011-07-03 Thread Mladen Turk
On 07/03/2011 07:40 PM, William A. Rowe Jr. wrote: On 7/1/2011 12:26 AM, Mladen Turk wrote: On 07/01/2011 06:31 AM, Gregg L. Smith wrote: Attached patch just gets rid of it. This cannot be omitted. Getting the parent pid means we we are in the child process, so we must not init the parent

Re: Windows Laundry List pt3, mod_watchdog

2011-07-03 Thread Mladen Turk
On 07/03/2011 08:52 PM, William A. Rowe Jr. wrote: On 7/3/2011 1:49 PM, Mladen Turk wrote: I offered that to the httpd couple of years back, but the rejection was: "Who will maintain windows nmake files" IMHO those are few order of magnitude simpler then maintaining VS workspace

Re: Windows Laundry List pt3, mod_watchdog

2011-07-03 Thread Mladen Turk
On 07/03/2011 08:58 PM, William A. Rowe Jr. wrote: On 7/3/2011 1:52 PM, William A. Rowe Jr. wrote: Mladen, do you know anything of cl.exe's ability to generate dependencies? I've never looked before. I created an util http://myomake.svn.sourceforge.net/viewvc/myomake/trunk/misc/tools/window

Re: Are we there yet?

2011-12-04 Thread Mladen Turk
On 12/03/2011 08:32 AM, Gregg L. Smith wrote: On 12/2/2011 3:48 PM, Stefan Fritsch wrote: - modules docs - the follwing modules added since 2.2 lack documentation - mod_watchdog - mod_heartbeat - mod_heartmonitor - mod_lbmethod_heartbeat I vote these off the Windows boat, mod_watchdog crashes t

Re: Are we there yet?

2011-12-04 Thread Mladen Turk
On 12/04/2011 06:37 PM, Jim Jagielski wrote: Let's shoot for an RC1 this week. I'll RM. Do we have bundled apr/apr-util versions defined? Regards -- ^TM

Re: Are we there yet?

2011-12-04 Thread Mladen Turk
On 12/04/2011 07:25 PM, Graham Leggett wrote: On 04 Dec 2011, at 8:03 PM, Mladen Turk wrote: Let's shoot for an RC1 this week. I'll RM. Do we have bundled apr/apr-util versions defined? Ideally we want apr-util v1.4.0, which is yet to be released. I've proposed to RM a rele

Re: Windows Laundry List pt3, mod_watchdog

2011-12-04 Thread Mladen Turk
On 12/04/2011 10:33 PM, Gregg L. Smith wrote: On 12/4/2011 8:46 AM, Rainer Jung wrote: Picking up this old discussion: On 03.07.2011 19:40, William A. Rowe Jr. wrote: On 7/1/2011 12:26 AM, Mladen Turk wrote: On 07/01/2011 06:31 AM, Gregg L. Smith wrote: Hi folks, Well, this is the same

Re: Windows Laundry List pt3, mod_watchdog

2011-12-05 Thread Mladen Turk
On 12/05/2011 08:41 AM, William A. Rowe Jr. wrote: On 12/5/2011 1:22 AM, Mladen Turk wrote: Like said on another thread, give me couple of days and I'll fix the issue. Well, as soon as I compile httpd-2.4 on windows which might be tricky cause build procedure is completely broken a

Re: Windows Laundry List pt3, mod_watchdog

2011-12-05 Thread Mladen Turk
On 12/05/2011 08:41 AM, William A. Rowe Jr. wrote: On 12/5/2011 1:22 AM, Mladen Turk wrote: Like said on another thread, give me couple of days and I'll fix the issue. Well, as soon as I compile httpd-2.4 on windows which might be tricky cause build procedure is completely broken a

Re: Windows Laundry List pt3, mod_watchdog

2011-12-05 Thread Mladen Turk
On 12/04/2011 10:33 PM, Gregg L. Smith wrote: On 12/4/2011 8:46 AM, Rainer Jung wrote: Picking up this old discussion: Well, this is the same chunk of Win32 specific debugging code causing this module to crash yet again. Gregg: Can you tell us, in which line it is crashing? Debugger says h

Re: Windows Laundry List pt3, mod_watchdog

2011-12-05 Thread Mladen Turk
On 12/05/2011 10:57 PM, Gregg L. Smith wrote: On 12/5/2011 5:15 AM, Mladen Turk wrote: Please backport to 2.4. Like said, already backported. Regards -- ^TM

Re: Win :: apr-util-1.4.1

2011-12-08 Thread Mladen Turk
On 12/08/2011 01:04 PM, Steffen wrote: Building out of the box on Windows including apr_crypto_oppenssl. Also apr_crypto_nss compiles fine, but have no nss3.lib here yet, so cannot link now. 1. You should use apr developers list http://apr.apache.org/mailing-lists.html 2. Use Mozilla's Xulr

Re: : apr-util-1.4.1 failes with Crypto

2011-12-08 Thread Mladen Turk
On 12/08/2011 03:47 PM, Steffen wrote: When APU-HAVE-CRYPTO = 0 and build project seperate it generates fine a apr_crypto_nss-1.dll (dynam) When APU-HAVE-CRYPTO = 1 and build project seperate it fails with: -- Build started: Project: apr_crypto_nss, Configuration: Release Win32 -- Compi

mod_slotmem and mod_proxy_balancer/others on win32 (PR52402)

2012-02-03 Thread Mladen Turk
Hi, mod_slotmem cannot work on windows by design. On windows we have two processes so the storage->grab/slotmem_grab will always fail because the inuse flag was already set in the parent, and since this is shared memory child will see it as used. On unixes fork is used so the inuse is set only o

Re: mod_slotmem and mod_proxy_balancer/others on win32 (PR52402)

2012-02-03 Thread Mladen Turk
On 02/03/2012 11:46 AM, Jim Jagielski wrote: On Feb 3, 2012, at 4:25 AM, Mladen Turk wrote: Hi, mod_slotmem cannot work on windows by design. On windows we have two processes so the storage->grab/slotmem_grab will always fail because the inuse flag was already set in the parent, and si

Re: mod_slotmem and mod_proxy_balancer/others on win32 (PR52402)

2012-02-03 Thread Mladen Turk
On 02/03/2012 02:45 PM, Jim Jagielski wrote: On Feb 3, 2012, at 8:03 AM, Mladen Turk wrote: Right, seems that's not the reason for PR52402. Found the fix for it. The reason is the loop: while (s) { int i,j; proxy_balancer *balancer; sconf = s->modul

Re: remove mod_heart* from 2.4?(was: 2.4.0 GA This week?)

2012-02-03 Thread Mladen Turk
On 01/03/2012 09:22 AM, Gregg L. Smith wrote: Since I have been the most vocal about this watchdog/hearmonitor/heartbeats on windows ... I should chime in. Is the issue still present and what the issue actually is. I have watchdog/hearmonitor/heartbeat working on windows using the current svn

Re: remove mod_heart* from 2.4?(was: 2.4.0 GA This week?)

2012-02-03 Thread Mladen Turk
On 02/04/2012 12:27 AM, William A. Rowe Jr. wrote: On 2/3/2012 12:51 PM, Gregg Smith wrote: a way of monitoring a cluster of servers and opening another way of balancing the load (lb_meathod_byheartbeat). This is what I see when I look at the bundle. With what external mechanisms that exist

Re: Intent to T&R 2.4.1

2012-02-12 Thread Mladen Turk
On 02/12/2012 04:57 PM, Mario Brandt wrote: Bug 52402[1] isn't working yet. I wonder why it is marked as fixed in 2.4.x CHANGES[2] The shared memory stuff doesn't work yet on windows. Odd Behavior: 1. If mod_auth_digest is loaded and on Windows Vista/2008/7 do not try to start from console, it

Re: Intent to T&R 2.4.1

2012-02-13 Thread Mladen Turk
On 02/13/2012 04:55 AM, Gregg Smith wrote: On 2/12/2012 11:30 AM, Mladen Turk wrote: Note that I have used VC 6.0 + Server 2003R2 PSDK and build directly from .dsw/.dsp files. Also I used pcre sources from old httpd (the cmake build just sucks and I cannot make that working on windoze

Re: [VOTE] Release Apache httpd 2.4.1

2012-02-15 Thread Mladen Turk
On 02/13/2012 02:56 PM, Jim Jagielski wrote: [X] +1: Good to go Non binding of course. Few windows glitches, but mostly build related. Regards -- ^TM

Re: Status of Windows-work for 2.4.x

2012-07-18 Thread Mladen Turk
On 07/18/2012 05:49 PM, Jeff Trawick wrote: Is it possible that this results in flaky behavior depending on third-party software installed? Well, MSDN clearly states: Note: The function pointer for the AcceptEx function must be obtained at run time by making a call to the WSAIoctl function .

Re: Balancer Persist testing

2012-12-14 Thread Mladen Turk
On 12/14/2012 01:10 PM, Rainer Jung wrote: - The "Used" count in balancer manager drops to "0" after restart/reboot with persist on. It seems the slot management is not completely right. Not yet further investigated. IMHO this should actually be a desired behaviour. I suppose one would expect

Re: Balancer Persist testing

2012-12-14 Thread Mladen Turk
On 12/14/2012 05:15 PM, Rainer Jung wrote: On 14.12.2012 17:11, Mladen Turk wrote: On 12/14/2012 01:10 PM, Rainer Jung wrote: - The "Used" count in balancer manager drops to "0" after restart/reboot with persist on. It seems the slot management is not completely ri

<    1   2   3   4   5