WebServer DAT infos

Hi all, where can I find some more techincal infos about the WebServer DAT?
I’d like to know if it supports configuration files like .htaccess, configure parameters like support for HTTP byte range requests, install plugins and so on.
Thank you

According to the WebServer DAT wiki page it is built using POCO, so my guess is it’s based on Package Index

Thank youm but I can’t find any way to accesso to the server conf :frowning:I mean, for example, timeouts, max connections and so no…

I think your search is in vain. The Webserver DAT is a very bare bones HTTP server, not a full fledged Apache/Nginx server, and it does not support stuff like htaccess files or plugins. If you need such advanced features or security you should run a separate web server (like Apache/Nginx) which proxies requests through to the Webserver DAT.

Ok, thank you. I was just trying to understand if it was possible to overcome what it seems to be a 16 connections limit on the websocket server.
I asked some help to the support, they are checking it to understand if it is a bug.

Just to follow up here, we did find a solution to the 16 limit and it will be available in the next builds we post.