Fix yubikey cm to use non-worker
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
482ccb133c
commit
4d4698e457
1 changed files with 6 additions and 4 deletions
|
@ -39,10 +39,12 @@ data:
|
|||
AddType text/html .php
|
||||
DirectoryIndex index.php
|
||||
|
||||
StartServers 20
|
||||
ServerLimit 100
|
||||
MaxRequestsPerChild 2000
|
||||
MaxRequestWorkers 100
|
||||
StartServers 8
|
||||
MinSpareServers 5
|
||||
MaxSpareServers 20
|
||||
ServerLimit 256
|
||||
MaxClients 256
|
||||
MaxRequestsPerChild 4000
|
||||
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||
CustomLog /httpdir/accesslog combined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue