acl/dist/master/conf/main.cf
zsxxsz 1c565c875b 修复了C++库中连接池及HTTP模块中的BUG
C++库中连接池管理存在BUG;C++库的 HTTP 模块存在BUG;C库中的 master 服务器框架允许以非 ROOT
身份启动;C++库中增加了目录扫描类:scan_dir
2014-05-22 21:33:41 +08:00

38 lines
1.0 KiB
CFEngine3
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#inet_interfaces = all
# 默认的每个服务的最大进程数
default_process_limit = 250
# 用户属主
owner_user = root
master_owner = root
# 组主
owner_group = root
# 如果子进程服务异常退出,重启该子进程服务的时间间隔(秒)
service_throttle_time = 60
# 父进程进程名
process_name = acl_master
#daemon_timeout = 18000
buf_size = 81920
# 父进程与子进程通信时的读写超时时间(秒)
rw_timeout = 60
#max_use = 100
#max_idle = 100
#in_flow_delay = 1
# 调用 select 循环时的等待秒级值
event_delay_sec = 1
# 调用 select 循环时的等待微秒级值
event_delay_usec = 5000
# 所有服务进程程序所在的目录
daemon_directory = {install_path}/libexec
# acl_master 进程运行时的日志记录文件
log_file = {install_path}/var/log/acl_master
# 所有服务进程的服务配置文件所在的目录
service_directory = {install_path}/conf/service
queue_directory = {install_path}/var
# 记录 acl_master 运行时的进程号
pid_file = {install_path}/var/pid/acl_master.pid
# 是否扫描并行 {install_path}/conf/service/ 目录下的子目录服务配置文件0 -- 否1 -- 是
scan_subdir = 0
# 是否允许自动切换用户运行身份
# limit_privilege = 0