Re: Apache virtualhosts with different user

2002-01-11 Thread Angus D Madden
On Fri, Jan 11, 2002 at 05:36:45AM +0100, Dries Kimpe wrote: > > As the php-scripts will be parsed by the php-program (which is a regular > CGI for apache). And here's the problem: I'm not sure > if the cgi will > run as the owner of the cgi-file, or as the owner of the php file. > Maybe the php

Re: Apache virtualhosts with different user

2002-01-10 Thread Dries Kimpe
On Wed, 9 Jan 2002, Gabor Gludovatz wrote: > if I define 'user' in virtualhost section of apache's httpd.conf, then my > cgi scripts will be running as 'user' if suexec has been set up correctly. > It's okay. But how can I tell apache to run the whole virtualhost as > 'user'? Including accessing h

Re: Apache virtualhosts with different user

2002-01-09 Thread Gabor Gludovatz
On Wed, 9 Jan 2002, Berthold Cogel wrote: > > if I define 'user' in virtualhost section of apache's httpd.conf, then my > > cgi scripts will be running as 'user' if suexec has been set up correctly. > > It's okay. But how can I tell apache to run the whole virtualhost as > > 'user'? Including acce

Re: Apache virtualhosts with different user

2002-01-09 Thread Berthold Cogel
Gabor Gludovatz wrote: > > Hello, > > if I define 'user' in virtualhost section of apache's httpd.conf, then my > cgi scripts will be running as 'user' if suexec has been set up correctly. > It's okay. But how can I tell apache to run the whole virtualhost as > 'user'? Including accessing html fi

Re: Apache virtualhosts with different user

2002-01-08 Thread martin f krafft
also sprach Gabor Gludovatz <[EMAIL PROTECTED]> [2002.01.09.0324 +0100]: > Is it possible somehow? Having read the apache docs, I haven't found > anything useful, but there must be a solution if I don't want my users to > run php scripts as www-data. i don't think so, since the www-data user is gl

Apache virtualhosts with different user

2002-01-08 Thread Gabor Gludovatz
Hello, if I define 'user' in virtualhost section of apache's httpd.conf, then my cgi scripts will be running as 'user' if suexec has been set up correctly. It's okay. But how can I tell apache to run the whole virtualhost as 'user'? Including accessing html files, and especially php. Is it possib