Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Grant Peel
Understood, BUT suexec will not allow a script to be written to outside the users home directory ... right? -Grant - Original Message - From: Joshua Slive To: users@httpd.apache.org ; Grant Peel Sent: Monday, October 22, 2007 11:12 AM Subject: Re: [EMAIL PROTECTED] php

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Joshua Slive
On 10/24/07, Grant Peel [EMAIL PROTECTED] wrote: Understood, BUT suexec will not allow a script to be written to outside the users home directory ... right? I have no idea what you mean with that sentence. Suexec is very strict about what scripts it will LAUNCH. But once a script is

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Joshua Slive
On 10/24/07, Grant Peel [EMAIL PROTECTED] wrote: Joshua, Interesting, maybe I have always missunderstood these (suexec) conditions (12 and 13 I think). Is the directory within the Apache webspace? If the request is for a regular portion of the server, is therequested

[EMAIL PROTECTED] php and suexec

2007-10-22 Thread Grant Peel
Hi again all, Has anyone on this had succees setting up php to use (apache) suexec? If I am reading things right, it appears that php must be run as CGI and then it will use the built in (Apache2) suexec wrapper in the same fassion as perl does. If the above is correct I am looking for a

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Matthew A. Bockol
Message - From: Grant Peel [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Monday, October 22, 2007 9:21:40 AM (GMT-0600) America/Chicago Subject: [EMAIL PROTECTED] php and suexec Hi again all, Has anyone on this had succees setting up php to use (apache) suexec? If I am reading things right

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Grant Peel
, it does not do that. PLEASE correct me if I am wronge! -Grant - Original Message - From: Matthew A. Bockol To: users@httpd.apache.org ; Grant Peel Sent: Monday, October 22, 2007 10:29 AM Subject: Re: [EMAIL PROTECTED] php and suexec Hi Grant, You might also consider

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Joshua Slive
On 10/22/07, Grant Peel [EMAIL PROTECTED] wrote: Hi Matthew, Thanks for the speedy resonse. I actually am setting suphp on a test server right now, but one of the items I was looking for was to jail users from a php standpoint similar to what suexec does for perl, i.e. can't write