Re: lmdb, load-balancing, Sharing data about worker nodes among processes and threads in httpd

2019-02-19 Thread Jim Jagielski
One of the reasons we use mod_slotmem for load-balancing is that it allows for other storage mechanisms to be used rather than shared memory... mod_slotmem uses the httpd provider mechanism to extend the underlying implementation. As such, we could use LMDB, Geode, as our shared storage. > On

Re: Regression?

2019-02-19 Thread Stefan Eissing
> Am 18.02.2019 um 23:55 schrieb Gregg Smith : > > When setting a header it used to set the header case-sensitive as configured. > Now with 2.4.38 it sets in all lower case. Regression? > > Header always set X-Xss-Protection "1; mode=block" > Result; > 2.4.37: X-Xss-Protection: 1; mode=block