Re: [EMAIL PROTECTED] My worker constantly crashing

2008-11-17 Thread Frank Kimbell
custom build from the source. what else do you want to know? please let me know. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscr

[EMAIL PROTECTED] My worker constantly crashing

2008-11-17 Thread Frank Kimbell
Hi, i haved apache in an mpm worker, and it constantly crashes. it gives me this in the error logs, any idea? --- [Mon Nov 17 21:05:21 2008] [error] (88)Socket operation on non-socket: apr_socket_accept: (client socket) [Mon Nov 17 21:05:21 2008] [error] (88)Socket operation on non-socket: apr_so

Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-11 Thread Frank Kimbell
> I tried that, and get this: > > [EMAIL PROTECTED] web]# su apache > bash-3.00$ cd /website/nfs-directory > bash: cd: /website/nfs-directory: Stale NFS file handle > > So also on the shell line, it gives this error... What I forgot to mention is that, when I do this as root, I get no problems...

Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-11 Thread Frank Kimbell
Hi, thanks for your reply. I tried that, and get this: [EMAIL PROTECTED] web]# su apache bash-3.00$ cd /website/nfs-directory bash: cd: /website/nfs-directory: Stale NFS file handle So also on the shell line, it gives this error... --

[EMAIL PROTECTED] Apache and writing to NFS

2008-11-10 Thread Frank Kimbell
Hello, I am trying a script (PHP) that writes files to disk. Now, writing the files locally works file, if I have a write-to directory owned apache:apache. Files created are owned apache:apache by default. But, I want to try this: I have an NFS share that has a large amount of space. I want the f

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 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 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... -

[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