On Mon, 31 Jan 2005 13:18:38 -0800, Justin Erenkrantz ... Heck, I don't know how we get from here to closure on the 2.1-dev equivalent ;) What do we do with...
Jeff Trawick
trawick@...
Feb 1, 2005 11:43 am
52311
A while ago, Neil Hillard posted about a problem with a reverse proxy setup: http://marc.theaimsgroup.com/?l=apache-httpd-users&m=110373067819763&w=2 The...
Nick Kew
nick@...
Feb 1, 2005 12:20 pm
52312
... This is definitely reasonable. Regards, Graham --...
Graham Leggett
minfrin@...
Feb 1, 2005 12:34 pm
52313
... Yes, sorry I forgot to mention that. ... Ive just tried few different scenarios and Im completely confused. Here are my steps, Im using Firefox extension...
dean
dean_maslic@...
Feb 1, 2005 1:27 pm
52314
... I don't have a vote, but I believe the socket timeout configuration is necessary to address issues seen with firewall timeouts and the LDAP connections...
Jess Holle
jessh@...
Feb 1, 2005 1:35 pm
52315
... +1 !...
Jim Jagielski
jim@...
Feb 1, 2005 1:48 pm
52316
From: "dean" ... Perhaps <quote> Learn how to use the Microsoft Fiddler HTTP debugger when developing and testing Web applications and clients. Have you ever...
Jeff White
jlwpc1@...
Feb 1, 2005 3:29 pm
52317
... +1 for delaying 2.0.53 for the above. -- =========================================================================== Jim Jagielski [|] jim@......
Jim Jagielski
jim@...
Feb 1, 2005 3:58 pm
52318
... Is there an outstanding patch for this yet? The right way to solve this problem is to allocate the LDAP connection pool using apr_reslist_*, which handles...
Graham Leggett
minfrin@...
Feb 1, 2005 3:58 pm
52319
I have already added a new directive to util_ldap called LDAPConnectionTimeout ( http://httpd.apache.org/docs-2.1/mod/mod_ldap.html#ldapconnectiontimeout )...
Brad Nicholes
BNICHOLES@...
Feb 1, 2005 4:15 pm
52320
I hate to say it but any solution would be appreciated. This is the one brick wall customers are running into when trying to use Apache (with mod_auth_ldap and...
Jess Holle
jessh@...
Feb 1, 2005 4:20 pm
52321
... IMO this does not exists on WIN32 (at least PSDK does not declare that), thus mod_ldap breaks on build. The code should be enclosed inside: #if...
Mladen Turk
mturk@...
Feb 1, 2005 4:42 pm
52322
Ouch! Does the MS LDAP SDK define anything equivalent? Fixing this on some platforms is better than on none, though. -- Jess Holle...
Jess Holle
jessh@...
Feb 1, 2005 4:45 pm
52323
... I don't know if this is the best time/place to make a request for patches to be included in 2.0.53, but I do have one that would really help us as we move...
Shannon Eric Peevey
speeves@...
Feb 1, 2005 5:04 pm
52324
I was hoping that this wouldn't be the case. But since it is, take a look at SVN r149419 Brad ... ...
Brad Nicholes
BNICHOLES@...
Feb 1, 2005 5:12 pm
52325
... Perhaps LDAP_OPT_SEND_TIMEOUT: The limit on the number of seconds that the local LDAP client will wait while attempting to send data to a remote computer....
Mladen Turk
mturk@...
Feb 1, 2005 5:14 pm
52326
--On Tuesday, February 1, 2005 6:41 AM -0500 Jeff Trawick ... Is it ready to be reviewed? I'd suggest asking for review to merge it back. And, no, I haven't...
I hate it when I get bit by copy and paste. Try r149421. Brad ... a ... util_ldap.c util_ldap.c(1615) : error C2065: 's' : undeclared identifier ...
Brad Nicholes
BNICHOLES@...
Feb 1, 2005 5:28 pm
52329
... Yes, I'd post a request for review of the branch :) -- =========================================================================== Jim Jagielski [|]...
Jim Jagielski
jim@...
Feb 1, 2005 5:31 pm
52330
The LDAP_OPT_SEND_TIMEOUT option appears to be a Microsoft LDAP SDK only option. As I see it we can go in a couple of different ways here. 1) Implement the...
Brad Nicholes
BNICHOLES@...
Feb 1, 2005 5:33 pm
52331
--On Wednesday, February 2, 2005 12:25 AM +1100 dean ... My hunch is that you are being hit by mod_proxy brokenness not mod_cache issues. 2.0.53 uses the...
Justin Erenkrantz
justin@...
Feb 1, 2005 5:37 pm
52332
Hi, The last couple of weeks I've had to dive into mod_proxy. I'd like to know what all the #ifdef FIX_15207 lines are all about in mod_proxy.c. Keeping the...
Sander Striker
striker@...
Feb 1, 2005 5:41 pm
52333
--On Tuesday, February 1, 2005 10:33 AM -0700 Brad Nicholes ... OpenLDAP has LDAP_OPT_TIMELIMIT, LDAP_OPT_TIMEOUT, and LDAP_OPT_NETWORK_TIMEOUT. -- justin...
Justin Erenkrantz
justin@...
Feb 1, 2005 5:42 pm
52334
... I agree with you. Take a look at: http://issues.apache.org/bugzilla/show_bug.cgi?id=32459 Same problem. FIX_15207 totally disables proxy_canon hook. ... ...
Mladen Turk
mturk@...
Feb 1, 2005 5:48 pm
52335
The Novell SDK has the same options but they all perform different functions LDAP_OPT_TIMELIMIT - Searching timeout LDAP_OPT_TIMEOUT - default timeout value ...
Brad Nicholes
BNICHOLES@...
Feb 1, 2005 6:03 pm
52336
It's been on my table to attack the FIX_15207 fooishness, but neither keeping the define nor commenting it out results in expected, correct behavior :(... ... ...
Jim Jagielski
jim@...
Feb 1, 2005 7:04 pm
52337
... For my specific use case (mod_rewrite, mod_proxy_ajp, mod_cache) commenting it out did the trick. What are you running into? Might be an idea to create a...
Sander Striker
striker@...
Feb 1, 2005 7:23 pm
52338
... Seems that there a bug report against it as well. I'll use that as the "documentation" tree....
Jim Jagielski
jim@...
Feb 1, 2005 7:54 pm
52339
... There are now tests for both PR 32459 and PR 15207 in httpd-test's t/modules/proxy.t; the former fails at the moment in 2.1 and the latter should fail...