https://issues.apache.org/bugzilla/show_bug.cgi?id=56489

Rainer Jung <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
                 OS|Linux                       |All

--- Comment #1 from Rainer Jung <[email protected]> ---
Note that you can work around this issue by using the JkWorkerProperty syntax
inside httpd.conf instead of using workers.properties. See for JkWorkerProperty
in http://tomcat.apache.org/connectors-doc/reference/apache.html.

Example:

JkWorkerProperty worker.list=myworker
JkWorkerProperty worker.myworker.type=ajp13
JkWorkerProperty worker.myworker.host=localhost
JkWorkerProperty worker.myworker.port=8009
...

Apache allows to split up config files into modular pieces and paste them
together using the "Include" directive with various wildcard possibilities.
With that approach you can also mix the "reference" feature of the mod_jk
properties and e.g. mod_macro to simplify config files.

It could make sense to support your original enhancement request, but currently
I don't plan to work on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to