From owner-freebsd-apache@FreeBSD.ORG Wed Nov 10 10:32:29 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BAEB16A4CE for ; Wed, 10 Nov 2004 10:32:29 +0000 (GMT) Received: from guppy.vub.ac.be (dekrant.vub.ac.be [134.184.129.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E7143D46 for ; Wed, 10 Nov 2004 10:32:28 +0000 (GMT) (envelope-from adeprell@ulb.ac.be) Received: from mach.vub.ac.be (mach.vub.ac.be [134.184.129.8]) by guppy.vub.ac.be (8.9.1b+Sun/3.17.1.ap (guppy)) id LAA18910; Wed, 10 Nov 2004 11:32:26 +0100 (MET) for Received: from bep-pc1.ulb.ac.be (bep-pc1.ulb.ac.be [164.15.79.17]) by mach.vub.ac.be (Postfix) with ESMTP id 4B8831EFC for ; Wed, 10 Nov 2004 11:32:26 +0100 (CET) Received: from [192.168.1.4] (172-118.a2f.dsl.net4all.net [81.89.118.172]) (authenticated bits=0) by bep-pc1.ulb.ac.be (8.13.1/8.13.1) with ESMTP id iAAAWODj082431 for ; Wed, 10 Nov 2004 11:32:25 +0100 (CET) (envelope-from adeprell@ulb.ac.be) Message-ID: <4191EE0D.6000709@ulb.ac.be> Date: Wed, 10 Nov 2004 11:31:41 +0100 From: arnaud de prelle User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: apache@FreeBSD.org Content-Type: multipart/mixed; boundary="------------020204050004060701050708" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: mod_dav problem X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: arnaud@pnzone.net List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 10:32:29 -0000 This is a multi-part message in MIME format. --------------020204050004060701050708 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Apache won't start if it is compiled with dav. Compiling dav standalone give me an error to report to you: ps: The config log is in attachment. It should be great you can give me the solution ;) Thanks in advance. Arnaud de Prelle --------------------------------------------------------------- configure: error: Your APXS installation is broken and cannot be used. Please see http://www.webdav.org/mod_dav/install.html#apxs for more information. ===> Script "configure" failed unexpectedly. Please report the problem to apache@FreeBSD.org [maintainer] and attach the "/usr/ports/www/mod_dav/work/mod_dav-1.0.3-1.3.6/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/www/mod_dav. --------------020204050004060701050708-- From owner-freebsd-apache@FreeBSD.ORG Wed Nov 10 23:30:48 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343A316A4CE for ; Wed, 10 Nov 2004 23:30:48 +0000 (GMT) Received: from einstein.baruch.cuny.edu (einstein.baruch.cuny.edu [150.210.155.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 75D5B43D2D for ; Wed, 10 Nov 2004 23:30:45 +0000 (GMT) (envelope-from bnelson@baruch.cuny.edu) Received: (qmail 12204 invoked by uid 27); 10 Nov 2004 23:30:45 -0000 Received: from bnelson@baruch.cuny.edu by einstein by uid 82 with qmail-scanner-1.20 (uvscan: v4.3.20/v4406. Clear:RC:1(10.1.2.45):. Processed in 0.014297 secs); 10 Nov 2004 23:30:45 -0000 Received: from unknown (HELO ?10.1.2.45?) (10.1.2.45) by einstein.baruch.cuny.edu with SMTP; 10 Nov 2004 23:30:44 -0000 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <890874AA-3370-11D9-BEA6-003065B84EC8@baruch.cuny.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed To: apache@FreeBSD.org From: Bjorn Nelson Date: Wed, 10 Nov 2004 18:30:41 -0500 X-Mailer: Apple Mail (2.619) Subject: p5-gd with mod_perl problem X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 23:30:48 -0000 Hello, I am e-mailing you because you are the maintainer of www/mod_perl. I was wondering if you have ever run into this. When running the png method on a GD:Image object through httpd and mod_perl, my httpd process dies. It works find when run directly from perl but for some reason this happens when I am using mod_perl and httpd. The error message is: httpd in free(): error: modified (page-) pointer [Wed Nov 10 21:44:51 2004] [notice] child pid 11970 exit signal Abort trap (6) I tried looking at it through ktrace and what I get is a bunch of break() calls: 14764 httpd CALL break(0x8547000) 14764 httpd RET break 0 14764 httpd CALL break(0x8540000) 14764 httpd RET break 0 14764 httpd CALL issetugid 14764 httpd RET issetugid 1 14764 httpd CALL write(0x2,0xbfbfee40,0x5) 14764 httpd GIO fd 2 wrote 5 bytes "httpd" 14764 httpd RET write 5 14764 httpd CALL write(0x2,0x281b261f,0xb) 14764 httpd GIO fd 2 wrote 11 bytes " in free():" 14764 httpd RET write 11/0xb 14764 httpd CALL write(0x2,0x281b774b,0x8) 14764 httpd GIO fd 2 wrote 8 bytes " error: " 14764 httpd RET write 8 14764 httpd CALL write(0x2,0x281b2571,0x19) 14764 httpd GIO fd 2 wrote 25 bytes "modified (page-) pointer " 14764 httpd RET write 25/0x19 14764 httpd CALL sigprocmask(0x3,0xbfbfe7b8,0) 14764 httpd RET sigprocmask 0 14764 httpd CALL getpid 14764 httpd RET getpid 14764/0x39ac 14764 httpd CALL kill(0x39ac,0x6) 14764 httpd RET kill 0 14764 httpd PSIG SIGIOT SIG_DFL Have you ever seen this before? I am using the generic example given on cpan.org. Thanks, Bjorn From owner-freebsd-apache@FreeBSD.ORG Thu Nov 11 08:44:09 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8520716A4CE for ; Thu, 11 Nov 2004 08:44:09 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id D893F43D1D for ; Thu, 11 Nov 2004 08:44:07 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 73938 invoked by uid 89); 11 Nov 2004 09:44:20 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 89 with qmail-scanner-1.22 (clamdscan: 0.74. spamassassin: 2.63. Clear:RC:1(192.168.0.8):. Processed in 0.477268 secs); 11 Nov 2004 08:44:20 -0000 X-Qmail-Scanner-Mail-From: sheepkiller@cultdeadsheep.org via goofy.cultdeadsheep.org X-Qmail-Scanner: 1.22 (Clear:RC:1(192.168.0.8):. Processed in 0.477268 secs) Received: from unknown (HELO persephone.cultdeadsheep.org) (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 11 Nov 2004 09:44:19 +0100 Received: (qmail 35233 invoked from network); 11 Nov 2004 09:43:07 +0100 Received: from unknown (HELO localhost) (192.168.0.4) by persephone.cultdeadsheep.org with SMTP; 11 Nov 2004 09:43:07 +0100 Date: Thu, 11 Nov 2004 09:43:52 +0100 From: Clement Laforet To: arnaud@pnzone.net Message-Id: <20041111094352.20a65c9e.sheepkiller@cultdeadsheep.org> In-Reply-To: <4191EE0D.6000709@ulb.ac.be> References: <4191EE0D.6000709@ulb.ac.be> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 1.0.0beta1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Thu__11_Nov_2004_09_43_52_+0100_/VK+qQDALWh+B9ho" cc: adeprell@ulb.ac.be cc: apache@FreeBSD.org Subject: Re: mod_dav problem X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 08:44:09 -0000 --Signature=_Thu__11_Nov_2004_09_43_52_+0100_/VK+qQDALWh+B9ho Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Wed, 10 Nov 2004 11:31:41 +0100 arnaud de prelle wrote: Hi Arnaud, > Apache won't start if it is compiled with dav. > Compiling dav standalone give me an error to report to you: > ps: The config log is in attachment. > It should be great you can give me the solution ;) www/mod_dav is designed for apache 1.3. It seems you're using apache2. mod_dav is a part of apache2 now, and build by default. regards, clem --Signature=_Thu__11_Nov_2004_09_43_52_+0100_/VK+qQDALWh+B9ho Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBkyZNsRhfjwcjuh0RAtUqAKDlI3Imu+oAHu58hctIRasKL6lOUwCgi+1C e8oP9A5In2p5CIxs2AD/ce4= =ivBA -----END PGP SIGNATURE----- --Signature=_Thu__11_Nov_2004_09_43_52_+0100_/VK+qQDALWh+B9ho-- From owner-freebsd-apache@FreeBSD.ORG Thu Nov 11 15:09:43 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA36B16A4CE for ; Thu, 11 Nov 2004 15:09:43 +0000 (GMT) Received: from mail.yellowspace.net (mail.yellowspace.net [80.190.200.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9F843D5D for ; Thu, 11 Nov 2004 15:09:43 +0000 (GMT) (envelope-from lopez.on.the.lists@yellowspace.net) Received: from [192.168.1.201] ([217.80.235.74]) (AUTH: LOGIN lopez.on.the.lists@yellowspace.net) by mail.yellowspace.net with esmtp; Thu, 11 Nov 2004 16:09:41 +0100 Mime-Version: 1.0 (Apple Message framework v619) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Lorenzo Perone Date: Thu, 11 Nov 2004 16:09:40 +0100 To: freebsd-apache@freebsd.org X-Mailer: Apple Mail (2.619) Subject: Re: KQueue Patches X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 15:09:44 -0000 Hello, I am new to this list; I use FreeBSD as a web and application server for production and web development now since 2 years and am fairly happy with it. For production I use FreeBSD RELENG_4_10 and for development RELENG_5_3 recently. Also, I am an extensive user of jails. I hope I will be able to contribute to this list with test results, or at least good questions ;). I wonder if You (Paul Querna) could share some of Your "small optimizations" to this list. I have some pages on a complex php/mysql framework that run twice as slow on FreeBSD 5.3 than they did with 5.2.1 and I am trying to find out why, or what I possibly misconfigured. All ports were rebuilt, after the world of course. It is not an SMP machine. I will be trying the "WITH_EXPERIMENTAL_PATCHES" makeflag in my next build-round, but if someone here has some kind of checklist (or a draft of it) it would be great. Thanks a lot for your time! Lorenzo Perone > Hello, > > I am the author of the KQueue/Epoll support for APR/Apache-2.1. I > noticed that the Ports are including these changes as an optional > patch. > (cool!) > > I was wondering if anyone has had success using this patch, or if they > have had any problems since applying it? > > I am also wondering if anyone has started writing a document about > performance tuning Apache 2.0/2.1 just for FreeBSD? There are many > small optimizations that can make a huge difference in production. > > Thanks, > > -Paul Querna