Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267069 - mod_jk needs to update JkWorkersFile property
Summary: mod_jk needs to update JkWorkersFile property
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 09:58 UTC by geek
Modified: 2009-05-05 10:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild Patch for Worker files (mod_jk-1.2.28-workerfilefix.patch,505 bytes, patch)
2009-05-05 00:57 UTC, Mike Weissman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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