Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93157 - www-apache/mod_jk-1.2.10: conf dir is wrong
Summary: www-apache/mod_jk-1.2.10: conf dir is wrong
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Other
: High minor (vote)
Assignee: Jan Brinkmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 01:56 UTC by Toralf Förster
Modified: 2005-05-19 02:50 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 Toralf Förster gentoo-dev 2005-05-19 01:56:05 UTC
From the ebuild:

        use apache2 && confdir="/etc/apache2"
        use apache2 || confdir="/etc/apache"

This prevents the workers file from being installed for USE=apache2

BTW I found the file 88_mod_jk.conf under the - newly created - dir
/etc/apache2/modules.d so I did:

n22 /etc/apache2/conf/modules.d # ls -l /etc/apache2/conf/modules.d/88_mod_jk.conf
lrwxrwxrwx  1 root root 30 May 19 10:49
/etc/apache2/conf/modules.d/88_mod_jk.conf -> ../../modules.d/88_mod_jk.conf


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-19 02:15:31 UTC
Well, you are most probably using this with incompatible apache version...
Comment 2 Toralf Förster gentoo-dev 2005-05-19 02:36:09 UTC
Nope, the second line should be :
"use apache || confdir="/etc/apache"
instead of "use apache2..."
Comment 3 Toralf Förster gentoo-dev 2005-05-19 02:50:14 UTC
Argh, my mistake