You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Almi <al...@bigmir.net> on 2003/12/20 21:24:40 UTC

[users@httpd] exit on signal 11

Hello users-help,

  I  have  apache  1.3.29  on  FreeBSD  4.8-RELEASE, mod_ssl (2.8.16),
  mod_php4 (v. 4.3.4), mod_perl (v. 1.26), mod_fastcgi (v. 2.2.12) and
  about 150 sites on the server.

  The  problem is that server regularly "exits on signal 11" or 10. :(
  It does it more often when it is overloaded (at the daytime).

  here are /var/log/messages:

Dec 20 21:41:28 nuke /kernel: pid 16332 (httpd), uid 65532: exited on signal 11
Dec 20 21:43:29 nuke /kernel: pid 16409 (httpd), uid 65532: exited on signal 11
Dec 20 21:43:57 nuke /kernel: pid 16376 (httpd), uid 65532: exited on signal 11
Dec 20 21:44:02 nuke /kernel: pid 16320 (httpd), uid 65532: exited on signal 11
  
  The  same  situation  was  before I had upgraded Apache (from the v.
  1.3.27).

my configuration script is:

./configure     --with-layout=Apache --prefix=/usr/local/httpd \
                --enable-rule=EAPI \
                --enable-module=access --enable-shared=access \
                --enable-module=actions --enable-shared=actions \
                --enable-module=alias --enable-shared=alias \
                --enable-module=asis --enable-shared=asis \
                --enable-module=auth --enable-shared=auth \
                --enable-module=auth_anon --enable-shared=auth_anon \
                --enable-module=auth_db  --enable-shared=auth_db \
                --enable-module=auth_dbm --enable-shared=auth_dbm \
                --enable-module=auth_digest --enable-shared=auth_digest \
                --enable-module=autoindex  --enable-shared=autoindex \
                --enable-module=cern_meta  --enable-shared=cern_meta \
                --enable-module=cgi --enable-shared=cgi \
                --enable-module=digest --enable-shared=digest \
                --enable-module=dir --enable-shared=dir \
                --enable-module=env --enable-shared=env \
                --enable-module=example  --enable-shared=example \
                --enable-module=expires  --enable-shared=expires \
                --enable-module=headers --enable-shared=headers \
                --enable-module=imap --enable-shared=imap \
                --enable-module=include --enable-shared=include \
                --enable-module=info --enable-shared=info \
                --enable-module=log_agent --enable-shared=log_agent \
                --enable-module=log_config --enable-shared=log_config \
                --enable-module=log_referer --enable-shared=log_referer \
                --enable-module=mime --enable-shared=mime \
                --enable-module=mime_magic --enable-shared=mime_magic \
                --enable-module=mmap_static --enable-shared=mmap_static \
                --enable-module=negotiation --enable-shared=negotiation \
                --enable-module=proxy --enable-shared=proxy \
                --enable-module=rewrite --enable-shared=rewrite \
                --enable-module=setenvif --enable-shared=setenvif \
                --enable-module=so \
                --enable-module=speling --enable-shared=speling \
                --enable-module=status --enable-shared=status \
                --enable-module=userdir --enable-shared=userdir \
                --enable-module=unique_id --enable-shared=unique_id \
                --enable-module=usertrack --enable-shared=usertrack \
                --enable-module=vhost_alias --enable-shared=vhost_alias \
                --enable-suexec \
                --suexec-caller=#65533 \
                --suexec-docroot=/usr/local/httpd/ \
                --suexec-logfile=/usr/local/httpd/logs/suexec_log \
                --suexec-safepath=/usr/local/httpd/cgi-bin \
                --suexec-userdir=public_html

Please, help me to dial with it!

-- 
Best regards,
 Almi                          mailto:almi@bigmir.net


---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] exit on signal 11

Posted by Brian Dessent <br...@dessent.net>.
Almi wrote:
> 
> Hello users-help,
> 
>   I  have  apache  1.3.29  on  FreeBSD  4.8-RELEASE, mod_ssl (2.8.16),
>   mod_php4 (v. 4.3.4), mod_perl (v. 1.26), mod_fastcgi (v. 2.2.12) and
>   about 150 sites on the server.
> 
>   The  problem is that server regularly "exits on signal 11" or 10. :(
>   It does it more often when it is overloaded (at the daytime).
> 
>   here are /var/log/messages:

Signal 11 can indicate bad hardware.  If this is an Intel x86 box then
go to http://www.memtest86.com/ and let that run for a while to see if
you have any questionable RAM.  That may not be very practical for a
live server though unless you have a spare.  You could also try
methodically swapping each DIMM with a known-good one and see if it
makes any difference.

Brian

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org