Re: FakeBasicAuth changes

2007-09-28 Thread Nick Gearls
Additional info: I also tried without FakeBasicAuth, to have the interactive password box, and with another user 'frank' and the password 'sinatra'. Depending on my password file, I get the following errors: - frank:mlVo7KaArYZhg - dialog box - frank/sinatra - user frank:

Re: FakeBasicAuth changes

2007-09-28 Thread Nick Gearls
And I have the same on Linux (2.2.6) :-( Nick Gearls wrote: Additional info: I also tried without FakeBasicAuth, to have the interactive password box, and with another user 'frank' and the password 'sinatra'. Depending on my password file, I get the following errors: - frank:mlVo7KaArYZhg

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

2007-09-28 Thread William A. Rowe, Jr.
Randy Kobes wrote: The patched version built fine, and with the svn mod_perl2 sources, and perl-5.8.8 (ActivePerl 822), all the mp2 tests passed using VC++ 6. Great work! FYI I'm waiting on a third set of eyeballs before this is all committed. I'd especially appreciate any input from Tom

Re: x64 binary build instructions was Re: 2.2.7

2007-09-28 Thread Jorge Schrauwen
On 9/28/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: So with Jorge's and help from a few others, 2.2.6 builds quite nicely at the command line. To make the transition to the GUI requires some other steps, and I'm hoping these are simpler with 2.2.7 if I have a whole weekend to work them

Re: svn commit: r561352 - /httpd/httpd/trunk/modules/http/http_protocol.c

2007-09-28 Thread Ruediger Pluem
On 08/04/2007 04:46 PM, Jim Jagielski wrote: On Aug 4, 2007, at 7:58 AM, Ruediger Pluem wrote: On 07/31/2007 08:52 PM, Ruediger Pluem wrote: On 07/31/2007 04:54 PM, wrote: Author: gregames Date: Tue Jul 31 07:54:46 2007 New Revision: 561352 URL:

Re: Persistent proxy backend connections not working?

2007-09-28 Thread Takashi Sato
hello, I tested with: Windows XP Professional (SP2) Apache httpd 2.2.4 (binary distibuted by ASF) mod_proxy.so and mod_proxy_http.so 2.2.6 compiled with VC8 Backend server is Apache httpd 2.2.7-dev, prefork MPM, KeepAliveTimeout 10. Before your patch the message [Sat Sep 29 00:54:00 2007]

Re: x64 binary build instructions was Re: 2.2.7

2007-09-28 Thread William A. Rowe, Jr.
On 9/28/07, *William A. Rowe, Jr.* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: So with Jorge's and help from a few others, 2.2.6 builds quite nicely at the command line. To make the transition to the GUI requires some other steps, and I'm hoping these are simpler with

Re: FakeBasicAuth changes

2007-09-28 Thread Ruediger Pluem
On 09/28/2007 09:53 AM, Nick Gearls wrote: And I have the same on Linux (2.2.6) :-( It (interactive password) works for me on Linux with 2.2.6, crypt, md5 and sha. So it must be something special to your environment. Regards RĂ¼diger

Re: svn commit: r580457 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy_http.c

2007-09-28 Thread Jim Jagielski
On Fri, Sep 28, 2007 at 06:50:57PM -, [EMAIL PROTECTED] wrote: == --- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original) +++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Fri Sep 28 11:50:57 2007 @@

Re: x64 binary build instructions was Re: 2.2.7

2007-09-28 Thread Jorge Schrauwen
On 9/28/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: On 9/28/07, *William A. Rowe, Jr.* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: So with Jorge's and help from a few others, 2.2.6 builds quite nicely at the command line. To make the transition to the GUI requires

Re: svn commit: r580457 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy_http.c

2007-09-28 Thread Ruediger Pluem
On 09/28/2007 08:50 PM, [EMAIL PROTECTED] wrote: Author: niq Date: Fri Sep 28 11:50:57 2007 New Revision: 580457 URL: http://svn.apache.org/viewvc?rev=580457view=rev Log: Fix processing of Connection headers in proxy PR 43509 Modified: httpd/httpd/trunk/CHANGES