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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue