From 320416289c5b48d70a2f91add6cc8b56dca70d71 Mon Sep 17 00:00:00 2001
From: Daniel Gruno Needs Documentation. Code is: El primer paso para actualizar una instalación anterior es
leer las especificaciones de la versión y el fichero
diff --git a/docs/manual/install.html.fr b/docs/manual/install.html.fr
index 72f7697b22..aa41c2e4e1 100644
--- a/docs/manual/install.html.fr
+++ b/docs/manual/install.html.fr
@@ -29,8 +29,6 @@
ko |
tr Ce document couvre l'installation et la compilation du serveur
@@ -384,7 +382,7 @@ $ tar xvf httpd-NN.tar
sortie de la nouvelle version et le fichier Apache est habituellement lancé en tant que service
- sous Windows NT, 2000 et XP, ou comme application en mode console sous
- Windows 9x et ME. Pour plus de détails, voir Démarrer Apache en tant que service
- et Démarrer Apache comme
- Application en mode console.
- if ((access_status = ap_run_access_checker(r)) != 0) {
- return decl_die(access_status, "check access", r);
- }
+if ((access_status = ap_run_access_checker(r)) != 0) {
+ return decl_die(access_status, "check access", r);
+}
- if ((access_status = ap_run_check_user_id(r)) != 0) {
- return decl_die(access_status, "check user", r);
- }
+if ((access_status = ap_run_check_user_id(r)) != 0) {
+ return decl_die(access_status, "check user", r);
+}
- if ((access_status = ap_run_auth_checker(r)) != 0) {
- return decl_die(access_status, "check authorization", r);
- }
+if ((access_status = ap_run_auth_checker(r)) != 0) {
+ return decl_die(access_status, "check authorization", r);
+}
diff --git a/docs/manual/install.html.es b/docs/manual/install.html.es
index 56c64f30b1..166dae6c60 100644
--- a/docs/manual/install.html.es
+++ b/docs/manual/install.html.es
@@ -67,7 +67,7 @@ directorios
Comprobar que la instalación
funciona
Actualizar una instalación
-prrevia
Consulte también
@@ -370,7 +370,7 @@ funciona
Actualizar una instalación
-prrevia
+previa
CHANGES
dans la distribution des sources afin de déceler toutes les modifications
qui pourraient affecter votre site. Lors d'un changement majeur de version
- (par exemple de 2.0 à 2.2 ou de 2.2 à 2.3),
+ (par exemple de 2.0 à 2.2 ou de 2.2 à 2.4),
il y aura certainement des différences importantes quant à la
configuration de la compilation et de l'exécution qui nécessiteront des
ajustements manuels. Tous les
diff --git a/docs/manual/install.xml.meta b/docs/manual/install.xml.meta
index de3fcaf615..6a8403bc30 100644
--- a/docs/manual/install.xml.meta
+++ b/docs/manual/install.xml.meta
@@ -10,7 +10,7 @@
Sous Unix, le programme httpd
est lancé en mode démon et s'exécute de manière permanente en
diff --git a/docs/manual/invoking.xml.meta b/docs/manual/invoking.xml.meta
index 6919b9d87c..4c6a7a9766 100644
--- a/docs/manual/invoking.xml.meta
+++ b/docs/manual/invoking.xml.meta
@@ -10,7 +10,7 @@
The AuthFormLoginRequiredLocation
directive
specifies the URL to redirect to should the user not be authorised to view a page. The value
- is parsed using the ap_expr syntax before being sent to the client.
+ is parsed using the ap_expr parser before being sent to the client.
By default, if a user is not authorised to view a page, the HTTP response code
HTTP_UNAUTHORIZED
will be returned with the page specified by the
ErrorDocument
directive. This directive overrides this
@@ -501,7 +501,7 @@ lower level modules
The AuthFormLoginSuccessLocation
directive
specifies the URL to redirect to should the user have logged in successfully. The value is
- parsed using the ap_expr syntax before being sent to the client.
+ parsed using the ap_expr parser before being sent to the client.
This directive can be overridden if a form field has been defined containing another URL
using the AuthFormLocation
directive.
The AuthFormLogoutLocation
directive
specifies the URL of a page on the server to redirect to should the user attempt to log
- out. The value is parsed using the ap_expr syntax before
+ out. The value is parsed using the ap_expr parser before
being sent to the client.
When a URI is accessed that is served by the handler form-logout-handler
,
diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr
index 3a35850276..591c028041 100644
--- a/docs/manual/mod/mod_proxy.html.fr
+++ b/docs/manual/mod/mod_proxy.html.fr
@@ -28,8 +28,6 @@
fr |
ja
Description: | Serveur mandataire/passerelle multi-protocole |
---|---|
Statut: | Extension |
Identificateur de Module: | proxy_module |
Description: | Héritage des répartiteurs de charge du serveur + principal |
---|---|
Syntaxe: | BalancerInherit On|Off |
Défaut: | BalancerInherit Off |
Contexte: | configuration du serveur, serveur virtuel |
Statut: | Extension |
Module: | mod_proxy |
Compatibilité: | BalancerInherit n'est disponible qu'à partir de la + version 2.5.0 du serveur HTTP Apache. |
Cette directive permet au serveur virtuel courant d'"hériter" + des répartiteurs de charge définis au niveau du serveur + principal. Des problèmes et des comportements inattendus sont + cependant à prévoir si on utilise le gestionnaire de répartition + de charge, et cette directive est donc désactivée par défaut.
+Description: | Attempt to persist changes made by the Balancer Manager across restarts. |
---|---|
Description: | Tente de conserver les changements effectués par le + gestionnaire de répartition de charge après un redémarrage du + serveur. |
Syntaxe: | BalancerPersist On|Off |
Défaut: | BalancerPersist Off |
Contexte: | configuration du serveur, serveur virtuel |
Statut: | Extension |
Module: | mod_proxy |
Compatibilité: | BalancerPersist is only available in Apache HTTP Server 2.5.0 - and later. |
La documentation de cette directive - n'a pas encore t traduite. Veuillez vous reporter la version - en langue anglaise.
Cette directive permet de conserver le contenu de l'espace + mémoire partagé associé aux répartiteurs de charge et à leurs + membres après un redémarrage du serveur. Ces modifications + locales ne sont ainsi pas perdues lors des transitions d'état + dues à un redémarrage.
+ +Idiomas disponibles: de | diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 7f02d7aa5c..706631a3e5 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -248,748 +248,749 @@ alias authentication succeeds but authorization fails
Content-MD5
HTTP å¿çãããã®çæãæå¹ã«ããContent-MD5
HTTP å¿çãããã®çæãæå¹ã«ãã<If>
or
<ElseIf>
section is not
satisfied by a request at runtime<If>
or
<ElseIf>
section is not
satisfiedExpires
ãããã®çæãæå¹ã«ããExpires
ãããã®å¤Expires
ãããã®çæãæå¹ã«ããExpires
ãããã®å¤mod_ext_filter
ã®ãªãã·ã§ã³ãè¨å®mod_ext_filter
ã®ãªãã·ã§ã³ãè¨å®mod_filter
base
for imagemap filesbase
for imagemap filesPOST
data)HSE_APPEND_LOG_PARAMETER
requests from
+POST
data)HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the error logHSE_APPEND_LOG_PARAMETER
requests from
+HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the query fieldmod_authz_core
+mod_authz_core
free()
ãå¼ã°ããªãéãã
+free()
ãå¼ã°ããªãéãã
主ã¡ã¢ãªã¢ãã±ã¼ã¿ãä¿æãç¶ããããã¡ã¢ãªã®æå¤§é100-200,150-300
) allowed before returning the complete
+100-200,150-300
) allowed before returning the complete
resource 100-200,50-70
) allowed before returning the complete
+100-200,50-70
) allowed before returning the complete
resource path_info
ã³ã³ãã¼ãã³ãããã¡ã¤ã«åã®ä¸é¨ã¨ãã¦æ±ãããã«
+path_info
ã³ã³ãã¼ãã³ãããã¡ã¤ã«åã®ä¸é¨ã¨ãã¦æ±ãããã«
mod_mime
ã«éç¥ããAllow
ã¨
+Allow
ã¨
Deny
ãè©ä¾¡ãããé çªãå¶å¾¡ããProxyHTMLURLMap
rules.<head>
sections.Via
HTTP å¿çããã
+Via
HTTP å¿çããã
ã«ããæä¾ãããæ
å ±Server
HTTP å¿çããããè¨å®ããServer
HTTP å¿çããããè¨å®ããLast-Modified
headers are generated by the
+ [[!]env-variable[=value]] ...Last-Modified
headers are generated by the
server.TRACE
ã¡ã½ããã®ãªã¯ã¨ã¹ãã«å¯¾ããå¿çæ¹æ³ã決ãã
+TRACE
ã¡ã½ããã®ãªã¯ã¨ã¹ãã«å¯¾ããå¿çæ¹æ³ã決ãã
mime.types
ãã¡ã¤ã«ã®ä½ç½®mime.types
ãã¡ã¤ã«ã®ä½ç½®ç¿»è¨³æ¸ã¿è¨èª: de | diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index fa98fb8153..8b6d496e51 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -240,777 +240,778 @@ alias
Content-MD5
HTTP Response
+Content-MD5
HTTP Response
headersnone
. In prior versions, DefaultType
would specify a default media type to assign to response content for
which no other media type configuration could be found.
<If>
or
<ElseIf>
section is not
satisfied by a request at runtime<If>
or
<ElseIf>
section is not
satisfiedExpires
Çì´õ¸¦ »ý¼ºÇÑ´ÙExpires
Çì´õ°ªÀ» ¼³Á¤ÇÑ´ÙExpires
Çì´õ¸¦ »ý¼ºÇÑ´ÙExpires
Çì´õ°ªÀ» ¼³Á¤ÇÑ´Ùmod_ext_filter
¿É¼ÇÀ» ¼³Á¤ÇÑ´Ùmod_ext_filter
¿É¼ÇÀ» ¼³Á¤ÇÑ´Ùmod_filter
base
±âº»°ªbase
±âº»°ªPOST
data)HSE_APPEND_LOG_PARAMETER
+POST
data)HSE_APPEND_LOG_PARAMETER
¿äûÀ» ¿À·ù ·Î±×¿¡ ±â·ÏÇÑ´ÙHSE_APPEND_LOG_PARAMETER
+HSE_APPEND_LOG_PARAMETER
¿äûÀ» ÁúÀǹ®ÀÚ¿¿¡ ±â·ÏÇÑ´Ùmod_authz_core
+mod_authz_core
free()
100-200,150-300
) allowed before returning the complete
+100-200,150-300
) allowed before returning the complete
resource 100-200,50-70
) allowed before returning the complete
+100-200,50-70
) allowed before returning the complete
resource mod_mime
to treat path_info
+mod_mime
to treat path_info
components as part of the filenameAllow
and Deny
are
evaluated.ProxyHTMLURLMap
rules.<head>
sections.Via
HTTP response
+Via
HTTP response
header for proxied requestsServer
HTTP response
+Server
HTTP response
headerLast-Modified
headers are generated by the
+Last-Modified
headers are generated by the
server.TRACE
requestsmime.types
fileTRACE
requestsmime.types
file°¡´ÉÇÑ ¾ð¾î: de | diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index a81c63016b..02b3589c5e 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -252,810 +252,811 @@ alias
Content-MD5
HTTP yanıt baÅlıklarının üretimini
+Content-MD5
HTTP yanıt baÅlıklarının üretimini
etkin kılar.core
dosyasını dökümlemek üzere Apache HTTP
+core
dosyasını dökümlemek üzere Apache HTTP
Sunucusunun geçmeye çalıÅacaÄı dizin.none
olduÄu takdirde, bu yönergenin bir
+none
olduÄu takdirde, bu yönergenin bir
uyarı vermekten baÅka bir etkisi yoktur. Ãnceki sürümlerde, bu yönerge,
sunucunun ortam türünü saptayamadıÄı durumda göndereceÄi öntanımlı ortam
türünü belirlerdi.<If>
veya <ElseIf>
bölümünün koÅulu, çalıÅma anında bir istek tarafından yerine getirilmediÄi takdirde uygulanacak yönergeleri içerir<If>
veya
+<If>
veya <ElseIf>
bölümünün koÅulu, çalıÅma anında bir istek tarafından yerine getirilmediÄi takdirde uygulanacak yönergeleri içerir<If>
veya
<ElseIf>
bölümlerininkilerin saÄlanmadıÄı durumda kapsadıÄı yönergelerin uygulanmasını saÄlarExpires
+Expires
headersExpires
header configured
+Expires
header configured
by MIME typemod_ext_filter
optionsmod_ext_filter
optionsETag
HTTP yanıt baÅlıÄını oluÅturmakta kullanılacak dosya özniteliklerini belirler.ETag
HTTP yanıt baÅlıÄını oluÅturmakta kullanılacak dosya özniteliklerini belirler.mod_filter
base
for imagemap filesbase
for imagemap filesPOST
data)HSE_APPEND_LOG_PARAMETER
requests from
+POST
data)HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the error logHSE_APPEND_LOG_PARAMETER
requests from
+HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the query fieldmod_authz_core
+mod_authz_core
free()
çaÄrılmaksızın ana bellek ayırıcının
+free()
çaÄrılmaksızın ana bellek ayırıcının
ayırmasına izin verilen azami bellek miktarını belirler.100-200,150-300
gibi)100-200,50-70
gibi)mod_mime
to treat path_info
+mod_mime
to treat path_info
components as part of the filenameAllow
and Deny
are
evaluated.ProxyHTMLURLMap
rules.<head>
sections.Via
HTTP response
+Via
HTTP response
header for proxied requestsServer
HTTP yanıt baÅlıÄını yapılandırır.
+Server
HTTP yanıt baÅlıÄını yapılandırır.
Last-Modified
headers are generated by the
+Last-Modified
headers are generated by the
server.TRACE
isteklerinde davranıŠÅeklini belirler
+TRACE
isteklerinde davranıŠÅeklini belirler
mime.types
filemime.types
fileMevcut Diller: de | diff --git a/docs/manual/mod/quickreference.html.zh-cn b/docs/manual/mod/quickreference.html.zh-cn index 323e1a486b..cf41adecb0 100644 --- a/docs/manual/mod/quickreference.html.zh-cn +++ b/docs/manual/mod/quickreference.html.zh-cn @@ -244,811 +244,812 @@ alias
Content-MD5
HTTP Response
+Content-MD5
HTTP Response
headersnone
. In prior versions, DefaultType
would specify a default media type to assign to response content for
which no other media type configuration could be found.
<If>
or
<ElseIf>
section is not
satisfied by a request at runtime<If>
or
<ElseIf>
section is not
satisfiedExpires
+Expires
headersExpires
header configured
+Expires
header configured
by MIME typemod_ext_filter
optionsmod_ext_filter
optionsmod_filter
base
for imagemap filesbase
for imagemap filesPOST
data)HSE_APPEND_LOG_PARAMETER
requests from
+POST
data)HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the error logHSE_APPEND_LOG_PARAMETER
requests from
+HSE_APPEND_LOG_PARAMETER
requests from
ISAPI extensions to the query fieldmod_authz_core
+mod_authz_core
free()
100-200,150-300
) allowed before returning the complete
+100-200,150-300
) allowed before returning the complete
resource 100-200,50-70
) allowed before returning the complete
+100-200,50-70
) allowed before returning the complete
resource mod_mime
to treat path_info
+mod_mime
to treat path_info
components as part of the filenameAllow
and Deny
are
evaluated.ProxyHTMLURLMap
rules.<head>
sections.Via
HTTP response
+Via
HTTP response
header for proxied requestsServer
HTTP response
+Server
HTTP response
headerLast-Modified
headers are generated by the
+Last-Modified
headers are generated by the
server.TRACE
requestsmime.types
fileTRACE
requestsmime.types
fileå¯ç¨è¯è¨: de | -- 2.50.1