Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 90380 invoked by uid 500); 5 Apr 2002 21:15:10 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 90366 invoked from network); 5 Apr 2002 21:15:09 -0000 Sender: gregames@westrelay01.boulder.ibm.com Message-ID: <3CAE12AE.39A89178@remulak.net> Date: Fri, 05 Apr 2002 16:10:06 -0500 From: Greg Ames X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19-10mdk i686) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: The tree is tagged 2.0.35. References: <00a801c1dce0$9af7ca40$0a01230a@KOJ> <3CAE0FA6.B0A4FF7B@remulak.net> <3CAE12C1.2090802@cnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Brian Pane wrote: > > Greg Ames wrote: > > >Ryan Bloom wrote: > > > >>There is one bug that I know of and I am fixing it. Please everybody > >>else, TEST THIS THING. > >> > > > >It's running on port 8092 on apache.org, in case anyone wants to try anything > >there. > > > > /docs/ and /docs-2.0/ appear not to be working on that port (it might > be segfaulting) : > > bash-2.03$ telnet httpd.apache.org 8092 > Trying 63.251.56.142... > Connected to httpd.apache.org. > Escape character is '^]'. > GET /docs-2.0/ HTTP/1.0 > Host: httpd.apache.org > > Connection closed by foreign host. > bash-2.03$ yup, I'm afraid you're right. Looks like it might seg fault for any directory that contains an index.html. Greg