File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,9 @@ to 304.
80
80
``ETag `` value is modified (e.g. if ``ETag `` was ``foo ``, Apache turns it
81
81
into ``foo-gzip `` or ``foo-br ``), which breaks the ETag-based validation.
82
82
83
- Starting from Apache 2.5, you can control this behavior with the
84
- `DeflateAlterETag `_ and `BrotliAlterETag `_ directives. Alternatively, you
85
- can use the following Apache configuration to keep both the original ETag
86
- and the modified one when compressing responses:
83
+ You can control this behavior with the `DeflateAlterETag `_ and `BrotliAlterETag `_
84
+ directives. Alternatively, you can use the following Apache configuration to
85
+ keep both the original ETag and the modified one when compressing responses:
87
86
88
87
.. code-block :: apache
89
88
@@ -237,5 +236,5 @@ headers that must not be present for ``304`` responses (see
237
236
238
237
.. _`expiration model` : https://tools.ietf.org/html/rfc2616#section-13.2
239
238
.. _`HTTP ETag` : https://en.wikipedia.org/wiki/HTTP_ETag
240
- .. _`DeflateAlterETag` : https://httpd.apache.org/docs/trunk/mod/mod_deflate.html
241
- .. _`BrotliAlterETag` : https://httpd.apache.org/docs/2.4/mod/mod_brotli.html
239
+ .. _`DeflateAlterETag` : https://httpd.apache.org/docs/trunk/mod/mod_deflate.html#deflatealteretag
240
+ .. _`BrotliAlterETag` : https://httpd.apache.org/docs/2.4/mod/mod_brotli.html#brotlialteretag
You can’t perform that action at this time.
0 commit comments