lemonldap-ng/fastcgi-server/default/llng-fastcgi-server

35 lines
820 B
Plaintext

# 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