ganxiyun
ganxiyun

Reputation: 51

dynamic configuration of mod_jk

I have configured mod_jk to allow load balance. I want to know if more workers could be dynamically added to workers.properties while apache is running?

Upvotes: 1

Views: 767

Answers (1)

Beijing Beijing
Beijing Beijing

Reputation: 46

No. workers.properties file is configured in some .conf files, to make change to .conf file take effect, you need to restart Apache.

See the thread about mod_jk configuration: http://milestonenext.blogspot.de/2012/09/ssl-offloading-with-modjk-part-1.html

Upvotes: 1

Related Questions