Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20388 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77065 invoked by uid 1010); 25 Nov 2005 12:33:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77050 invoked from network); 25 Nov 2005 12:33:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2005 12:33:16 -0000 X-Host-Fingerprint: 195.227.108.51 wfserver02.wf-ppr.de Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) Received: from ([195.227.108.51:55771] helo=wfserver02.wf-ppr.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CB/9E-56276-C8407834 for ; Fri, 25 Nov 2005 07:33:16 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Fri, 25 Nov 2005 13:33:12 +0100 Message-ID: <00A2E2156BEE8446A81C8881AE117F192C1D0C@companyweb> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: AW: [PHP-DEV] Re: PDM Meeting Notes Thread-Index: AcXxsQV6xO7kOf5LQy2JE97bNrmkYgACzCvA To: "Andreas Ahlenstorf" Cc: "internals" Subject: AW: AW: [PHP-DEV] Re: PDM Meeting Notes From: mp@webfactory.de ("Matthias Pigulla") > >> I have always maintained that shared hosts should be running=20 > >> per-security context Apache instances as different users. > > > > The problem with that is that it makes name-based virtual=20 > hosts pretty=20 > > pointless because each apache instance will at least need an ip=20 > > address on its own. >=20 > It seems you've never heard of suexec, FastCGI, MPM Perchild=20 > (ok, this one is broken) and Zeus (has nothing to do with=20 > Apache, but is a good product). It's possible to have name=20 > based virtual hosts in > Apache2 and PHP processes running in the context of every=20 > user with a patched suexec, mod_fastcgi and one single IP. I do have - but to me the recommendation above sounded like running a difference apache instance (i. e. main server process) for every security context. -mp.