RE: Apache and multiple virtual domains

2001-04-29 Thread Marcelo Gulin
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 and multiple virtual domains Hi! You can use suEXEC mechanism to do that job

Re: Apache and multiple virtual domains

2001-04-29 Thread Jason Lim
: 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 - From: Marcel Hicking [EMAIL PROTECTED] To: debian-isp@lists.debian.org Sent: Friday

RE: Apache and multiple virtual domains

2001-04-29 Thread Marcelo Gulin
it helps. cheers marcelo gulin Jason - Original Message - From: Marcelo Gulin [EMAIL PROTECTED] To: [EMAIL PROTECTED]; debian-isp@lists.debian.org Sent: Saturday, April 28, 2001 6:13 PM Subject: RE: Apache and multiple virtual domains Hi! You can use suEXEC mechanism to do

RE: Apache and multiple virtual domains

2001-04-28 Thread Marcelo Gulin
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. http://cgiwrap.unixtools.org/ CGIWrap is a gateway program that allows general users to use CGI scripts and HTML forms without compromising

Re: Apache and multiple virtual domains

2001-04-28 Thread Russell Coker
marcelo gulin - Original Message - From: Marcel Hicking [EMAIL PROTECTED] To: debian-isp@lists.debian.org 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

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

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

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: What I want

Apache and multiple virtual domains

2001-04-26 Thread Russell Coker
What I want to do is have multiple virtual hosts with each virtual host having a different UID for running CGI-BIN scripts. What I would like to do (which appears impossible in current Apache) is to have this happen automatically instead of having lots of additions to the configuration file

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

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

Apache and multiple virtual domains

2001-04-26 Thread Russell Coker
What I want to do is have multiple virtual hosts with each virtual host having a different UID for running CGI-BIN scripts. What I would like to do (which appears impossible in current Apache) is to have this happen automatically instead of having lots of additions to the configuration file

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

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

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