From: André Malo
Beschreibung: | Ständig verfügbare Kernfunktionen des Apache HTTP Servers |
---|---|
Status: | Core |
PATH_INFO
-Zugriffe
standardmäßig zurück. Handler, die Skripte bedienen,
wie z.B. cgi-script und
- isapi-isa, sind im Allgemeinen darauf
+ isapi-handler, sind im Allgemeinen darauf
voreingestellt, PATH_INFO
zu akzeptieren.
diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es
index ac9301a11b3..b6ac472f604 100644
--- a/docs/manual/mod/core.html.es
+++ b/docs/manual/mod/core.html.es
@@ -154,7 +154,7 @@ path a
information) está determinado por el handler responsable de la
petición. El handler básico para ficheros normales
rechaza por defecto las peticiones de PATH_INFO
. Los
- handlers que sirven scripts, como cgi-script e isapi-isa, generalmente aceptan
+ handlers que sirven scripts, como cgi-script e isapi-handler, generalmente aceptan
PATH_INFO
por defecto.
diff --git a/docs/manual/mod/core.html.ja.euc-jp b/docs/manual/mod/core.html.ja.euc-jp
index d0d2cd185c1..d72953be9a9 100644
--- a/docs/manual/mod/core.html.ja.euc-jp
+++ b/docs/manual/mod/core.html.ja.euc-jp
@@ -138,7 +138,7 @@
Default
PATH_INFO
¤òµñÈݤ·¤Þ¤¹¡£
- cgi-script ¤ä isapi-isa ¤Î¤è¤¦¤Ë¥¹¥¯¥ê¥×¥È¤ò°·¤¦¥Ï¥ó¥É¥é¤Ï
+ cgi-script ¤ä isapi-handler ¤Î¤è¤¦¤Ë¥¹¥¯¥ê¥×¥È¤ò°·¤¦¥Ï¥ó¥É¥é¤Ï
°ìÈÌŪ¤Ë¥Ç¥Õ¥©¥ë¥È¤Ç PATH_INFO
¤ò¼õ¤±ÉÕ¤±¤Þ¤¹¡£