Re: CGI and Virtual Hosts

2003-10-04 Thread Dan MacNeil
>Why is this doubled? Is this intentional? Copy and paste slip. In the config file they are not doubled. On Sat, 4 Oct 2003, Marcin Owsiany wrote: > On Fri, Oct 03, 2003 at 04:40:51PM -0400, Dan MacNeil wrote: > > > > AllowOverride None > > Options IncludesNOEXEC ExecCGI >

Re: CGI and Virtual Hosts

2003-10-04 Thread Marcin Owsiany
On Fri, Oct 03, 2003 at 04:40:51PM -0400, Dan MacNeil wrote: > > AllowOverride None > Options IncludesNOEXEC ExecCGI > [...] > > DirectoryIndex index.html > AllowOverride None > Options IncludesNOEXEC ExecCGI > Why is this doubled? Is this in

Re: CGI and Virtual Hosts

2003-10-03 Thread Dan MacNeil
discover how to enable suexec to allow any number of users to use the > >> same IP address, I'd be interested. I am currently using mass virtual > >> hosting with %0 as a virtualscriptalias and virtualdocumentroot delimiter. > >> eg, /var/webhosting/%0/docroot/ >

Re: CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
/%0/docroot/ Cheers, Scott - Original Message - From: "Antonin Karasek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 03, 2003 1:38 PM Subject: CGI and Virtual Hosts > Hi, > I want to enable CGI on my web-hosting server, but I can't find

Re: CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
I know this module, but I think, it can't work efective with many Virtual Hosts - it must either call fork() for every HTTP request or keep running mass of processes... Markus Benning writes: Hi, i just updated to 2.0 and read somthing about a worker module which can run child processes wit

Re: CGI and Virtual Hosts

2003-10-03 Thread Dan MacNeil
as and virtualdocumentroot delimiter. > eg, /var/webhosting/%0/docroot/ > > Cheers, > > > Scott > > - Original Message - > From: "Antonin Karasek" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 03, 2003 1:38 PM >

Re: CGI and Virtual Hosts

2003-10-03 Thread Markus Benning
Hi, i just updated to 2.0 and read somthing about a worker module which can run child processes with different uids for for different servers. Heres the link to the documentation of Apache MPM perchild: http://httpd.apache.org/docs-2.0/mod/perchild.html I think its still not fully functional but

Re: CGI and Virtual Hosts

2003-10-03 Thread Dan MacNeil
You probably want to run suexec which runs cgi as a specific user. Our project docs --including links to the real docs are here: http://www.communitysoftwarelab.org/sys/project.d/suexec.d/ It is easy if you have not changed DocumentRoot from /var/www On Fri, 3 Oct 2003, Antonin Kar

Re: CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
ing mass virtual hosting with %0 as a virtualscriptalias and virtualdocumentroot delimiter. eg, /var/webhosting/%0/docroot/ Cheers, Scott - Original Message - From: "Antonin Karasek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 03, 2003 1:38 PM Subjec

Re: CGI and Virtual Hosts

2003-10-03 Thread Daxal Communications - Surf the USA
> To: <[EMAIL PROTECTED]> Sent: Friday, October 03, 2003 1:38 PM Subject: CGI and Virtual Hosts > Hi, > I want to enable CGI on my web-hosting server, but I can't find out a good > security model (permitions of files). I don't want files to be readable for > others and

CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
Hi, I want to enable CGI on my web-hosting server, but I can't find out a good security model (permitions of files). I don't want files to be readable for others and don't want CGI to run apache's group. The main problem is, that the files must belong to the same group as CGI is run. The best