diff --git a/docs/manual/bind.html.de b/docs/manual/bind.html.de index 51e32e2d87..82c0a509ec 100644 --- a/docs/manual/bind.html.de +++ b/docs/manual/bind.html.de @@ -176,7 +176,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var disqus_shortname = 'httpd'; var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.de'; (function(w, d) { - if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + var disabled = true; + if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { d.write('
Configuration du serveur HTTP Apache pour l'écoute sur un port et une adresse IP spécifiques.
@@ -72,26 +70,29 @@Par exemple, pour faire en sorte que le serveur accepte des connexions sur les ports 80 et 8000, sur toutes les interfaces, utilisez :
-- Listen 80
- Listen 8000 -
Pour faire en sorte que le serveur accepte des connexions sur le port 80 pour une interface, et sur le port 8000 pour une autre interface, utilisez :
-- Listen 192.0.2.1:80
- Listen 192.0.2.5:8000 -
Les adresses IPv6 doivent être mises entre crochets, comme dans l'exemple suivant :
-+
Des directives
-Listen
imbriquées provoqueront une erreur fatale qui @@ -140,10 +141,11 @@Listen
, comme dans l'exemple suivant :- Listen 0.0.0.0:80
- Listen 192.0.2.1:80 -
Si votre plateforme le supporte et si vous souhaitez que httpd gère des connexions IPv4 et IPv6 sur des points de connexion séparés @@ -167,9 +169,10 @@ des ports non standards. Par exemple, pour travailler en
-https
sur le port 8443 :+
Comment tout ceci fonctionne-t-il avec les hôtes virtuels
@@ -206,7 +209,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var disqus_shortname = 'httpd'; var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.fr'; (function(w, d) { - if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + var disabled = true; + if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { d.write('Ce document complète la documentation de référence des modules
mod_cache
,mod_cache_disk
, @@ -461,12 +459,13 @@ Vary: negotiate,accept-language,accept-charsetEn général, le module se configure comme suit :
--CacheRoot /var/cache/apache/
-CacheEnable disk /
-CacheDirLevels 2
+
Il est important de savoir que, les fichiers mis en cache étant stockés localement, la mise en cache par l'intermédiaire du système d'exploitation @@ -671,9 +670,10 @@ CacheDirLength 1 réutiliser le descripteur de fichier mis en cache pour tous les accès futurs à ce fichier.
-+
Si vous désirez mettre en cache un grand nombre de fichiers de cette manière, vous devez vous assurer que le nombre maximal @@ -777,9 +777,10 @@ sys 0m0.000s
+
Comme dans le cas de la directive
CacheFile
, toute @@ -933,7 +934,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var disqus_shortname = 'httpd'; var disqus_identifier = 'http://httpd.apache.org/docs/2.4/caching.html.fr'; (function(w, d) { - if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + var disabled = true; + if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { d.write('Apache HTTPD supporte la négociation de @@ -144,7 +142,8 @@ conventions de nommage gestionnaire qui associe un suffixe de fichier à une
-type-map
; ce qui se fait simplement en ajoutantAddHandler type-map .var
dans le fichier de configuration du serveur.
@@ -247,7 +246,8 @@ conventions de nommage
-MultiViews
peut aussi s'appliquer à la recherche du fichier nommé par la directiveDirectoryIndex
, si le serveur tente d'indexer un répertoire. Si les fichiers de configuration spécifientDirectoryIndex index
le serveur va choisir entre
-index.html
etindex.html3
si les deux fichiers sont présents. Si aucun n'est présent, maisindex.cgi
existe, @@ -541,10 +541,11 @@ langage de sélectionner une variante correspondante. S'il n'existe pas de telle variante, le processus normal de négociation sera lancé.Exemple
- SetEnvIf Cookie "language=(.+)" prefer-language=$1
- Header append Vary cookie -
Exemple
+Le serveur HTTP Apache fournit des messages d'erreur génériques pour les codes de statut 4xx ou 5xx ; ces messages sont cependant @@ -69,19 +67,21 @@ .htaccess si
-AllowOverride
est définie à FileInfo.- ErrorDocument 500 "Désolé, notre script s'est crashé ; comme c'est - dommage !"
- ErrorDocument 500 /cgi-bin/crash-recover
- ErrorDocument 500 http://erreur.example.com/erreur_serveur.html
- ErrorDocument 404 /erreurs/non_trouve.html
- ErrorDocument 401 /inscription/comment_s_inscrire.html -
La syntaxe de la directive
-ErrorDocument
est :+
où action peut être traitée comme :
Deux types de variables d'environnement affectent le serveur HTTP Apache.
@@ -442,14 +440,14 @@mod_setenvif
etmod_header
, et permettant de prendre en compte ces en-têtes : --#
+
-#
-# The following directives modify normal HTTP response behavior.
-# The first directive disables keepalive for Netscape 2.x and browsers that
-# spoof it. There are known problems with these browser implementations.
-# The second directive is for Microsoft Internet Explorer 4.0b2
-# which has a broken HTTP/1.1 implementation and does not properly
-# support keepalive when it is used on 301 or 302 (redirect) responses.
-#
-BrowserMatch "Mozilla/2" nokeepalive
-BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
-
-#
-# The following directive disables HTTP/1.1 responses to browsers which
-# are in violation of the HTTP/1.0 spec by not being able to grok a
-# basic 1.1 response.
-#
-BrowserMatch "RealPlayer 4\.0" force-response-1.0
-BrowserMatch "Java/1\.0" force-response-1.0
+
Ne pas tracer les requêtes pour des images dans le fichier de @@ -492,12 +491,13 @@ BrowserMatch "JDK/1\.0" force-response-1.0 dans le fichier de trace des accès. Il peut être facilement adapté pour empêcher le traçage de répertoires particuliers, ou de requêtes en provenance de certains hôtes. -
+
+
+
+
<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -548,7 +548,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.fr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/env.html.ja.utf8 b/docs/manual/env.html.ja.utf8
index 5ce213317c..4020f4d4bb 100644
--- a/docs/manual/env.html.ja.utf8
+++ b/docs/manual/env.html.ja.utf8
@@ -436,7 +436,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.ja';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -445,7 +446,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.ja';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/env.html.ko.euc-kr b/docs/manual/env.html.ko.euc-kr
index d9c0b4a95c..dbc371081b 100644
--- a/docs/manual/env.html.ko.euc-kr
+++ b/docs/manual/env.html.ko.euc-kr
@@ -380,7 +380,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.ko';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -389,7 +390,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.ko';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/env.html.tr.utf8 b/docs/manual/env.html.tr.utf8
index 8d0b31a12d..8f4e17e79b 100644
--- a/docs/manual/env.html.tr.utf8
+++ b/docs/manual/env.html.tr.utf8
@@ -504,7 +504,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.tr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -513,7 +514,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.tr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/env.xml.meta b/docs/manual/env.xml.meta
index 67070dc314..e9ca77529f 100644
--- a/docs/manual/env.xml.meta
+++ b/docs/manual/env.xml.meta
@@ -8,7 +8,7 @@
en
- fr
+ fr
ja
ko
tr
diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en
index b8cf7c5fd3..437ad0bf53 100644
--- a/docs/manual/expr.html.en
+++ b/docs/manual/expr.html.en
@@ -512,7 +512,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/expr.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -521,7 +522,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/expr.html.en';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr
index 1453dbf6a5..423eaee95f 100644
--- a/docs/manual/expr.html.fr
+++ b/docs/manual/expr.html.fr
@@ -542,7 +542,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/expr.html.fr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -551,7 +552,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/expr.html.fr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en
index ab169eca78..1d9c66be83 100644
--- a/docs/manual/filter.html.en
+++ b/docs/manual/filter.html.en
@@ -161,7 +161,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -170,7 +171,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.en';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/filter.html.es b/docs/manual/filter.html.es
index 8847a916a2..d39351de94 100644
--- a/docs/manual/filter.html.es
+++ b/docs/manual/filter.html.es
@@ -86,7 +86,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.es';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -95,7 +96,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.es';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/filter.html.fr b/docs/manual/filter.html.fr
index e3d2b67e7f..178be09f76 100644
--- a/docs/manual/filter.html.fr
+++ b/docs/manual/filter.html.fr
@@ -177,7 +177,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.fr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -186,7 +187,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.fr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/filter.html.ja.utf8 b/docs/manual/filter.html.ja.utf8
index cef92269c7..c59213e8b7 100644
--- a/docs/manual/filter.html.ja.utf8
+++ b/docs/manual/filter.html.ja.utf8
@@ -89,7 +89,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.ja';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -98,7 +99,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.ja';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/filter.html.ko.euc-kr b/docs/manual/filter.html.ko.euc-kr
index bc9a0dd1e4..189b03596c 100644
--- a/docs/manual/filter.html.ko.euc-kr
+++ b/docs/manual/filter.html.ko.euc-kr
@@ -85,7 +85,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.ko';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -94,7 +95,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.ko';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/filter.html.tr.utf8 b/docs/manual/filter.html.tr.utf8
index 6cd19c4a46..a5b827981a 100644
--- a/docs/manual/filter.html.tr.utf8
+++ b/docs/manual/filter.html.tr.utf8
@@ -172,7 +172,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.tr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -181,7 +182,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.tr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en
index 4173776145..b6500cf7c3 100644
--- a/docs/manual/getting-started.html.en
+++ b/docs/manual/getting-started.html.en
@@ -222,7 +222,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/getting-started.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -231,7 +232,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/getting-started.html.e
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/glossary.html.de b/docs/manual/glossary.html.de
index d236890b00..bda38e2f53 100644
--- a/docs/manual/glossary.html.de
+++ b/docs/manual/glossary.html.de
@@ -560,7 +560,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.de';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -569,7 +570,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.de';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index d36a6b747e..9838ab9695 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -484,7 +484,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -493,7 +494,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.en';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/glossary.html.es b/docs/manual/glossary.html.es
index 30cc88d58d..dcf122aaaf 100644
--- a/docs/manual/glossary.html.es
+++ b/docs/manual/glossary.html.es
@@ -404,7 +404,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.es';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -413,7 +414,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.es';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/glossary.html.fr b/docs/manual/glossary.html.fr
index fc42cf2e1c..17914e7060 100644
--- a/docs/manual/glossary.html.fr
+++ b/docs/manual/glossary.html.fr
@@ -590,7 +590,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.fr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -599,7 +600,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.fr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/glossary.html.ja.utf8 b/docs/manual/glossary.html.ja.utf8
index 1fb873eb9c..ff7b194d3e 100644
--- a/docs/manual/glossary.html.ja.utf8
+++ b/docs/manual/glossary.html.ja.utf8
@@ -459,7 +459,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.ja';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -468,7 +469,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.ja';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/glossary.html.ko.euc-kr b/docs/manual/glossary.html.ko.euc-kr
index a01f936b92..07f76c895e 100644
--- a/docs/manual/glossary.html.ko.euc-kr
+++ b/docs/manual/glossary.html.ko.euc-kr
@@ -373,7 +373,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.ko';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -382,7 +383,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.ko';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/glossary.html.tr.utf8 b/docs/manual/glossary.html.tr.utf8
index c120f27232..9c426f14c7 100644
--- a/docs/manual/glossary.html.tr.utf8
+++ b/docs/manual/glossary.html.tr.utf8
@@ -498,7 +498,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.tr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -507,7 +508,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.tr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index b87eeb10ae..6382aef442 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -165,7 +165,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -174,7 +175,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.en';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.html.es b/docs/manual/handler.html.es
index d5d43a780c..06c082b833 100644
--- a/docs/manual/handler.html.es
+++ b/docs/manual/handler.html.es
@@ -175,7 +175,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.es';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -184,7 +185,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.es';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.html.fr b/docs/manual/handler.html.fr
index 30f703ffc6..dd46af07df 100644
--- a/docs/manual/handler.html.fr
+++ b/docs/manual/handler.html.fr
@@ -29,8 +29,6 @@
tr |
zh-cn
-Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.
@@ -101,10 +99,11 @@
des fichiers possédant une extension
+
+
+
+

@@ -141,9 +141,10 @@
Plus précisément, un nouvel enregistrement a été ajouté à la structure
+
+
<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -179,7 +181,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.fr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.html.ja.utf8 b/docs/manual/handler.html.ja.utf8
index 35fbf91ef7..38570dcf2e 100644
--- a/docs/manual/handler.html.ja.utf8
+++ b/docs/manual/handler.html.ja.utf8
@@ -169,7 +169,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.ja';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -178,7 +179,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.ja';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.html.ko.euc-kr b/docs/manual/handler.html.ko.euc-kr
index eec8007dee..05493e5ada 100644
--- a/docs/manual/handler.html.ko.euc-kr
+++ b/docs/manual/handler.html.ko.euc-kr
@@ -158,7 +158,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.ko';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -167,7 +168,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.ko';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.html.tr.utf8 b/docs/manual/handler.html.tr.utf8
index 893da35162..c5f702e057 100644
--- a/docs/manual/handler.html.tr.utf8
+++ b/docs/manual/handler.html.tr.utf8
@@ -160,7 +160,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.tr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -169,7 +170,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.tr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.html.zh-cn b/docs/manual/handler.html.zh-cn
index 64470f311a..9fd24f2b5c 100644
--- a/docs/manual/handler.html.zh-cn
+++ b/docs/manual/handler.html.zh-cn
@@ -134,7 +134,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.zh-cn';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -143,7 +144,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.zh-cn';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/handler.xml.meta b/docs/manual/handler.xml.meta
index 275bdba5dd..8bb7830e1a 100644
--- a/docs/manual/handler.xml.meta
+++ b/docs/manual/handler.xml.meta
@@ -9,7 +9,7 @@
en
es
- fr
+ fr
ja
ko
tr
diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en
index a3add8dd0a..3347ae94ef 100644
--- a/docs/manual/howto/access.html.en
+++ b/docs/manual/howto/access.html.en
@@ -204,7 +204,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/access.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -213,7 +214,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/access.html.en';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en
index 973fcb0d71..d95b612e13 100644
--- a/docs/manual/howto/auth.html.en
+++ b/docs/manual/howto/auth.html.en
@@ -628,7 +628,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -637,7 +638,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.en';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr
index 8627f06294..0c119daa3f 100644
--- a/docs/manual/howto/auth.html.fr
+++ b/docs/manual/howto/auth.html.fr
@@ -663,7 +663,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.fr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -672,7 +673,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.fr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/howto/auth.html.ja.utf8 b/docs/manual/howto/auth.html.ja.utf8
index df73cd2781..e958924815 100644
--- a/docs/manual/howto/auth.html.ja.utf8
+++ b/docs/manual/howto/auth.html.ja.utf8
@@ -667,7 +667,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.ja';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -676,7 +677,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.ja';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/howto/auth.html.ko.euc-kr b/docs/manual/howto/auth.html.ko.euc-kr
index 0c1e85bae7..138315015f 100644
--- a/docs/manual/howto/auth.html.ko.euc-kr
+++ b/docs/manual/howto/auth.html.ko.euc-kr
@@ -330,7 +330,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.ko';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -339,7 +340,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.ko';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/howto/auth.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8
index 2d656307fd..a7934ffbc6 100644
--- a/docs/manual/howto/auth.html.tr.utf8
+++ b/docs/manual/howto/auth.html.tr.utf8
@@ -632,7 +632,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.tr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -641,7 +642,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.tr';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en
index e72b50bff3..e1becef35e 100644
--- a/docs/manual/howto/cgi.html.en
+++ b/docs/manual/howto/cgi.html.en
@@ -585,7 +585,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.en';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
@@ -594,7 +595,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.en';
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
- d.write('Comments have been disabled for offline viewing.<\/div>');
+ d.write('Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//-->
diff --git a/docs/manual/howto/cgi.html.fr b/docs/manual/howto/cgi.html.fr
index a04f325dc4..85e5f899bb 100644
--- a/docs/manual/howto/cgi.html.fr
+++ b/docs/manual/howto/cgi.html.fr
@@ -628,7 +628,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee
var disqus_shortname = 'httpd';
var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.fr';
(function(w, d) {
- if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
+ var disabled = true;
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('
- 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 -
Prévention du "Vol d'image"
@@ -509,18 +509,17 @@ BrowserMatch "JDK/1\.0" force-response-1.0 recommandée, mais elle peut fonctionner dans des circonstances bien définies. Nous supposons que toutes vos images sont enregistrées dans un répertoire nommé/web/images
. -- SetEnvIf Referer "^http://www\.example\.com/" local_referal
- # Allow browsers that do not send Referer info
- SetEnvIf Referer "^$" local_referal
- <Directory /web/images>
- - Order Deny,Allow
- Deny from all
- Allow from env=local_referal - - </Directory> -
Pour plus d'informations sur cette technique, voir le tutoriel sur ServerWatch @@ -539,7 +538,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var disqus_shortname = 'httpd'; var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.fr'; (function(w, d) { - if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + var disabled = true; + if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { d.write('
Ce document décrit l'utilisation des gestionnaires d'Apache (handlers).
html
déclenchent l'exécution du script CGIfooter.pl
. -- Action add-footer /cgi-bin/footer.pl
- AddHandler add-footer .html -
À ce moment-là, le script CGI se charge d'envoyer le document initialement demandé (référencé par la variable d'environnement @@ -122,11 +121,12 @@
-send-as-is
, sans tenir compte de l'extension de leur nom de fichier.- <Directory /web/htdocs/asis>
- SetHandler send-as-is
- </Directory> -
request_rec
: -+
Si vous voulez que votre module déclenche l'utilisation d'un gestionnaire, il vous suffit de définir
r->handler
avec @@ -170,7 +171,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var disqus_shortname = 'httpd'; var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.fr'; (function(w, d) { - if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + var disabled = true; + if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { d.write('