RE: Apache and multiple virtual domains

2001-04-29 Thread Marcelo Gulin
r httpd) hope it helps. cheers marcelo gulin > > Jason > > - Original Message - > From: "Marcelo Gulin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; > Sent: Saturday, April 28, 2001 6:13 PM > Subject: RE: Apache and multiple virtual domain

RE: Apache and multiple virtual domains

2001-04-29 Thread Marcelo Gulin
y or httpd) hope it helps. cheers marcelo gulin > > Jason > > - Original Message - > From: "Marcelo Gulin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Saturday, April 28, 2001 6:13 PM > Subject: RE: Apache

Re: Apache and multiple virtual domains

2001-04-29 Thread Jason Lim
PROTECTED]> > To: > Sent: Friday, April 27, 2001 3:44 AM > Subject: Re: Apache and multiple virtual domains > > > > > > > What I want to do is have multiple virtual hosts with each virtual > > > host having a different UID for running CGI-BIN scripts.

Re: Apache and multiple virtual domains

2001-04-28 Thread Jason Lim
y, April 28, 2001 6:13 PM Subject: RE: Apache and multiple virtual domains > Hi! > > You can use suEXEC mechanism to do that job. > suEXEC wrapper allow run CGI & SSI under different UIDs > > cheers > marcelo gulin > > > - Original Message - > Fro

Re: Apache and multiple virtual domains

2001-04-28 Thread Russell Coker
than nothing. > > cheers > marcelo gulin > > > - Original Message - > From: Marcel Hicking <[EMAIL PROTECTED]> > To: > Sent: Friday, April 27, 2001 3:44 AM > Subject: Re: Apache and multiple virtual domains > > > > What I want to do is have m

RE: Apache and multiple virtual domains

2001-04-28 Thread Marcelo Gulin
Hi! You can use suEXEC mechanism to do that job. suEXEC wrapper allow run CGI & SSI under different UIDs cheers marcelo gulin - Original Message - From: Marcel Hicking <[EMAIL PROTECTED]> To: Sent: Friday, April 27, 2001 3:44 AM Subject: Re: Apache and multiple virtu

Re: Apache and multiple virtual domains

2001-04-28 Thread Russell Coker
than nothing. > > cheers > marcelo gulin > > > - Original Message - > From: Marcel Hicking <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, April 27, 2001 3:44 AM > Subject: Re: Apache and multiple virtual domains > > > >

RE: Apache and multiple virtual domains

2001-04-28 Thread Marcelo Gulin
Hi! You can use suEXEC mechanism to do that job. suEXEC wrapper allow run CGI & SSI under different UIDs cheers marcelo gulin - Original Message - From: Marcel Hicking <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 3:44 AM Subject: Re: Apa

Re: Apache and multiple virtual domains

2001-04-27 Thread Russell Coker
On Thursday 26 April 2001 18:04, you wrote: > Take a look at: > http://cgiwrap.unixtools.org/ Thanks for the tip, I've got cgiwrap going now, it does just what I need! > > On Thursday 26 April 2001 14:03, Andrew Savory wrote: > > On Thu, 26 Apr, 2001 at 12:21 +0200, Russell Coker wrote: > > > Wha

Re: Apache and multiple virtual domains

2001-04-27 Thread Russell Coker
On Thursday 26 April 2001 18:04, you wrote: > Take a look at: > http://cgiwrap.unixtools.org/ Thanks for the tip, I've got cgiwrap going now, it does just what I need! > > On Thursday 26 April 2001 14:03, Andrew Savory wrote: > > On Thu, 26 Apr, 2001 at 12:21 +0200, Russell Coker wrote: > > > Wh

Re: Apache and multiple virtual domains

2001-04-27 Thread Marcel Hicking
> What I want to do is have multiple virtual hosts with each virtual > host having a different UID for running CGI-BIN scripts. http://cgiwrap.unixtools.org/ "CGIWrap is a gateway program that allows general users to use CGI scripts and HTML forms without compromising the security of the http s

Re: Apache and multiple virtual domains

2001-04-26 Thread Marcel Hicking
> What I want to do is have multiple virtual hosts with each virtual > host having a different UID for running CGI-BIN scripts. http://cgiwrap.unixtools.org/ "CGIWrap is a gateway program that allows general users to use CGI scripts and HTML forms without compromising the security of the http

Re: Apache and multiple virtual domains

2001-04-26 Thread Loopshot Operator
We use sbox, which is sorta like suEXEC, but can put ulimit, processor usage, and disk space usage limits on each script that runs, in addition to running as a particular user. We use mod_rewrite so that the end user just calls their scripts as normal (http://somedomain.com/cgi-bin/myperlscript

Re: Apache and multiple virtual domains

2001-04-26 Thread Loopshot Operator
We use sbox, which is sorta like suEXEC, but can put ulimit, processor usage, and disk space usage limits on each script that runs, in addition to running as a particular user. We use mod_rewrite so that the end user just calls their scripts as normal (http://somedomain.com/cgi-bin/myperlscri

Re: Apache and multiple virtual domains

2001-04-26 Thread Russell Coker
On Thursday 26 April 2001 14:03, Andrew Savory wrote: > On Thu, 26 Apr, 2001 at 12:21 +0200, Russell Coker wrote: > > What I want to do is have multiple virtual hosts with each virtual > > host=20 having a different UID for running CGI-BIN scripts. > > See http://httpd.apache.org/docs/vhosts/mass.h

Re: Apache and multiple virtual domains

2001-04-26 Thread Andrew Savory
On Thu, 26 Apr, 2001 at 12:21 +0200, Russell Coker wrote: > What I want to do is have multiple virtual hosts with each virtual host=20 > having a different UID for running CGI-BIN scripts. See http://httpd.apache.org/docs/vhosts/mass.html -- you may be able to do it with standard Apache config di

Re: Apache and multiple virtual domains

2001-04-26 Thread Russell Coker
On Thursday 26 April 2001 14:03, Andrew Savory wrote: > On Thu, 26 Apr, 2001 at 12:21 +0200, Russell Coker wrote: > > What I want to do is have multiple virtual hosts with each virtual > > host=20 having a different UID for running CGI-BIN scripts. > > See http://httpd.apache.org/docs/vhosts/mass.

Re: Apache and multiple virtual domains

2001-04-26 Thread Andrew Savory
On Thu, 26 Apr, 2001 at 12:21 +0200, Russell Coker wrote: > What I want to do is have multiple virtual hosts with each virtual host=20 > having a different UID for running CGI-BIN scripts. See http://httpd.apache.org/docs/vhosts/mass.html -- you may be able to do it with standard Apache config d