modcluster / mod_proxy_cluster

mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer
https://www.modcluster.io
Apache License 2.0
7 stars 15 forks source link

Fix and improve handling boolean parameters #287

Closed jajik closed 2 weeks ago

jajik commented 1 month ago

This fixes edge cases where the current solution did not work properly, but it also introduces an equivalence between yes/no and on/off. The latter can be changed so that the behavior is the same, but I think it's reasonable...

jajik commented 4 weeks ago

close #285