cpsit / vcc
Varnish cache tools for TYPO3. Supports ESI tags and cache control.
Installs: 157
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 19
Forks: 2
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^7.6 || ^8.7
- typo3/cms-core: ^7.6 || ^8.7
- typo3/cms-extbase: ^7.6 || ^8.7
- typo3/cms-frontend: ^7.6 || ^8.7
Replaces
- typo3-ter/vcc: 4.0.0
- vcc: 4.0.0
This package is auto-updated.
Last update: 2024-10-29 05:46:41 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.