llng-fastcgi-server(1) | User Contributed Perl Documentation | llng-fastcgi-server(1) |
llng-fastcgi-server - FastCGI server used to provide Lemonldap::NG services to Nginx
# Start server listening to /run/llng.sock with 10 process llng-fastcgi-server -u nobody -g nobody -s /run/llng.sock -n 10
llng-fastcgi-server has been designed provides Lemonldap::NG services to Nginx. Portal, manager and handler will be compiled only is used. So this FastCGI server can be used on every Lemonldap::NG server even if it needs only some parts (isolated handlers, portal,...).
Each parameter can be set by an option or a environment variable.
Example to use FCGI::ProcManager::Constrained instead of default FCGI manager (FCGI::ProcManager):
llng-fastcgi-server -u nobody -g nobody -s /run/llng.sock -e FCGI -n 10 \ --plackOptions manager=FCGI::ProcManager::Constrained
By default, llng-fastcgi-server uses FCGI (= Plack::Handler::FCGI). Some other engines can be used:
It uses FCGI::ProcManager as manager. Other managers:
llng-fastcgi-server -u nobody -g nobody -s /run/llng.sock -e FCGI -n 10 \ --plackOptions manager=FCGI::ProcManager::Constrained
You can then set environment values (in /etc/default/llng-fastcgi-server file for example):
PM_MAX_REQUESTS=10000 PM_SIZECHECK_NUM_REQUESTS=100 PM_MAX_SIZE=300000
llng-fastcgi-server -u nobody -g nobody -s /run/llng.sock -e FCGI -n 10 \ --plackOptions manager=FCGI::ProcManager::Dynamic
<http://lemonldap-ng.org/>
Use OW2 system to report bug or ask for features: <https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues>
Lemonldap::NG is available at <http://forge.objectweb.org/project/showfiles.php?group_id=274>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
2018-08-03 | perl v5.26.2 |