File

mod_readonly/README.markdown @ 5073:f158f18704c0

mod_sasl2_fast: Copy channel binding data state from original SASL handler
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Oct 2022 19:45:53 +0100
parent 3437:ce5d1fa69ba3
line wrap: on
line source

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```