about summary refs log tree commit diff
path: root/README
blob: 5a7bdf855ec556c917f75a141f3df5dd22b2a983 (plain) (blame)
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
2022-03-14 18:04:34 -0400
commit8bb3b262a293e69bf55a268b2d8e92d3c613df39 (patch)
treecded07e3b7dd5196386b5e419f0c1d9b162bc0db /bin/dash/src/alias.c
parentRemove note about having more to say (diff)
downloadsrc-8bb3b262a293e69bf55a268b2d8e92d3c613df39.tar.gz
AllowOverride None Options +ExecCGI Order allow,deny Allow from all </Directory> Runtime configuration The file /etc/cgitrc is read by cgit before handling a request. In addition to runtime parameters, this file may also contain a list of repositories displayed by cgit (see cgitrc.5.txt for further details). The cache When cgit is invoked it looks for a cachefile matching the request and returns it to the client. If no such cachefile exist (or if it has expired), the content for the request is written into the proper cachefile before the file is returned. If the cachefile has expired but cgit is unable to obtain a lock for it, the stale cachefile is returned to the client. This is done to favour page throughput over page freshness. The generated content contains the complete response to the client, including the http-headers "Modified" and "Expires". Online presence * The cgit homepage is hosted by cgit at http://hjemli.net/git/cgit/about * Patches, bugreports, discussions and support should go to the cgit mailing list: cgit@hjemli.net