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

Bug 267069

Summary: mod_jk needs to update JkWorkersFile property
Product: Gentoo Linux Reporter: geek
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: mike
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild Patch for Worker files

Description geek 2009-04-22 09:58:13 UTC
I just updated to mod_jk-1.2.27, and noticed that apache was not starting up after the update.  I discovered that the jk-workers.properties file has been renamed to workers.properties.

This causes an issue because the /etc/apache2/modules.d/88_mod_jk.conf file points to the old name with the JkWorkersFile property.  The property should be updated to reflect the filename change.

Reproducible: Always

Steps to Reproduce:
Comment 1 Mike Weissman 2009-04-22 17:01:01 UTC
Thanks for catching this, i will update the file accordingly as well as look over the file to make sure it is up to date with the latest directives.

-weisso
Comment 2 Mike Weissman 2009-05-05 00:57:26 UTC
Created attachment 190375 [details, diff]
Ebuild Patch for Worker files

This patch to the ebuild-1.2.28, with Rev Bump, should resolve this issue.

Thanks,
weisso
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2009-05-05 10:14:06 UTC
(In reply to comment #2)
> Created an attachment (id=190375) [edit]
> Ebuild Patch for Worker files
> 
> This patch to the ebuild-1.2.28, with Rev Bump, should resolve this issue.
> 
> Thanks,
> weisso
> 

committed