gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: replace apache FIXME w/ config frag


From: gnunet
Subject: [taler-docs] branch master updated: replace apache FIXME w/ config frag + blurb
Date: Wed, 11 Aug 2021 13:21:35 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c9d5fdc  replace apache FIXME w/ config frag + blurb
c9d5fdc is described below

commit c9d5fdc5c70091c88134536435553bb5a0f3743f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Aug 11 07:19:46 2021 -0400

    replace apache FIXME w/ config frag + blurb
    
    
https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/header_rewrite.en.html
---
 taler-merchant-manual.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 4a2cc01..b170032 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -959,7 +959,14 @@ Note that the above again assumes your domain name is 
``example.com`` and that
 you have TLS configured.  Note that you must add the ``https`` header unless
 your site is not available via TLS.
 
-FIXME: What about 40[34] swizzling?  (#6944)
+For higher security (by leaking less information), you can add to the 
configuration:
+
+.. code-block:: apacheconf
+
+       cond %{STATUS} =404
+       set-status 403
+
+This remaps all 404 response codes (Unavailable) to 403 (Forbidden).
 
 The above configuration(s) are both incomplete. You must still additionally
 set up access control!

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]