Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16326 - apache reload function sends SIGUSR1 to all running apache processes instead of only to the parent
Summary: apache reload function sends SIGUSR1 to all running apache processes instead ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High normal
Assignee: Donny Davies (RETIRED)
URL: http://httpd.apache.org/docs/stopping...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 19:33 UTC by Jukka Salmi
Modified: 2003-02-25 16:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixes reload() function in apache init file (apache.rc6_reload.patch,312 bytes, patch)
2003-02-24 19:34 UTC, Jukka Salmi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jukka Salmi 2003-02-24 19:33:25 UTC
as described on http://httpd.apache.org/docs/stopping.html, when signalling
apache signals should only be sent to the PPID.

Reproducible: Always
Steps to Reproduce:




i don't know why it should be necessary to call svc_start() after sending
SIGUSR1 to apache in the reload() function. i removed that line in my patch
(which follows).
Comment 1 Jukka Salmi 2003-02-24 19:34:57 UTC
Created attachment 8705 [details, diff]
fixes reload() function in apache init file
Comment 2 Donny Davies (RETIRED) gentoo-dev 2003-02-25 16:59:59 UTC
Ooops, thanks ;-)