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 there

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Grant Peel
ter this directories contents. - Original Message - From: Joshua Slive To: users@httpd.apache.org ; Grant Peel Sent: Wednesday, October 24, 2007 9:45 AM Subject: Re: [EMAIL PROTECTED] php and suexec On 10/24/07, Grant Peel <[EMAIL PROTECTED]> wrote: > > >

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 scrip

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 and

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

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Grant Peel
right, 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 con

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Matthew A. Bockol
- Original 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)

[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 primer