File: general.html

package info (click to toggle)
cherokee 0.7.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,808 kB
  • ctags: 6,577
  • sloc: ansic: 45,071; python: 9,628; sh: 9,468; makefile: 1,639; xml: 61; perl: 32
file content (85 lines) | stat: -rw-r--r-- 2,580 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<html>
<head>
    <title>General Configuration</title>
    <link href="media/css/documentation.css" type="text/css" rel="stylesheet" />
</head>

<body>
    
    
    <h1>General Configuration</h1>
    
    <div align="center" class="align-center"><img alt="General" class="align-center" src="media/images/admin_general.png" /></div>
<div class="section" id="binding">
<h1>Binding</h1>
<p>When the server is initiated it opens a port and starts listening to incoming
requests. By default this is port 80 and it will use all the
network interfaces of the machine, which is usually the desired behavior.</p>
</div>
<div class="section" id="ipv6-support">
<h1>IPv6 support</h1>
<p>The IPv6 configuration key brings the possibility of activating or deactivating
the IPv6 support at the server. If Cherokee has been compiled with IPv6
support (--with-ipv6), this configuration entry will be fully functional,
otherwise it will be ignored.</p>
</div>
<div class="section" id="timeout">
<h1>Timeout</h1>
<p>Sets the number of seconds that Cherokee will wait before closing the
connection.</p>
</div>
<div class="section" id="keepalive">
<h1>KeepAlive</h1>
<p>Enables the global keep-alive support for the client requests.
It increases the client performance by reusing a connection for more
than one request. It should most probably be turned on.</p>
</div>
<div class="section" id="server-tokens">
<h1>Server Tokens</h1>
<table class="docutils">
<colgroup>
<col width="39%" />
<col width="61%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Parameters</th>
<th class="head">Description</th>
</tr>
</thead>
<tbody valign="top">
<tr><td>Product</td>
<td>Cherokee</td>
</tr>
<tr><td>Minor</td>
<td>Cherokee/0.7</td>
</tr>
<tr><td>Minimal</td>
<td>Cherokee/0.7.0</td>
</tr>
<tr><td>OS</td>
<td>Cherokee/0.7.0 (UNIX)</td>
</tr>
<tr><td>Full</td>
<td>Cherokee/0.7.0 (UNIX) Ext/0.0 Ext2/0.0</td>
</tr>
</tbody>
</table>
<p>By default, Cherokee will use <strong>Full</strong>.</p>
</div>
<div class="section" id="execution-user-and-group">
<h1>Execution User and Group</h1>
<p>The User directive configures which user the Cherokee daemon will normally
run as. By default, Cherokee runs as root which is considered undesirable
in all but the most trustful network configurations.</p>
<p>The User directive used in conjunction with the Group directive instructs
the daemon to switch to the specified user and group as quickly as
possible after startup.</p>
<p>There are two possible formats: using the user or group name, or using
the system ID.</p>
</div>

    

    
</body>
</html>