From 7b31d4f4901cdb89a79f2f7de4a6b8bb637b523b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 25 May 2024 06:41:26 +0200 Subject: Adding upstream version 2.4.59. Signed-off-by: Daniel Baumann --- docs/manual/env.html.fr.utf8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/manual/env.html.fr.utf8') diff --git a/docs/manual/env.html.fr.utf8 b/docs/manual/env.html.fr.utf8 index 468b19a..4863d3b 100644 --- a/docs/manual/env.html.fr.utf8 +++ b/docs/manual/env.html.fr.utf8 @@ -169,7 +169,7 @@

Utilisation des variables d'environnement

- +

Scripts CGI

@@ -204,7 +204,7 @@

L'accès au serveur peut être contrôlé en fonction de la valeur de variables d'environnement à l'aide des directives - allow from env= et deny from env=. + Require env et Require not env. En association avec la directive SetEnvIf, ceci confère une grande souplesse au contrôle d'accès au serveur en fonction des @@ -501,7 +501,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0

SetEnvIf Request_URI \.gif image-request
 SetEnvIf Request_URI \.jpg image-request
 SetEnvIf Request_URI \.png image-request
-CustomLog logs/access_log common env=!image-request
+CustomLog "logs/access_log" common env=!image-request @@ -524,7 +524,7 @@ SetEnvIf Referer "^$" local_referal

Pour plus d'informations sur cette technique, voir le tutoriel sur ServerWatch - "Keeping Your Images from Adorning Other Sites".

+ "Keeping Your Images from Adorning Other Sites".

@@ -533,7 +533,7 @@ SetEnvIf Referer "^$" local_referal  ja  |  ko  |  tr 

-
top

Commentaires

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
+
top

Commentaires

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our mailing lists.