forked from CPS-IT/vcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
56 lines (38 loc) · 2.76 KB
/
ext_conf_template.txt
File metadata and controls
56 lines (38 loc) · 2.76 KB
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
# cat=general; type=string; label=Varnish Server: Enter a comma separated list with IP addresses of your Varnish servers.
server = 127.0.0.1
# cat=general; type=options[Disabled=0,Minimal=1,Debug=3]; label=Logging mode: Select which information is written in the database.
loggingMode = 0
# cat=general; type=int+; label=Maximum age of log entries: Sets the maximum age of log entries in days.
maxLogAge = 30
# cat=cache; type=options[Disabled=0,Automatic=automatic,Manual=manual]; label=Cache handling: Choose "manual" to press the Varnish icon for cache clearing or "automatic" to clear Varnish cache by saving a record.
cacheControl = 0
# cat=cache; type=string; label=HTTP ban method: HTTP method to send to the Varnish server to invalidate cache (ban).
httpMethod = BAN
# cat=cache; type=options[HTTP/1.0=http_10,HTTP/1.1=http_11]; label=HTTP protocol: The HTTP protocol to use for the HTTP method.
httpProtocol = http_11
# cat=cache; type=string; label=Custom pid header: Send the current page id as header information for better ban possibilities
pidHeader = X-TYPO3-Pid
# cat=cache; type=boolean; label=Asynchronous cache invalidation: Send cache clearing requests for automatic mode asynchronously
ajaxRequestQueue = 0
# cat=cache; type=boolean; label=Strip slash: Strip appended slash in requested url to be able to adjust behaviour in Varnish vcl configuration.
stripSlash = 0
# cat=cache; type=boolean; label=Support index.php script: If enabled a request for index.php?id= script is sent as well.
enableIndexScript = 0
# cat=esi; type=boolean; label=ESI support: Enable ESI rendering for non-cachable page parts.
esiSupport = 0
# cat=esi; type=string; label=Page not found header: Header that is sent if an ESI request identifier is not found.
pageNotFoundHeader = HTTP/1.0 404 Not Found
# cat=esi; type=int+; label=Page not found response code: HTTP status code that is sent if an ESI request identifier is not found.
pageNotFoundCode = 404
# cat=cookie; type=boolean; label=Cookie support: Enable extended cookie management.
cookieSupport = 0
# cat=cookie; type=string; label=Preserved session data: Enter a comma separated list with keys which should not be tested. If one exists the cookie will be set.
keys =
# cat=cookie; type=boolean; label=Activate felogin functions: Enable multiple functions to support rsa and frontend login without cookie
feloginEnable = 1
# cat=cookie; type=boolean; label=Activate sr_freecap functions: Enable multiple functions to support freeCap CAPTCHA extension
srfreecapEnable = 1
# cat=cookie; type=int+; label=Page moves: Count of (different) pages before captcha information will be destroyed
srfreecapMoves = 0
# cat=cookie; type=boolean; label=Activate powermail (> 2.0) functions: Enable multiple functions to support powermail extension
powermailEnable = 1