search for: min_spare_servers

Displaying 5 results from an estimated 5 matches for "min_spare_servers".

2006 May 28
5
Rails, ActionController::Base.allow_concurrency and mongrel
Hello all, Are you aware of the rails ActionController::Base.allow_concurrency option ? If this option is true, rails is able to process simultaneous multiples actions. It appears that rails is thread-safe (if the user application is), and that this option is mostly unknown. Webrick take care of this option in rails-1.1.2/lib/webrick_server.rb at line 80 : REQUEST_MUTEX.lock unless
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
...n/php-fpm/php-fpm.pid error_log = /var/log/php-fpm/error.log log_level = debug daemonize = yes [www] user = apache group = apache listen = 127.0.0.1:9000 listen.allowed_clients = 127.0.0.1 pm = dynamic pm.max_children = 50 pm.start_servers = 2 pm.min_spare_servers = 2 pm.max_spare_servers = 4 pm.process_idle_timeout = 10s; pm.max_requests = 500 pm.status_path = /fpm-status slowlog = /var/log/php-fpm/www-slow.log request_slowlog_timeout = 5s request_terminate_timeout = 20s catch_workers_output = yes security.limit_extens...
2023 Apr 03
2
Fwd: ntlm_auth and freeradius
...ample\authorization_groupname \ ????????????????--username=%{%{mschap:User-Name}:-00} \ ????????????????--challenge=%{%{mschap:Challenge}:-00} \ ????????????????--nt-response=%{%{mschap:NT-Response}:-00}" ???pool { ???????start = ${thread[pool].start_servers} ???????min = ${thread[pool].min_spare_servers} ???????max = ${thread[pool].max_servers} ???????spare = ${thread[pool].max_spare_servers} ???????uses = 0 ???????retry_delay = 30 ???????lifetime = 86400 ???????cleanup_interval = 300 ???????idle_timeout = 600 ???} ???passchange { ???} } The line "--require-membership-of=example\au...
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
Hello, I am running httpd-2.4.6-45.el7.centos.x86_64 with php-fpm-7.0.22-1.el7.remi.x86_64 (on CentOS 7). My main problem: On this httpd server I have several vhosts running, but apparently I am facing intermittent problems with php-fpm communication on only one of them. Most of the sites are WordPress or Joomla Applications (running with mysql). Everything seems right: low load, all
2023 Apr 03
2
ntlm_auth and freeradius
Op 03-04-2023 om 16:05 schreef Tim ODriscoll via samba: > Dear All, > > I'm trying to setup FreeRADIUS to authenticate a machine account to grant access to wifi for domain-connected machines. I think I've got the GPO's set up properly and the CA deployed to the clients, as I'm not getting any errors there. > > The errors I'm getting are to do with ntlm_auth not