Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 72467 invoked by uid 500); 21 Feb 2003 20:40:04 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 72393 invoked from network); 21 Feb 2003 20:40:04 -0000 Message-ID: <3E568EC9.2040003@attglobal.net> Date: Fri, 21 Feb 2003 15:40:41 -0500 From: Jeff Trawick Reply-To: trawick@attglobal.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org, dev@apr.apache.org Subject: Re: [PATCH] clean up debug patch used with Apache 2 on daedalus References: <3E55193F.3000507@attglobal.net> <20030221074554.GA6663@manyfish.co.uk> <3E562268.1050305@attglobal.net> <20030221135325.GA7580@manyfish.co.uk> <3E567D8C.9030602@attglobal.net> <3E56825B.4000506@apache.org> In-Reply-To: <3E55193F.3000507@attglobal.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ian Holsman wrote: > Jeff Trawick wrote: > > > *"not to share" is a bit strong... our Apache2-based server is freely > > available for download and the modifications made to pure Apache2+APR > > are provided in a patch file that gets installed... but that isn't > > what I usually mean by sharing code :) > > > > > do you have a link for your apache2-based server and the patch file ? I trimmed down the patch file we use with Apache 2.0.44 code to just the APR networking changes (what I call the "daedalus patch" + socket IOLs)... It is at http://www.apache.org/~trawick/http://www.apache.org/~trawick/apr_networking_patch Alas, the socket IOL portion of the patch is optimized for minimizing changes to ASF files, not for putting stuff where it really belongs. But I'm not too proud to show it, and it does work reliably and allows multiple modules to insert their tentacles :) (The vast majority of the patch you get when you install our Apache-based server, beyond the patch above, is merely the backports of selected fixes that came out after the level of Apache the server was based on. There's not a line of code in the resulting httpd that you can't get from an ASF tarball or the patch file.) Our Apache2-based server can be downloaded from here, by the way: http://www-3.ibm.com/software/webservers/httpservers/IHS20.html But I always recommend starting at http://httpd.apache.org/download.cgi unless you don't know how to compile or you want to pay for handholding :)