Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101600 - www-servers/boa-0.94.14_rc21 is broken
Summary: www-servers/boa-0.94.14_rc21 is broken
Status: RESOLVED DUPLICATE of bug 102174
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-06 19:13 UTC by Stephen Becker (RETIRED)
Modified: 2007-07-01 03:57 UTC (History)
3 users (show)

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 Stephen Becker (RETIRED) gentoo-dev 2005-08-06 19:13:48 UTC
ultra2 ~ # /etc/init.d/boa start
 * You need a /var/www/localhost/htdocs/boa.conf to run Boa
 * There is a sample file in /usr/share/docs/boa

This is broken behavior...the config file should really go in /etc, especially
considering that /etc/boa/ already exists.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I haven't checked any other versions as I don't have time at the moment, but
tigger's entry for 0.94.14_rc21 in the Changelog looks rather suspicious.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-08-07 11:05:39 UTC
Rob, you were the last one to touch this.  Any idea why on earth the init
script's checkconfig() does what it does?

/etc/boa/boa.conf should really be the only valid location.
Comment 2 Matt Thompson 2007-01-06 12:30:36 UTC
All that is needed is to change /etc/conf.d/boa from:

BOA_OPTS="-c /var/www/localhost/htdocs"

to:

BOA_OPTS="-c /etc/boa"

The -c specifies the directory containing boa.conf, so BOA_OPTS should not reference /var/www/localhost/htdocs as it's not placed there.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-05-09 06:16:01 UTC
Doesn't go anywhere; sending to treecleaners.
Comment 4 Peter Weller (RETIRED) gentoo-dev 2007-05-11 15:50:45 UTC

*** This bug has been marked as a duplicate of bug 102174 ***
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2007-07-01 03:57:07 UTC
fixed.