From: Daniel Gruno ACCESS_CONF
, which lets us use
-the directive inside <Directory> and <Location> blocks.
+the directive inside <Directory> and <Location> blocks. For more
+control over the placement of your directives, you can combine the following
+restrictions together to form a specific rule:
RSRC_CONF
: Allow in .conf files (not .htaccess) outside <Directory> or <Location>ACCESS_CONF
: Allow in .conf files (not .htaccess) inside <Directory> or <Location>OR_OPTIONS
: Allow in .conf files and .htaccess when AllowOverride Options
is setOR_FILEINFO
: Allow in .conf files and .htaccess when AllowOverride FileInfo
is setOR_AUTHCFG
: Allow in .conf files and .htaccess when AllowOverride AuthConfig
is setOR_INDEXES
: Allow in .conf files and .htaccess when AllowOverride Indexes
is setOR_ALL
: Allow anywhere in .conf files and .htaccess512
.
In almost every case there's no reason to change that value.
+If used with AJP this directive sets the maximum AJP packet size in
- bytes. If you change it from the default, you must also change the
- packetSize
attribute of your AJP connector on the
- Tomcat side! The attribute packetSize
is only available
- in Tomcat 5.5.20+
and 6.0.2+
packetSize
attribute of
+ your AJP connector on the Tomcat side! The attribute
+ packetSize
is only available in Tomcat 5.5.20+
+ and 6.0.2+
+
Normally it is not necessary to change the maximum packet size. Problems with the default value have been reported when sending certificates or certificate chains.
diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index f3588410e7..4b2a9bd987 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -993,8 +993,11 @@ donnDans la plupart des cas, il n'y a aucune raison de modifier cette valeur.
+Si elle est utilisée avec AJP, cette directive permet de définir
- la taille maximale du paquet AJP en octets. Si vous ne conservez pas
+ la taille maximale du paquet AJP en octets. Si la valeur spécifiée
+ est supérieure à 65536, elle est corrigée et prend la valeur 65536.
+ Si vous ne conservez pas
la valeur par défaut, vous devez aussi modifier l'attribut
packetSize
de votre connecteur AJP du côté de Tomcat !
L'attribut packetSize
n'est disponible que dans Tomcat
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja
index a236f74640..c473e5a481 100644
--- a/docs/manual/mod/mod_proxy.xml.ja
+++ b/docs/manual/mod/mod_proxy.xml.ja
@@ -1,7 +1,7 @@
-
+