Re: Removing AddOutputFilterByType

2005-06-21 Thread Nick Kew
On Tuesday 21 June 2005 06:10, Astrid Keßler wrote: > at Montag, 20. Juni 2005, Nick Kew wrote: > > Hmmm. Is it better to have a UI that's openly a little more complex but > > works as documented, or one that appears simple but has lots of > > gotchas lurking in ambush? I guess that's an argument

Re: svn commit: r191647 - /httpd/httpd/trunk/server/util_script.c

2005-06-21 Thread Jeff Trawick
On 6/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: niq > Date: Tue Jun 21 03:53:00 2005 > New Revision: 191647 > > URL: http://svn.apache.org/viewcvs?rev=191647&view=rev > Log: > PR 10755: committing patch from Christian Schubert Here is the normal form of a commit log: PR:

Re: svn commit: r191647 - /httpd/httpd/trunk/server/util_script.c

2005-06-21 Thread Nick Kew
Jeff Trawick wrote: > On 6/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>Author: niq >>Date: Tue Jun 21 03:53:00 2005 >>New Revision: 191647 >> >>URL: http://svn.apache.org/viewcvs?rev=191647&view=rev >>Log: >>PR 10755: committing patch from Christian Schubert > > > Here is the normal

Bugzilla: when is a bug FIXED?

2005-06-21 Thread Nick Kew
On Tuesday 21 June 2005 10:46, [EMAIL PROTECTED] wrote: > if we have set of directories with only some of them protected with password > these protected entries are not shown. This got marked as a duplicate of PR10575, which is Closed/Fixed because it got fixed in 2.1/HEAD. But it's *not* fixed

Re: Bugzilla: when is a bug FIXED?

2005-06-21 Thread William A. Rowe, Jr.
At 12:31 PM 6/21/2005, Nick Kew wrote: >On Tuesday 21 June 2005 10:46, [EMAIL PROTECTED] wrote: > >> if we have set of directories with only some of them protected with password >> these protected entries are not shown. > >This got marked as a duplicate of PR10575, which is Closed/Fixed because it

Re: Bugzilla: when is a bug FIXED?

2005-06-21 Thread Nick Kew
On Tuesday 21 June 2005 18:38, William A. Rowe, Jr. wrote: > At 12:31 PM 6/21/2005, Nick Kew wrote: > >On Tuesday 21 June 2005 10:46, [EMAIL PROTECTED] wrote: > >> if we have set of directories with only some of them protected with > >> password these protected entries are not shown. > > > >This go

Re: Reward SSL and IE

2005-06-21 Thread Jeff White
From: "Akins, Brian" definitively help use with a mod_ssl (Apache 2.0.54) and IE issue. As posted all the time on the Apache users list: MSN Search http://search.msn.com/results.aspx?q=fiddler+http http://search.msn.com/results.aspx?q=%27IEBlog+A+HTTP+Detective+Story%27 What is Fiddler? ht

apache developers documentation!!!

2005-06-21 Thread arebassa arebassa
Hi all, I'm very newbie to apache development and I'd like to know more about it. Is there any documentation about the functionalities of the differents parts of code? how the code is structured? what is a bucket brigade?... I have started looking at the documentation at http://docx.webperf.org/

Re: apache developers documentation!!!

2005-06-21 Thread Nick Kew
On Tuesday 21 June 2005 21:32, arebassa arebassa wrote: > Hi all, > > I'm very newbie to apache development and I'd like to know more > about it. Is there any documentation about the functionalities of the > differents parts of code? how the code is structured? what is a bucket > brigade?... I ha

Re: Reward SSL and IE

2005-06-21 Thread William A. Rowe, Jr.
At 02:27 PM 6/21/2005, Jeff White wrote: >Is one's latest web server compiled with >the Microsoft designed (for any OS) >Safer CRT libraries? There's nothing "Safe" about the standard C library or Microsoft's library, except how they are used. Most all necessary behaviors (buffer length args t

Re: Reward SSL and IE

2005-06-21 Thread William A. Rowe, Jr.
At 07:30 PM 6/20/2005, Akins, Brian wrote: >[Mon Jun 20 20:23:23 2005] [debug] ssl_engine_io.c(1522): OpenSSL: I/O >error, 11 bytes expected to read on BIO#87b01f8 [mem: 880daa8] >[Mon Jun 20 20:23:23 2005] [debug] ssl_engine_kernel.c(1813): OpenSSL: Exit: >error in SSLv2/v3 read client hello A

Re: Reward SSL and IE

2005-06-21 Thread Akins, Brian
Title: Re: Reward SSL and IE The problem was actual a certificate.  The key was generated by a newer version of openssl than we normally use (0.9.6 vs 0.9.7)) and somehow that translated to a cert from Verisign that did not work on Win98 and IE. Strange. -- Brian Akins Lead Systems Enginee

Apache Webserver Usage Survey

2005-06-21 Thread Ian Holsman
Hi. I am conducting a survey about what users want out of a webserver and how the Apache webserver ranks as far as fulfilling those needs. In order to get a better understanding of it, I thought I would ask you guys what was important to you. The survey should take about 10-15 minutes to comple

Re: apache developers documentation!!!

2005-06-21 Thread Akins, Brian
Title: Re: apache developers documentation!!! On 6/21/05 5:29 PM, "Nick Kew" <[EMAIL PROTECTED]> wrote:   > (2) http://www.apachecon.com/ - come to our module developers tutorial > and other talks. When will there be another apachecon US? -- Brian Akins Lead Systems Engineer CNN Inter

What's important to an Apache protocol handler?

2005-06-21 Thread Luo Gang
Hi, All: It's known that somebody have developed modules to support other protocols in httpd, such as ftp, pop3. I wonder whether these modules are in use actually or just proof-of-concepts now? Given you are the network manager, do you consider to use them? (more important)why

2.1.6 on Friday

2005-06-21 Thread Paul Querna
I would like to roll another alpha on this Friday, June 24th. I hope to resolve these issues that blocked 2.1.5 from going out: 1) Compile on Win32. 2) Proper use of strcasecmp to check for identity encoding. (d'oh) 3) Fix any cases where the protocol is not set/NULL. Anything else anyone wants