Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 101600

Summary: www-servers/boa-0.94.14_rc21 is broken
Product: Gentoo Linux Reporter: Stephen Becker (RETIRED) <geoman>
Component: [OLD] ServerAssignee: Gentoo TreeCleaner Project <treecleaner>
Status: RESOLVED DUPLICATE    
Severity: normal CC: maintainer-needed, tigger, www-servers+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.