From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 15:46:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E668A37B401 for ; Tue, 15 Jul 2003 15:46:55 -0700 (PDT) Received: from pilchuck.reedmedia.net (pilchuck.reedmedia.net [209.166.74.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2330143F85 for ; Tue, 15 Jul 2003 15:46:55 -0700 (PDT) (envelope-from reed@reedmedia.net) Received: from reed by pilchuck.reedmedia.net with local-esmtp (Exim 3.12 #1 (Debian)) id 19cYZN-0001Ac-00; Tue, 15 Jul 2003 15:46:49 -0700 Date: Tue, 15 Jul 2003 15:46:49 -0700 (PDT) From: "Jeremy C. Reed" To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: mod_dav with perchild MPM and Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 22:46:56 -0000 I upgraded to Apache 2.0.47 via ports and did USE_MPM=perchild at same time. apache-perchild-2.0.47 appeared to build and install fine. But my SSL and mod_dav stopped working reliably. They sometimes worked, but were so slow it was unusable. (Sometimes taking minutes.) After wasting much time, troubleshooting and documenting my issues, I simply reinstalled 2.0.47 with regular forking model. And Dav with SSL work great again. Does anyone use perchild with Dav? with SSL? I have read some old postings about perchild problems -- but that was before 5.0. Also, the www/apache2 port includes "perchild" so I assume it is used. This particular system is FreeBSD 5.0-RELEASE (i386). I assume it is a threading issue. Any advice? Jeremy C. Reed http://bsd.reedmedia.net/