Date: Wed, 16 Apr 2003 11:22:04 +0300 From: Peter Pentchev <roam@ringlet.net> To: omestre@freeshell.org Cc: freebsd-hackers@freebsd.org Subject: Re: perchild Message-ID: <20030416082204.GC26408@straylight.oblivion.bg> In-Reply-To: <20030411194551.C5D0E10162@ws-tor-0004.procergs> References: <20030411194551.C5D0E10162@ws-tor-0004.procergs>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030416082204.GC26408>