#-------------- file test.conf -------------- ### user and group to become user jmrenouard group jmrenouard # prefork min_servers 5 min_spare_servers 2 max_spare_servers 5 max_servers 10 max_requests 100 ### logging ? log_file /home/jmrenouard/server.log log_level 3 pid_file /tmp/server.pid ### optional syslog directive ### used in place of log_file above #log_file Sys::Syslog #syslog_logsock unix #syslog_ident myserver #syslog_logopt pid|cons ### access control #allow .+\.(net|com) #allow domain\.com #deny a.+ #cidr_allow 127.0.0.0/8 #cidr_allow 192.0.2.0/24 #cidr_deny 192.0.2.4/30 # chroot /tmp ### background the process? background 1 ### ports to bind (this should bind ### 127.0.0.1:20205 and localhost:20204) ### See Net::Server::Proto #host 127.0.0.1 #port localhost:20204 port 20205 ### reverse lookups ? reverse_lookups on #-------------- file test.conf --------------