@krtko not out of the box. We don't provide an API to do this because the options are to many and vary across the backends. But we do expect people to want to tweak the server settings, so we provide the ServerConfig interface (which gives you the to server extension function). You should copy the default version for Apache from our source and modify as required. The code to convert the HttpHandler should be reusable from our code (but let us know if it's not good enough/requires loads of duplication).