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
> 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
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
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
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
> 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.
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
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
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