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

Bug 93157

Summary: www-apache/mod_jk-1.2.10: conf dir is wrong
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Jan Brinkmann (RETIRED) <luckyduck>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

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