You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by jens-ingo brodesser <je...@antitv.net> on 2002/04/22 13:12:47 UTC

segmentation fault apache child processes

hello,

i'm using debian 2.2 on two machines with around 100 virtual servers
each. looking into the apache-err.log shows a constantly appearing
segmentation fault for which i don't have any explaination :

[Sun Apr 21 19:58:43 2002] [notice] child pid 2945 exit Segmentation
fault (11)

this message is printed around all 2-7 minutes on both servers. i
suppose there must be some error with the runtime configuration as both
servers use the same config. does anybody have a hint what the reason
could be or how to trace the problem?

on one of the servers i get this message :

[Sun Apr 21 18:00:05 2002] [notice] cannot use a full URL in a 401
ErrorDocument directive -- ignoring!

--
jens-ingo

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: segmentation fault apache child processes

Posted by Joshua Slive <jo...@slive.ca>.
jens-ingo brodesser wrote:

> [Sun Apr 21 19:58:43 2002] [notice] child pid 2945 exit Segmentation
> fault (11)

Look to see what kind of requests are coming in when you get the Seg 
fault to see if you can pin down which module is the cause.

> 
> on one of the servers i get this message :
> 
> [Sun Apr 21 18:00:05 2002] [notice] cannot use a full URL in a 401
> ErrorDocument directive -- ignoring!

This means what is says: Somewhere in your httpd.conf or .htaccess files 
you have an
ErrorDocument 401 http://ful.url/
which will not work properly, so it is being ignored.  It is unlikely 
that this has anything to do with the segfault.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org