/etc/cherokee/cherokee.conf.perf_sample is in cherokee 1.2.101-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ##
## cherokee.conf.performance -- Cherokee HTTP server configuration file
##
## High performance serving static content
##
## NOTE: This file is NOT meant to be edited by hand.
##
# Server
#
server!bind!1!port = 80
server!timeout = 5
server!keepalive = 1
server!keepalive_max_requests = 1000
server!server_tokens = full
server!panic_action = /usr/share/cherokee/cherokee-panic
server!pid_file = /var/run/cherokee.pid
# Default virtual server
#
vserver!1!nick = default
vserver!1!collect_statistics = 0
vserver!1!document_root = /var/www
vserver!1!rule!1!match = default
vserver!1!rule!1!handler = file
|