Mike, ... No, it doesn't. At the moment the SSL connection handshake occurs, the server needs to present a certificate to the client. The client has certain...
56460
Michael Harrison
kenevel@...
Oct 25, 2005 6:55 pm
Thanks Graham, Joost and Sander, I hadn't expected for Apache to need to know which virtual host to use so early in the request process. Cheers Mike...
56461
Maxime Petazzoni
maxime.petazzoni@...
Oct 25, 2005 11:49 pm
Hi, In the light of the issue reported by noodl at http://eul0000113.eu.verio.net/~noodl/apache_issues.txt I decided to implement multiple AuthUserFile...
56462
Justin Erenkrantz
justin@...
Oct 26, 2005 12:06 am
--On October 26, 2005 1:49:15 AM +0200 Maxime Petazzoni ... I don't get it. ... <AuthnProviderAlias file foo> AuthUserFile conf/foo-user </AuthnProviderAlias> ...
56463
Maxime Petazzoni
maxime.petazzoni@...
Oct 26, 2005 12:11 am
... You're right. But I don't think everybody as such an extensive knowledge of the authentication configuration. The example you gave may look simple to you,...
56464
Brian Pane
brianp@...
Oct 26, 2005 2:06 am
... Sorry about that. I didn't have proxy and ssl compiled in when I regression-tested with httpd-test. I'll get started on a fix later this evening. Brian...
56465
Sander Temme
sander@...
Oct 26, 2005 8:40 am
Mike, ... No, it doesn't. At the moment the SSL connection handshake occurs, the server needs to present a certificate to the client. The client has certain...
56466
Preethi Natarajan
nataraja@...
Oct 26, 2005 8:42 am
Hello, I've been working on this patch to make apr and httpd work with SCTP streams. Stream Control Transmission Protocol (SCTP - RFC2960) is a transport layer...
56467
Brian Pane
brianp@...
Oct 26, 2005 9:24 am
I think I know what the problem with proxy is. When reading the response header from the origin server, it falls out of ap_rgetline_core() at this point: /*...
56468
William A. Rowe, Jr.
wrowe@...
Oct 26, 2005 4:37 pm
... Messing it up? Or failing to set it up? proxy_util.c invokes create_connection (which has some double-close socket issues, if you follow the hook...
56469
William A. Rowe, Jr.
wrowe@...
Oct 26, 2005 6:51 pm
... Footnote; if you want to inject this snippet in the if (!connection) block after ap_proxy_connection_create() - be sure to use 'status39; in place of 'rv'....
56470
Graham Leggett
minfrin@...
Oct 26, 2005 10:45 pm
... +1. Regards, Graham --...
56471
Rodent of Unusual Size
coar@...
Oct 27, 2005 3:51 am
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-10-24 15:02:33 -0400 (Mon, 24 Oct 2005) $] The current...
56472
Rodent of Unusual Size
coar@...
Oct 27, 2005 3:53 am
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2005-10-16 14:05:27 -0400 (Sun, 16 Oct 2005) $] The current...
56473
Paul Querna
chip@...
Oct 27, 2005 4:12 am
... No need to recompute the hash. Just rm -rf <hash>.vary, which is a directory. Inside that directory is another layer of hashes, but thats only based on...
56474
Gaffga, Stefan
SGaffga@...
Oct 27, 2005 8:33 am
Hi! I developed an extended version of the auth_ldap module and use it currently in Apache 1.3. Now I want to port this to Apache 2. I got everything ported...
56475
Nick Kew
nick@...
Oct 27, 2005 9:12 am
... For future reference, you'd be more on-topic on the apache-modules list. ... You use APR pools. See http://www.apachetutor.org/dev/pools ... The per-dir...
56476
Brian Pane
brianp@...
Oct 28, 2005 4:21 am
... I just committed a fix. The problem was that the new ap_core_output_filter was leaving the socket timeout set to zero. In situations where the output ...
56477
Brandon Fosdick
bfoz@...
Oct 28, 2005 5:21 am
I'm still working on mod_dav_userdir, so naturally I have more questions. Its passing most of the tests in litmus, with the only exceptions being some locking...
56478
Paul Querna
chip@...
Oct 28, 2005 5:37 am
... Posting Code would help us with the problems and be able to reproduce them here too....
56479
Paul Querna
chip@...
Oct 28, 2005 5:38 am
... What OS on the server? Can you try 2.1.8-beta? Lots of Large File Support fixes are present in 2.1.xx -Paul...
56480
Joe Orton
jorton@...
Oct 28, 2005 6:01 am
... 2.0.x doesn't support large request bodies (for some definition of "large" depending on the platform, >2Gb for 32-bit hosts), this works with 2.1.x as Paul...
56481
Joe Orton
jorton@...
Oct 28, 2005 8:10 am
... There are still crashes in free() for an --enable-pool-debug build (prefork); backtraces like the below seem to show that r->pool is getting destroyed way...
56482
Martin Knoblauch
spamtrap@...
Oct 28, 2005 11:14 am
Hi, I already posted this as bugzilla #37287, but someone suggested I drop this here also. #### From bz #37287 In order to "harden" some pages on a HTTPS...
56483
Brian Akins
bakins@...
Oct 28, 2005 1:43 pm
Can we get a vote on this? ... -- Brian Akins Lead Systems Engineer CNN Internet Technologies...
56484
Brian Akins
bakins@...
Oct 28, 2005 1:43 pm
Another one. Can we get a vote? Sorry to be a pest, just don't want these to be forgotten. ... -- Brian Akins Lead Systems Engineer CNN Internet Technologies...
56485
Brian Akins
bakins@...
Oct 28, 2005 1:45 pm
Can we get a vote on this? Jim gave it +1. So do I. I would like this to be in a beta "release." This fix is important to our environment. ... -- Brian...
56486
Brian Akins
brian.akins@...
Oct 28, 2005 1:47 pm
... Never mind. See this in trunk... -- Brian Akins Lead Systems Engineer CNN Internet Technologies...
56487
Ruediger Pluem
rpluem@...
Oct 28, 2005 5:14 pm
... It is also backported to 2.2.x. So it will be part of 2.1.9 Regards Rüdiger...
56488
Preethi Natarajan
nataraja@...
Oct 28, 2005 6:58 pm
... I discussed with APR developers list and : 1. I will patch my changes to APR against the main APR trunk. 2. Given that, I will patch changes to httpd...