Re: [gentoo-server] Apache2 Virtual Hosting

2006-03-02 Thread Miguel Filipe
Hi all, On 3/1/06, Kalin KOZHUHAROV <[EMAIL PROTECTED]> wrote: > Pedro Venda wrote: > > On Tuesday 28 February 2006 16:14, Ryan James R. wrote: > >> I am trying to accomplish a mass virtual hosting server where each > >> website is run from it's own user account. Now I've accomplished > >> putting

Re: [gentoo-server] Apache2 Virtual Hosting

2006-03-01 Thread Pedro Venda
> Yes, the patch is here > http://mega.ist.utl.pt/~miguel/code/suexec+php.diff > > but just looking through the several errors in the comments and the general > hackish attitude in the code, I wouldn't recomend using it on production > servers without further auditing. you are right, it is a

Re: [gentoo-server] Apache2 Virtual Hosting

2006-03-01 Thread Kalin KOZHUHAROV
Pedro Venda wrote: > On Tuesday 28 February 2006 16:14, Ryan James R. wrote: >> I am trying to accomplish a mass virtual hosting server where each >> website is run from it's own user account. Now I've accomplished >> putting the websites into user's ~/public_html directories but Apache >> is still

Re: [gentoo-server] Apache2 Virtual Hosting

2006-02-28 Thread Pedro Venda
On Tuesday 28 February 2006 17:58, Pedro Venda wrote: > On Tuesday 28 February 2006 16:14, Ryan James R. wrote: > > I am trying to accomplish a mass virtual hosting server where each > > website is run from it's own user account. Now I've accomplished > > putting the websites into user's ~/public_h

Re: [gentoo-server] Apache2 Virtual Hosting

2006-02-28 Thread rdmurray
On Tue, 28 Feb 2006 at 10:14, Ryan James R. wrote: From what I see, I think I need something that will allow apache to spawn with userid of site it is serving. Please correct me if I'm wrong and give as many suggestions as possible. What you are looking for is called suexec: http://httpd.a

RE: [gentoo-server] Apache2 Virtual Hosting

2006-02-28 Thread Christopher Schwerdt
> From what I see, I think I need something that will allow apache to > spawn with userid of site it is serving. Please correct me if I'm > wrong and give as many suggestions as possible. Install www-apache/mod_suphp. I haven't used the ebuild but I have used suphp on a BSD server with success.

Re: [gentoo-server] Apache2 Virtual Hosting

2006-02-28 Thread Craig Webster
On 28 Feb 2006, at 16:14, Ryan James R. wrote: From what I see, I think I need something that will allow apache to spawn with userid of site it is serving. Please correct me if I'm wrong and give as many suggestions as possible. The peruser mpm (which is a developers playground just now), mod

Re: [gentoo-server] Apache2 Virtual Hosting

2006-02-28 Thread Yves Thommes
For PHP you got www-apache/mod_suphp, but it's marked as unstable and i never tested it. Otherwise for apache you got the mod_suexec module (http://httpd.apache.org/docs/2.0/mod/mod_suexec.html) I tried nonne of both and maybe that's not even what you're looking for, but i thought it my help

[gentoo-server] Apache2 Virtual Hosting

2006-02-28 Thread Ryan James R.
I am trying to accomplish a mass virtual hosting server where each website is run from it's own user account. Now I've accomplished putting the websites into user's ~/public_html directories but Apache is still running as it's own user so php file managers/admin backends that are run from these sit