Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75862 - apache-1.3 init script bug
Summary: apache-1.3 init script bug
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-27 17:48 UTC by Eric Brown
Modified: 2005-03-02 18:19 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Brown 2004-12-27 17:48:31 UTC
set Listen to some ip that you don't own.. like
Listen 1.2.3.4:443

then use start.. it will say OK and pretend apache actually started but in fact it was unable to bind to that IP.

note that /etc/init.d/apache stop will also say OK even though nothing is actually running also

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2005-02-27 05:35:37 UTC
the apache binary won't return an exit status != 0 in this case, i.e. start-stop-daemon does not notice the error.

if anyone can provide a patch against apache, reopen this bug
Comment 2 Eric Brown 2005-03-02 18:19:59 UTC
I filed a bug upstream..