From: Jim Jagielski
Date: Wed, 21 Apr 2010 18:23:25 +0000 (+0000)
Subject: Update xforms
X-Git-Tag: 2.3.6~188
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05421b21911d416fba9decfc6ca083c3f9d43fec;p=apache
Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936408 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map
index 5d2966bde7..61074e42c9 100644
--- a/docs/manual/convenience.map
+++ b/docs/manual/convenience.map
@@ -6,6 +6,7 @@
# RewriteCond ${dir2url:$1} (.+)
# RewriteRule ^/+([^/]+)$ /manual/%1 [R=301,NE,L]
+ mod/mod_lua.html#
acceptfilter mod/core.html#acceptfilter
acceptpathinfo mod/core.html#acceptpathinfo
accessfilename mod/core.html#accessfilename
@@ -94,6 +95,7 @@ authzdbdredirectquery mod/mod_authz_dbd.html#authzdbdredirectquery
authzdbmtype mod/mod_authz_dbm.html#authzdbmtype
authzprovideralias mod/mod_authz_core.html#authzprovideralias
balancermember mod/mod_proxy.html#balancermember
+balancernonce mod/mod_proxy_balancer.html#balancernonce
browsermatch mod/mod_setenvif.html#browsermatch
browsermatchnocase mod/mod_setenvif.html#browsermatchnocase
bufferedlogs mod/mod_log_config.html#bufferedlogs
@@ -260,6 +262,20 @@ location mod/core.html#location
locationmatch mod/core.html#locationmatch
logformat mod/mod_log_config.html#logformat
loglevel mod/core.html#loglevel
+luacodecache mod/mod_lua.html#luacodecache
+luahookaccesschecker mod/mod_lua.html#luahookaccesschecker
+luahookauthchecker mod/mod_lua.html#luahookauthchecker
+luahookauthchecker mod/mod_lua.html#luahookauthchecker
+luahookcheckuserid mod/mod_lua.html#luahookcheckuserid
+luahookinsertfilter mod/mod_lua.html#luahookinsertfilter
+luahookmaptostorage mod/mod_lua.html#luahookmaptostorage
+luahooktranslatename mod/mod_lua.html#luahooktranslatename
+luahooktypechecker mod/mod_lua.html#luahooktypechecker
+luamaphandler mod/mod_lua.html#luamaphandler
+luapackagecpath mod/mod_lua.html#luapackagecpath
+luapackagepath mod/mod_lua.html#luapackagepath
+luaroot mod/mod_lua.html#luaroot
+luascope mod/mod_lua.html#luascope
maxclients mod/mpm_common.html#maxclients
maxkeepaliverequests mod/core.html#maxkeepaliverequests
maxmemfree mod/mpm_common.html#maxmemfree
diff --git a/docs/manual/howto/htaccess.html.fr b/docs/manual/howto/htaccess.html.fr
index 18b32c07b1..0610c8f6c4 100644
--- a/docs/manual/howto/htaccess.html.fr
+++ b/docs/manual/howto/htaccess.html.fr
@@ -111,13 +111,19 @@ Includes - SSI)
En principe, vous ne devriez utiliser les fichiers
.htaccess
que si vous n'avez pas accès au fichier de
- configuration du serveur principal. Par exemple, la fausse idée
+ configuration du serveur principal. Par exemple, la fausse
+ idée
selon laquelle l'authentification de l'utilisateur devrait toujours
être faite dans les fichiers .htaccess
est très
- répandue. Ceci est tout simplement faux. Vous pouvez configurer
+ répandue. Il est aussi souvent avancé, ces dernières
+ années, que les directives de mod_rewrite
doivent
+ être définies dans les fichiers .htaccess
. Ceci est
+ tout simplement faux. Vous pouvez configurer
l'authentification des utilisateurs au niveau de la configuration du
serveur principal, et c'est en fait cette méthode qui doit être
- privilégiée.
+ privilégiée. De même, les directives de
+ mod_rewrite
fonctionneront mieux, à de nombreux égards,
+ dans le contexte du serveur principal.
Les fichiers .htaccess
ne devraient être utilisés
que dans le cas où les fournisseurs de contenu ont besoin de
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index ac751035fb..a3c434c47e 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -131,6 +131,7 @@
AuthzDBMType
<AuthzProviderAlias>
BalancerMember
+BalancerNonce
BrowserMatch
BrowserMatchNoCase
BufferedLogs
@@ -295,6 +296,20 @@
LockFile
LogFormat
LogLevel
+LuaCodeCache
+LuaHookAccessChecker
+LuaHookAuthChecker
+LuaHookAuthChecker
+LuaHookCheckUserID
+LuaHookInsertFilter
+LuaHookMapToStorage
+LuaHookTranslateName
+LuaHookTypeChecker
+LuaMapHandler
+LuaPackageCPath
+LuaPackagePath
+LuaRoot
+LuaScope
MaxClients
MaxKeepAliveRequests
MaxMemFree
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index 204be60dd1..aac98d6a9a 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -130,6 +130,7 @@
AuthzDBMType
<AuthzProviderAlias>
BalancerMember
+BalancerNonce
BrowserMatch
BrowserMatchNoCase
BufferedLogs
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index 1816a03e55..e11e18c006 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -132,6 +132,7 @@
AuthzDBMType
<AuthzProviderAlias>
BalancerMember
+BalancerNonce
BrowserMatch
BrowserMatchNoCase
BufferedLogs
@@ -298,6 +299,20 @@
<LocationMatch>
LogFormat
LogLevel
+LuaCodeCache
+LuaHookAccessChecker
+LuaHookAuthChecker
+LuaHookAuthChecker
+LuaHookCheckUserID
+LuaHookInsertFilter
+LuaHookMapToStorage
+LuaHookTranslateName
+LuaHookTypeChecker
+LuaMapHandler
+LuaPackageCPath
+LuaPackagePath
+LuaRoot
+LuaScope
MaxClients
MaxKeepAliveRequests
MaxMemFree
diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8
index 981ee38e8c..a9966b782d 100644
--- a/docs/manual/mod/directives.html.ja.utf8
+++ b/docs/manual/mod/directives.html.ja.utf8
@@ -291,6 +291,20 @@
LockFile
LogFormat
LogLevel
+LuaCodeCache
+LuaHookAccessChecker
+LuaHookAuthChecker
+LuaHookAuthChecker
+LuaHookCheckUserID
+LuaHookInsertFilter
+LuaHookMapToStorage
+LuaHookTranslateName
+LuaHookTypeChecker
+LuaMapHandler
+LuaPackageCPath
+LuaPackagePath
+LuaRoot
+LuaScope
MaxClients
MaxKeepAliveRequests
MaxMemFree
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index 7381d3625f..2a5f473c23 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -131,6 +131,7 @@
<AuthzProviderAlias>
AuthzUserAuthoritative
BalancerMember
+BalancerNonce
BrowserMatch
BrowserMatchNoCase
BufferSize
@@ -285,6 +286,20 @@
<LocationMatch>
LogFormat
LogLevel
+LuaCodeCache
+LuaHookAccessChecker
+LuaHookAuthChecker
+LuaHookAuthChecker
+LuaHookCheckUserID
+LuaHookInsertFilter
+LuaHookMapToStorage
+LuaHookTranslateName
+LuaHookTypeChecker
+LuaMapHandler
+LuaPackageCPath
+LuaPackagePath
+LuaRoot
+LuaScope
MaxClients
MaxKeepAliveRequests
MaxMemFree
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index 0dfd00e794..e9776f0efe 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -127,6 +127,7 @@
AuthzDBMType
<AuthzProviderAlias>
BalancerMember
+BalancerNonce
BrowserMatch
BrowserMatchNoCase
BufferedLogs
@@ -294,6 +295,20 @@
LockFile
LogFormat
LogLevel
+LuaCodeCache
+LuaHookAccessChecker
+LuaHookAuthChecker
+LuaHookAuthChecker
+LuaHookCheckUserID
+LuaHookInsertFilter
+LuaHookMapToStorage
+LuaHookTranslateName
+LuaHookTypeChecker
+LuaMapHandler
+LuaPackageCPath
+LuaPackagePath
+LuaRoot
+LuaScope
MaxClients
MaxKeepAliveRequests
MaxMemFree
diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de
index c19267da38..070f80e70f 100644
--- a/docs/manual/mod/index.html.de
+++ b/docs/manual/mod/index.html.de
@@ -149,6 +149,7 @@ by other LDAP modules
mod_log_configLogging of the requests made to the server
mod_log_forensicForensic Logging of the requests made to the server
mod_logioLogging of input and output bytes per request
+mod_luaProvides Lua hooks to do cool stuff
mod_mimeAssociates the requested filename's extensions
with the file's behavior (handlers and filters)
and content (mime-type, language, character set and
diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es
index 0e80f9d2f8..c5dfaa5d4c 100644
--- a/docs/manual/mod/index.html.es
+++ b/docs/manual/mod/index.html.es
@@ -151,6 +151,7 @@ by other LDAP modules
mod_log_configLogging of the requests made to the server
mod_log_forensicForensic Logging of the requests made to the server
mod_logioLogging of input and output bytes per request
+mod_luaProvides Lua hooks to do cool stuff
mod_mimeAssociates the requested filename's extensions
with the file's behavior (handlers and filters)
and content (mime-type, language, character set and
diff --git a/docs/manual/mod/index.html.fr b/docs/manual/mod/index.html.fr
index b77ef8faef..7231747411 100644
--- a/docs/manual/mod/index.html.fr
+++ b/docs/manual/mod/index.html.fr
@@ -149,6 +149,7 @@ cache du r
mod_log_configLogging of the requests made to the server
mod_log_forensicForensic Logging of the requests made to the server
mod_logioLogging of input and output bytes per request
+mod_luaProvides Lua hooks to do cool stuff
mod_mimeAssociates the requested filename's extensions
with the file's behavior (handlers and filters)
and content (mime-type, language, character set and
diff --git a/docs/manual/mod/index.html.ja.utf8 b/docs/manual/mod/index.html.ja.utf8
index 453d0f3a30..0797f79499 100644
--- a/docs/manual/mod/index.html.ja.utf8
+++ b/docs/manual/mod/index.html.ja.utf8
@@ -138,6 +138,7 @@ by other LDAP modules
mod_log_configãµã¼ãã¸ã®ãªã¯ã¨ã¹ãã®ãã®ã³ã°
mod_log_forensicãµã¼ãã«éããããªã¯ã¨ã¹ãã® forensic ãã®ã³ã°
mod_logioãªã¯ã¨ã¹ãæ¯ã«å
¥åãã¤ãæ°ã¨åºåãã¤ãæ°ã¨ããã®ã³ã°
+mod_luaProvides Lua hooks to do cool stuff
mod_mimeãªã¯ã¨ã¹ãããããã¡ã¤ã«ã®æ¡å¼µåã¨ãã¡ã¤ã«ã®æ¯ãèã
(ãã³ãã©ã¨ãã£ã«ã¿)ãå
容 (MIME ã¿ã¤ããè¨èªãæåã»ãããã¨ã³ã³ã¼ãã£ã³ã°)
ã¨ãé¢é£ä»ãã
diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr
index 843e0d3a87..f6c451ad55 100644
--- a/docs/manual/mod/index.html.ko.euc-kr
+++ b/docs/manual/mod/index.html.ko.euc-kr
@@ -134,6 +134,7 @@ by other LDAP modules
mod_log_config¼¹ö·ÎÀÇ ¿äûÀ» ·Î±×¿¡ ±â·ÏÇÑ´Ù
mod_log_forensicForensic Logging of the requests made to the server
mod_logio¿äû´ç ÀÔÃâ·Â ¹ÙÀÌÆ®¼ö¸¦ ±â·Ï
+mod_luaProvides Lua hooks to do cool stuff
mod_mimeAssociates the requested filename's extensions
with the file's behavior (handlers and filters)
and content (mime-type, language, character set and
diff --git a/docs/manual/mod/index.html.tr.utf8 b/docs/manual/mod/index.html.tr.utf8
index 0fdc34c7b3..6747ccf714 100644
--- a/docs/manual/mod/index.html.tr.utf8
+++ b/docs/manual/mod/index.html.tr.utf8
@@ -142,6 +142,7 @@ by other LDAP modules
mod_log_forensicSunucuya yapılan isteklerin adli günlük kayıtlarının tutulması
mod_logioHer isteÄin girdi ve çıktı uzunluklarının günlüklenmesi.
+mod_luaProvides Lua hooks to do cool stuff
mod_mimeAssociates the requested filename's extensions
with the file's behavior (handlers and filters)
and content (mime-type, language, character set and
diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en
index f863c95dc0..c1954215bf 100644
--- a/docs/manual/mod/mod_proxy_balancer.html.en
+++ b/docs/manual/mod/mod_proxy_balancer.html.en
@@ -54,8 +54,9 @@
Directives
-
This module provides no
- directives.
+
Topics
Load balancer scheduler algorithm
@@ -193,6 +194,35 @@
You can now access load balancer manager by using a Web browser
to access the page
http://your.server.name/balancer-manager
+
+
+
+
+
This directive specifies the protective nonce used in the
+ balancer-manager
application page.
+
The default is to use an automatically determined UUID-based
+ nonce, to provide for further protection for the page. If set
+ to Set
, then the next argument sets the nonce to that
+ value. A setting of None
disables all nonce checking.
+
+
+ BalancerNonce Set "RealGudSharedSecret"
+
+
+
Note
+
In addition to the nonce, the balancer-manager
page
+ should be protected via an ACL.
+
+
+
diff --git a/docs/manual/mod/mod_proxy_balancer.xml.ja b/docs/manual/mod/mod_proxy_balancer.xml.ja
index 33b70da276..4417085d24 100644
--- a/docs/manual/mod/mod_proxy_balancer.xml.ja
+++ b/docs/manual/mod/mod_proxy_balancer.xml.ja
@@ -1,7 +1,7 @@
-
+