Re: [EMAIL PROTECTED] Running programs...

2008-11-10 Thread Frank Kimbell
Hi, could anyone point me to a log file or suexec or something? The standard apache error log shows nothing about my problem. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [EMAIL PROTECTED] Running programs...

2008-11-07 Thread Frank Kimbell
> Does suexec of something trivial work? If not, what's in > the suexec log? I don't really see a suexec log? Where do I find this? In the general apache logs, I don't see anything... that's the whole annoying part! > Does it work if you turn off selinux? It is, and was, off; always. (I don't l

Re: [EMAIL PROTECTED] Running programs...

2008-11-06 Thread Nick Kew
On 6 Nov 2008, at 19:25, Frank Kimbell wrote: I THINK my question is related to suexec... Does suexec of something trivial work? If not, what's in the suexec log? Does it work if you turn off selinux? -- Nick Kew - The of

Re: [EMAIL PROTECTED] Running programs...

2008-11-06 Thread Frank Kimbell
> SELinux? Nope: SELINUX=disabled - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the d

Re: [EMAIL PROTECTED] Running programs...

2008-11-06 Thread Eric Covener
On Thu, Nov 6, 2008 at 4:35 PM, Frank Kimbell <[EMAIL PROTECTED]> wrote: > Hi Brian, > > thanks for your remark: >> Can you run the program from the server itself? > > I actually did test this, but forgot to mention it. > Yes, I did run it manually, and it does what it is supposed to do. > So that'

Re: [EMAIL PROTECTED] Running programs...

2008-11-06 Thread Frank Kimbell
Hi Brian, thanks for your remark: > Can you run the program from the server itself? I actually did test this, but forgot to mention it. Yes, I did run it manually, and it does what it is supposed to do. So that's not it. It really is the combo apache+running this program... -

Re: [EMAIL PROTECTED] Running programs...

2008-11-06 Thread Brian Mearns
Can you run the program from the server itself? I.e., don't use a web browser or GUI, just go the command line and try to run the program. It sounds like it is running, but failing (or at least failing to do what you expect). Off hand, I'd guess this is a problem with the program, not apache or you

[EMAIL PROTECTED] Running programs...

2008-11-06 Thread Frank Kimbell
Hello, I have a question... of course! :) I THINK my question is related to suexec... I have a GUI on my server, written in PHP. It has a wrapper program, written in C I think (compiled), that runs a few commands. Now, I recently upgraded my system to Fedora 9 and the latest apache. Suddenly, t