From c353e16418b0876d7417612339ba99a3879c981e Mon Sep 17 00:00:00 2001
From: Rich Bowen
Bu belgede Apache HTTP Sunucusunu yapılandırmakta kullanılan dosyalar açıklanmıÅtır.
diff --git a/docs/manual/mod/mod_alias.html.tr.utf8 b/docs/manual/mod/mod_alias.html.tr.utf8 index b82863ff95c..b4761baa335 100644 --- a/docs/manual/mod/mod_alias.html.tr.utf8 +++ b/docs/manual/mod/mod_alias.html.tr.utf8 @@ -30,6 +30,7 @@ ko | tr +Açıklama: | Belge aÄacının parçalarının dosya sisteminin parçalarıyla eÅlenmesini saÄlar ve URL yönlendirmesi yapar. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Durum: | Temel |
Description: | Fait traiter le corps de la réponse par un programme externe avant de l'envoyer au client | ||||||||
---|---|---|---|---|---|---|---|---|---|
Statut: | Extension | ||||||||
AddType media-type extension [extension] ... | svdh | B | |||||||
Maps the given filename extensions onto the specified content type | |||||||||
Alias URL-path -file-path|directory-path | sv | B | |||||||
Maps URLs to filesystem locations | |||||||||
Alias [URL-path] +file-path|directory-path | svd | B | |||||||
Maps URLs to filesystem locations | |||||||||
AliasMatch regex file-path|directory-path | sv | B | |||||||
Maps URLs to filesystem locations using regular expressions | |||||||||
ReadmeName filename | svdh | B | |||||||
Name of the file that will be inserted at the end of the index listing | |||||||||
ReceiveBufferSize bytes | 0 | s | M | ||||||
TCP receive buffer size | |||||||||
Redirect [status] URL-path
+Redirect [status] [URL-path]
URL | svdh | B | Sends an external redirect asking the client to fetch
a different URL | RedirectMatch [status] regex
@@ -836,8 +836,8 @@ user authentication | | ||||
Script Methode CGI-Skript | svd | B | |||||||
Aktiviert ein CGI-Skript für eine bestimmte Anfragemethode. | |||||||||
ScriptAlias URL-path -file-path|directory-path | sv | B | |||||||
Maps a URL to a filesystem location and designates the + | |||||||||
ScriptAlias [URL-path] +file-path|directory-path | svd | B | |||||||
Maps a URL to a filesystem location and designates the target as a CGI script | |||||||||
ScriptAliasMatch regex file-path|directory-path | sv | B | |||||||
Maps a URL to a filesystem location using a regular expression diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index fb4607195c7..58acee44b0f 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -118,8 +118,8 @@ responses from the server | |||||||||
AddType media-type extension [extension] ... | svdh | B | |||||||
Maps the given filename extensions onto the specified content type | |||||||||
Alias URL-path -file-path|directory-path | sv | B | |||||||
Maps URLs to filesystem locations | |||||||||
Alias [URL-path] +file-path|directory-path | svd | B | |||||||
Maps URLs to filesystem locations | |||||||||
AliasMatch regex file-path|directory-path | sv | B | |||||||
Maps URLs to filesystem locations using regular expressions | |||||||||
ReadmeName filename | svdh | B | |||||||
Name of the file that will be inserted at the end of the index listing | |||||||||
ReceiveBufferSize bytes | 0 | s | M | ||||||
TCP receive buffer size | |||||||||
Redirect [status] URL-path
+Redirect [status] [URL-path]
URL | svdh | B | Sends an external redirect asking the client to fetch
a different URL | RedirectMatch [status] regex
@@ -834,8 +834,8 @@ user authentication | | ||||
Script method cgi-script | svd | B | |||||||
Activates a CGI script for a particular request method. | |||||||||
ScriptAlias URL-path -file-path|directory-path | sv | B | |||||||
Maps a URL to a filesystem location and designates the + | |||||||||
ScriptAlias [URL-path] +file-path|directory-path | svd | B | |||||||
Maps a URL to a filesystem location and designates the target as a CGI script | |||||||||
ScriptAliasMatch regex file-path|directory-path | sv | B | |||||||
Maps a URL to a filesystem location using a regular expression diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index 369b2b7cda5..3c7375b2fa5 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -106,8 +106,8 @@ responses from the server | |||||||||
AddType media-type extension [extension] ... | svdh | B | |||||||
Maps the given filename extensions onto the specified content type | |||||||||
Alias URL-path -file-path|directory-path | sv | B | |||||||
Maps URLs to filesystem locations | |||||||||
Alias [URL-path] +file-path|directory-path | svd | B | |||||||
Maps URLs to filesystem locations | |||||||||
AliasMatch regex file-path|directory-path | sv | B | |||||||
Maps URLs to filesystem locations using regular expressions | |||||||||
ReadmeName filename | svdh | B | |||||||
Name of the file that will be inserted at the end of the index listing | |||||||||
ReceiveBufferSize bytes | 0 | s | M | ||||||
TCP receive buffer size | |||||||||
Redirect [status] URL-path
+Redirect [status] [URL-path]
URL | svdh | B | Sends an external redirect asking the client to fetch
a different URL | RedirectMatch [status] regex
@@ -822,8 +822,8 @@ user authentication | | ||||
Script method cgi-script | svd | B | |||||||
Activates a CGI script for a particular request method. | |||||||||
ScriptAlias URL-path -file-path|directory-path | sv | B | |||||||
Maps a URL to a filesystem location and designates the + | |||||||||
ScriptAlias [URL-path] +file-path|directory-path | svd | B | |||||||
Maps a URL to a filesystem location and designates the target as a CGI script | |||||||||
ScriptAliasMatch regex file-path|directory-path | sv | B | |||||||
Maps a URL to a filesystem location using a regular expression -- 2.47.2 |