From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 16 01:24:15 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A59A37B401 for ; Wed, 16 Apr 2003 01:24:15 -0700 (PDT) Received: from gandalf.online.bg (gandalf.online.bg [217.75.128.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CA8343FAF for ; Wed, 16 Apr 2003 01:24:13 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 19924 invoked from network); 16 Apr 2003 08:18:51 -0000 Received: from office.sbnd.net (HELO straylight.ringlet.net) (217.75.140.130) by gandalf.online.bg with SMTP; 16 Apr 2003 08:18:51 -0000 Received: (qmail 387 invoked by uid 1000); 16 Apr 2003 08:22:05 -0000 Date: Wed, 16 Apr 2003 11:22:04 +0300 From: Peter Pentchev To: omestre@freeshell.org Message-ID: <20030416082204.GC26408@straylight.oblivion.bg> Mail-Followup-To: omestre@freeshell.org, freebsd-hackers@freebsd.org References: <20030411194551.C5D0E10162@ws-tor-0004.procergs> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4bRzO86E/ozDv8r1" Content-Disposition: inline In-Reply-To: <20030411194551.C5D0E10162@ws-tor-0004.procergs> User-Agent: Mutt/1.5.4i cc: freebsd-hackers@freebsd.org Subject: Re: perchild X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 08:24:15 -0000 --4bRzO86E/ozDv8r1 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 11, 2003 at 04:45:46PM -0300, omestre@freeshell.org wrote: >=20 > Hello all... > Has somebody compiled FreeBSD 5.0 with apache 2.0 mpm perchild feature? > I have the old problem with php scripts (the php scripts runnig with=20 > the same user:group of apache). > So, I need apache 2.0, with mpm:perchild module. This modules allow apac= he > start php scripts with diferent uid:gid. > The threads in FreeBSD 5.0, how they are? userland or kernel level (like= linux)? > Somebody knows how can i solve that problem? A quick examination of the ports/www/apache2/Makefile shows that you can build it in perchild mode by setting the WITH_MPM environment variable to 'perchild'. In other words, cd /usr/ports/www/apache2 make WITH_MPM=3Dperchild clean all install && make clean G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 Thit sentence is not self-referential because "thit" is not a word. --4bRzO86E/ozDv8r1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+nRKr7Ri2jRYZRVMRAuzBAKC6V4xFGAdMobLkNPUQb0MeTlwylgCgtx2X m5ELkT2k9p29OfBqM7MC/U8= =bSxm -----END PGP SIGNATURE----- --4bRzO86E/ozDv8r1--