Re: [EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread Joshua Slive
On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Joshua Slive" <[EMAIL PROTECTED]> writes: > Check the group ownership. If the apache user is in the group that > owns suexec, then group execute permissions are enough. Ahh yes it was set `root apache' but when I do that on my home setu

[EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread reader
"Joshua Slive" <[EMAIL PROTECTED]> writes: > Check the group ownership. If the apache user is in the group that > owns suexec, then group execute permissions are enough. Ahh yes it was set `root apache' but when I do that on my home setup then I an execute cgi in public_html as user but as my

[EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread reader
"Joshua Slive" <[EMAIL PROTECTED]> writes: > Check the group ownership. If the apache user is in the group that > owns suexec, then group execute permissions are enough. > Ahh yes there it is: root apache So if I were to set chown root:apache on /usr/sbin/suexec I could return it to -rws--x-

Re: [EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread Joshua Slive
On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Joshua Slive" <[EMAIL PROTECTED]> writes: >> -rws--x--- 1 root root 10880 May 31 15:09 /usr/sbin/suexec2 > > Obviously the apache user can't execute that. You need global execute > permissions. Setting that to -rws--x--x makes it all wo

[EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread reader
"Joshua Slive" <[EMAIL PROTECTED]> writes: >> -rws--x--- 1 root root 10880 May 31 15:09 /usr/sbin/suexec2 > > Obviously the apache user can't execute that. You need global execute > permissions. Setting that to -rws--x--x makes it all work, but isn't there another way? === what follows is not

[EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread reader
"Joshua Slive" <[EMAIL PROTECTED]> writes: >> -rws--x--- 1 root root 10880 May 31 15:09 /usr/sbin/suexec2 > > Obviously the apache user can't execute that. You need global execute > permissions. now -rws--x--x 1 root root 10880 May 31 15:09 /usr/sbin/suexec2 Thanks... and now working. I sea

Re: [EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread Joshua Slive
On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Joshua Slive" <[EMAIL PROTECTED]> writes: > It is not the logging that is failing but the launch of suexec. What > are the permissions on suexec2 and what user is apache being launched > as? Are you running SELinux or something similar?

[EMAIL PROTECTED] Re: When suexec won't log

2006-06-07 Thread reader
"Joshua Slive" <[EMAIL PROTECTED]> writes: > It is not the logging that is failing but the launch of suexec. What > are the permissions on suexec2 and what user is apache being launched > as? Are you running SELinux or something similar? -rws--x--- 1 root root 10880 May 31 15:09 /usr/sbin/suex