Skip to content

Commit 19314d2

Browse files
committed
Improved links
1 parent 0a8ae28 commit 19314d2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

http_cache/validation.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ to 304.
8080
``ETag`` value is modified (e.g. if ``ETag`` was ``foo``, Apache turns it
8181
into ``foo-gzip`` or ``foo-br``), which breaks the ETag-based validation.
8282

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:
8786

8887
.. code-block:: apache
8988
@@ -237,5 +236,5 @@ headers that must not be present for ``304`` responses (see
237236

238237
.. _`expiration model`: https://tools.ietf.org/html/rfc2616#section-13.2
239238
.. _`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

0 commit comments

Comments
 (0)