Fix yubikey cm to use non-worker

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-23 18:32:12 +02:00
parent 482ccb133c
commit 4d4698e457

View file

@ -39,10 +39,12 @@ data:
AddType text/html .php AddType text/html .php
DirectoryIndex index.php DirectoryIndex index.php
StartServers 20 StartServers 8
ServerLimit 100 MinSpareServers 5
MaxRequestsPerChild 2000 MaxSpareServers 20
MaxRequestWorkers 100 ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog /httpdir/accesslog combined CustomLog /httpdir/accesslog combined