On 27 Feb 2003 11:35:15 -0500
Perrin Harkins <[EMAIL PROTECTED]> wrote:

> On Thu, 2003-02-27 at 11:06, Paolo Campanella wrote:
> > Just one thing though: when the process dies, it
> > really does take the main server process down with it:
> > 
> > [Thu Feb 27 17:55:04 2003] [alert] Child 8592 returned a Fatal
> > error... Apache is exiting!
> 
> Are you certain?  Have you actually checked to see if the main server
> process PID is still running?  If it crashes the parent process, that's
> bad.  (You are running prefork MPM, aren't you?)

I'm sure:
[EMAIL PROTECTED] /root]# ps axf
[...]
 1212 ?        S      0:00 httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf
 1215 ?        S      0:00  \_ httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf
 1216 ?        S      0:00  \_ httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf
 1217 ?        S      0:00  \_ httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf

[get killer URL here]

[EMAIL PROTECTED] /root]# ps axf | grep httpd-modperl
 1288 pts/4    S      0:00              \_ grep httpd-modperl
 1215 ?        S      0:00 httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf
 1217 ?        S      0:00 httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf
 1284 ?        S      0:00 httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf

[EMAIL PROTECTED] /root]# tail /var/log/httpd-modperl/error_log 
[...]
Exception 415: UnableToReadFont (@/usr/X11R6/lib/X11/fonts/ttf/Ritalin.ttf) at 
/path/to/script line 584.
[Fri Feb 28 14:31:49 2003] [alert] Child 1216 returned a Fatal error... 
Apache is exiting!

No MPM - I'm running Apache 1.3.22. 

Bye

Paolo

Reply via email to