LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/fastcgi-server/default/llng-fastcgi-server

34 lines
820 B

# Number of process (default: 7)
#NPROC = 7
# Socket to listen to (UDS or TCP)
SOCKET=__FASTCGISOCKDIR__/llng-fastcgi.sock
# Pid file
PID=__FASTCGISOCKDIR__/llng-fastcgi-server.pid
# USER and GROUP
USER=__USER__
GROUP=__GROUP__
# Custom functions file
#CUSTOM_FUNCTIONS_FILE=/var/lib/lemonldap-ng/myfile.pm
# Engine (default to FCGI)
#ENGINE=FCGI
#ENGINE=AnyEvent::FCGI
#ENGINE=FCGI::Async
#ENGINE=FCGI::EV
#ENGINE=FCGI::Engine
#ENGINE=FCGI::Engine::ProcManager
# Process recycling
# When running with Perl 5.16, you might encounter memory
# leaks when running the FastCGI server
# By default, we restart each worker after 500 requests to mitigate
# the leak. You can finetune these settings here.
# See also FCGI::ProcManager::Constrained(3)
PM_MAX_REQUESTS=500
#PM_SIZECHECK_NUM_REQUESTS=10
#PM_MAX_SIZE=100000