cpsit/vcc

Varnish cache tools for TYPO3. Supports ESI tags and cache control.

Maintainers

Details

github.com/CPS-IT/vcc

Source

Issues

Installs: 157

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 18

Forks: 2

Open Issues: 1

Type:typo3-cms-extension

4.0.0 2018-12-07 13:52 UTC

This package is auto-updated.

Last update: 2024-03-29 03:57:56 UTC


README

Extension to clear Varnish cache on demand.

Extension settings

Varnish Server

Comma separated list of IP addresses of your Varnish server(s).

HTTP ban method

HTTP method to send to the Varnish server(s) to invalidate cache. Default: BAN

HTTP protocol

The HTTP protocol to use for the HTTP method.

Cache handling

  • Disabled: No request is sent to the Varnish server(s).
  • Automatic: Requests are sent immediately after a record was saved.
  • Manuel: An icon is added to the toolbar and requests have to be triggered manually.

Strip slash

Strip appended slash in requested url to be able to adjust behaviour in Varnish vcl configuration.

Support index.php script

If enabled a request for index.php?id= script is sent as well.

Logging mode

  • Disabled: No log information are stored in database.
  • Minimal: One log information for each request is stored in database.
  • Debug: Multiple log information for each request are stored in database.

Maximum age of log entries

Sets the maximum age of log entries in days.