Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
apache child crashes if apache is startd via init.d file
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3920
Location: Hamburg

PostPosted: Sat Jan 12, 2013 8:50 pm    Post subject: apache child crashes if apache is startd via init.d file Reply with quote

The logfiles of an apache2 running within an unstable x86 user mode linux image gave lot of lines like :
Code:
==> /var/log/apache2/error_log <==
[Sat Jan 12 21:46:02.322992 2013] [core:notice] [pid 5222:tid 1078716160] AH00052: child pid 5362 exit signal Segmentation fault (11)
If I start the apache2 however at the command line using the (same ??) parameters :
Code:
apache2 ${APACHE2_OPTS} -d /usr/lib/apache2 -f /etc/apache2/httpd.conf -k start
it runs fine.

And it does not help to comment out the "start-stop-daemon --start -- " in front of the apache start command within the init.d file ...

And FWIW at the sibling system (but stable x86) this issue doesn't appear. The main differences are x86 versus ~x86 (+ gcc 4.7.2 and glibc-2.17)

:?:
Back to top
View user's profile Send private message
slis
Retired Dev
Retired Dev


Joined: 11 Oct 2010
Posts: 67
Location: Limanowa

PostPosted: Mon Jan 14, 2013 11:24 am    Post subject: Reply with quote

Please set
Code:

LogLevel debug


and then see what will show in logs.

Also, maybe you should see what revdep-rebuild -p will do?
Maybe emerge apache php?
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3920
Location: Hamburg

PostPosted: Mon Jan 14, 2013 6:07 pm    Post subject: Reply with quote

revdep doesn't help I fear. And the debug shows for this command
Code:
wget --tries=2 --no-check-certificate http://n22unst4/
nothing more than before :
Code:
==> /var/log/apache2/error_log <==
[Mon Jan 14 19:09:20.760801 2013] [authz_core:debug] [pid 1829:tid 1238428480] mod_authz_core.c(802): [client 192.168.0.254:58474] AH01626: authorization result of Require all granted: granted
[Mon Jan 14 19:09:20.763810 2013] [authz_core:debug] [pid 1829:tid 1238428480] mod_authz_core.c(802): [client 192.168.0.254:58474] AH01626: authorization result of <RequireAny>: granted

==> /var/log/apache2/access_log <==
192.168.0.254 - - [14/Jan/2013:19:09:20 +0100] "GET / HTTP/1.1" 200 44

==> /var/log/apache2/error_log <==
[Mon Jan 14 19:09:21.135487 2013] [core:notice] [pid 1018:tid 1078716160] AH00052: child pid 1829 exit signal Segmentation fault (11)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum