Re: Wrapping CGI and PHP Scripts

2003-07-03 Thread Anand Atreya
PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:33 PM Subject: Re: Wrapping CGI and PHP Scripts If only this could be in a configuration file.. What is worse is that every time there is a security patch for apache, we break our hand compiled suexec On Thu, 3 Jul 2003

Re: Wrapping CGI and PHP Scripts

2003-07-03 Thread Fraser Campbell
On July 2, 2003 09:34 pm, Anand Atreya wrote: Any recommendations on how to do this with PHP - without needing the #!/usr/bin/php at the top and without using PHP Safe mode - which is a lame workaround...? I haven't tried this but it appears that you can do what you're looking for with the

Re: Wrapping CGI and PHP Scripts

2003-07-03 Thread Anand Atreya
PROTECTED]; debian-isp@lists.debian.org Sent: Wednesday, July 02, 2003 9:33 PM Subject: Re: Wrapping CGI and PHP Scripts If only this could be in a configuration file.. What is worse is that every time there is a security patch for apache, we break our hand compiled suexec On Thu, 3

Re: Wrapping CGI and PHP Scripts

2003-07-03 Thread Fraser Campbell
On July 2, 2003 09:34 pm, Anand Atreya wrote: Any recommendations on how to do this with PHP - without needing the #!/usr/bin/php at the top and without using PHP Safe mode - which is a lame workaround...? I haven't tried this but it appears that you can do what you're looking for with the

Wrapping CGI and PHP Scripts

2003-07-02 Thread Anand Atreya
Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under it) as their own user, not as the user

Re: Wrapping CGI and PHP Scripts

2003-07-02 Thread Jason Lim
.. ### On Wed, 2 Jul 2003, Anand Atreya wrote: Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts

Re: Wrapping CGI and PHP Scripts

2003-07-02 Thread Dan MacNeil
, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under it) as their own user

Re: Wrapping CGI and PHP Scripts

2003-07-02 Thread Dan MacNeil
- From: Dan MacNeil [EMAIL PROTECTED] To: Jason Lim [EMAIL PROTECTED] Cc: Anand Atreya [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:33 PM Subject: Re: Wrapping CGI and PHP Scripts If only this could be in a configuration file.. What is worse

Wrapping CGI and PHP Scripts

2003-07-02 Thread Anand Atreya
Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under it) as their own user, not as the user

Re: Wrapping CGI and PHP Scripts

2003-07-02 Thread Dan MacNeil
Atreya wrote: Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under it) as their own user

Re: Wrapping CGI and PHP Scripts

2003-07-02 Thread Jason Lim
.. ### On Wed, 2 Jul 2003, Anand Atreya wrote: Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts

Re: Wrapping CGI and PHP Scripts

2003-07-02 Thread Dan MacNeil
, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under it) as their own user

Re: Wrapping CGI and PHP Scripts

2003-07-02 Thread Dan MacNeil
- From: Dan MacNeil [EMAIL PROTECTED] To: Jason Lim [EMAIL PROTECTED] Cc: Anand Atreya [EMAIL PROTECTED]; debian-isp@lists.debian.org Sent: Wednesday, July 02, 2003 9:33 PM Subject: Re: Wrapping CGI and PHP Scripts If only this could be in a configuration file.. What

CGI and PHP Scripts

2003-06-25 Thread Anand Atreya
Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under it) as their own user, not as the user

Re: CGI and PHP Scripts

2003-06-25 Thread Rudi Starcevic
, it seems as if mod_cgiwrap was not a very secure solution to begin with. Does anybody have any recommendations on how to set up a virtual hosting Apache server such that users can have CGI and PHP scripts execute as themselves, without having to put #!/usr/bin/php at the top of php scripts

Re: CGI and PHP Scripts

2003-06-25 Thread Dan MacNeil
On Tue, 24 Jun 2003, Anand Atreya wrote: Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under

Re: CGI and PHP Scripts

2003-06-24 Thread Rudi Starcevic
, it seems as if mod_cgiwrap was not a very secure solution to begin with. Does anybody have any recommendations on how to set up a virtual hosting Apache server such that users can have CGI and PHP scripts execute as themselves, without having to put #!/usr/bin/php at the top of php scripts

Re: CGI and PHP Scripts

2003-06-24 Thread Dan MacNeil
On Tue, 24 Jun 2003, Anand Atreya wrote: Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under

CGI and PHP Scripts

2003-06-24 Thread Anand Atreya
Hi, I have just recently begun using Debian and am in the process of migrating a FreeBSD 4.4 server over to it. This server had many different users and allowed them to execute CGI and PHP scripts in their public_html folder (or any folder under it) as their own user, not as the user