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...
Sander Temme
sctemme@...
Oct 25, 2005 6:36 pm
56460
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...
Michael Harrison
kenevel@...
Oct 25, 2005 6:55 pm
56461
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...
Maxime Petazzoni
maxime.petazzoni@...
Oct 25, 2005 11:49 pm
56462
--On October 26, 2005 1:49:15 AM +0200 Maxime Petazzoni ... I don't get it. ... <AuthnProviderAlias file foo> AuthUserFile conf/foo-user </AuthnProviderAlias> ...
Justin Erenkrantz
justin@...
Oct 26, 2005 12:06 am
56463
... 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,...
Maxime Petazzoni
maxime.petazzoni@...
Oct 26, 2005 12:11 am
56464
... 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...
Brian Pane
brianp@...
Oct 26, 2005 2:06 am
56465
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...
Sander Temme
sander@...
Oct 26, 2005 8:40 am
56466
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...
Preethi Natarajan
nataraja@...
Oct 26, 2005 8:42 am
56467
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: /*...
Brian Pane
brianp@...
Oct 26, 2005 9:24 am
56468
... 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...
William A. Rowe, Jr.
wrowe@...
Oct 26, 2005 4:37 pm
56469
... Footnote; if you want to inject this snippet in the if (!connection) block after ap_proxy_connection_create() - be sure to use 'status' in place of 'rv'....
William A. Rowe, Jr.
wrowe@...
Oct 26, 2005 6:51 pm
56470
... +1. Regards, Graham --...
Graham Leggett
minfrin@...
Oct 26, 2005 10:45 pm
56471
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-10-24 15:02:33 -0400 (Mon, 24 Oct 2005) $] The current...
Rodent of Unusual Size
coar@...
Oct 27, 2005 3:51 am
56472
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2005-10-16 14:05:27 -0400 (Sun, 16 Oct 2005) $] The current...
Rodent of Unusual Size
coar@...
Oct 27, 2005 3:53 am
56473
... 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...
Paul Querna
chip@...
Oct 27, 2005 4:12 am
56474
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...
Gaffga, Stefan
SGaffga@...
Oct 27, 2005 8:33 am
56475
... 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...
Nick Kew
nick@...
Oct 27, 2005 9:12 am
56476
... 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 ...
Brian Pane
brianp@...
Oct 28, 2005 4:21 am
56477
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...
Brandon Fosdick
bfoz@...
Oct 28, 2005 5:21 am
56478
... Posting Code would help us with the problems and be able to reproduce them here too....
Paul Querna
chip@...
Oct 28, 2005 5:37 am
56479
... 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...
Paul Querna
chip@...
Oct 28, 2005 5:38 am
56480
... 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...
Joe Orton
jorton@...
Oct 28, 2005 6:01 am
56481
... 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...
Joe Orton
jorton@...
Oct 28, 2005 8:10 am
56482
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...
Martin Knoblauch
spamtrap@...
Oct 28, 2005 11:14 am
56483
Can we get a vote on this? ... -- Brian Akins Lead Systems Engineer CNN Internet Technologies...
Brian Akins
bakins@...
Oct 28, 2005 1:43 pm
56484
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...
Brian Akins
bakins@...
Oct 28, 2005 1:43 pm
56485
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...
Brian Akins
bakins@...
Oct 28, 2005 1:45 pm
56486
... Never mind. See this in trunk... -- Brian Akins Lead Systems Engineer CNN Internet Technologies...
Brian Akins
brian.akins@...
Oct 28, 2005 1:47 pm
56487
... It is also backported to 2.2.x. So it will be part of 2.1.9 Regards Rüdiger...
Ruediger Pluem
rpluem@...
Oct 28, 2005 5:14 pm
56488
... 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...