From e028881a545c287858ab39120c6ff6ebb0592522 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Mon, 12 May 2008 11:16:41 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655471 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 6 +- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/new_features_2_2.xml.ko | 2 +- docs/manual/new_features_2_2.xml.pt-br | 2 +- docs/manual/programs/index.html | 4 + docs/manual/programs/index.html.en | 6 +- docs/manual/programs/index.html.es | 6 +- docs/manual/programs/index.html.ko.euc-kr | 6 +- docs/manual/programs/index.html.tr.utf8 | 99 +++++++++++++++++++++++ docs/manual/programs/index.xml.meta | 1 + docs/manual/stopping.html.en | 6 +- docs/manual/stopping.html.tr.utf8 | 1 + docs/manual/stopping.xml.de | 2 +- docs/manual/stopping.xml.es | 2 +- docs/manual/stopping.xml.ja | 2 +- docs/manual/stopping.xml.ko | 2 +- docs/manual/stopping.xml.meta | 2 +- docs/manual/stopping.xml.tr | 2 +- 19 files changed, 133 insertions(+), 22 deletions(-) create mode 100644 docs/manual/programs/index.html.tr.utf8 diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 8d2c585544..abaefa0518 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1583,9 +1583,9 @@ requests on a persistent connection higher the timeout, the more server processes will be kept occupied waiting on connections with idle clients.

-

Note

-

This directive will be ignored in a name-based virtual host context.

-
+

In a name-based virtual host context, the value of the first + defined virtual host (the default host) in a set of NameVirtualHost will be used. + The other values will be ignored.

top
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index d3605d9d34..773dd4dbbe 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + +Sunucu ve Destek Programları - Apache HTTP Sunucusu + + + + + +
<-
+
+Apache > HTTP Sunucusu > Belgeleme > Sürüm 2.3

Sunucu ve Destek Programları

+
+

Mevcut Diller:  en  | + es  | + ko  | + tr 

+
+ +

Bu sayfada Apache HTTP Sunucusuna dahil tüm çalıştırılabilir programlar + tanıtılmıştır.

+
+
top
+
+

Dizin

+ +
+
httpd
+
Apache hiper metin aktarım protokolü sunucusu.
+ +
apachectl
+
Apache HTTP Sunucusu denetim arayüzü.
+ +
ab
+
Apache HTTP Sunucusu başarım ölçme aracı.
+ +
apxs
+
Apache HTTP Sunucusu eklenti aracı (APache eXtenSion tool).
+ +
configure
+
Kaynak ağacını yapılandırır.
+ +
dbmmanage
+
Kullanıcı kimlik doğrulama dosyalarını temel kimlik doğrulaması için + DBM biçeminde oluşturur ve günceller.
+ +
htcacheclean
+
Disk arabelleğini temizler.
+ +
htdigest
+ +
Kullanıcı kimlik doğrulama dosyalarını özet kimlik doğrulaması için + oluşturur ve günceller.
+ +
htdbm
+
DBM parola veritabanlarını idare eder.
+ +
htpasswd
+
Kullanıcı kimlik doğrulama dosyalarını temel kimlik doğrulaması için + oluşturur ve günceller.
+ +
httxt2dbm
+
RewriteMap ile kullanmak + üzere DBM dosyaları oluşturur.
+ +
logresolve
+
Apache günlük dosyalarındaki IP adreslerini konak isimlerine + dönüştürür.
+ +
log_server_status
+
Sunucunun durumunu düzenli aralıklarla günlüğe kaydeder.
+ +
rotatelogs
+
Sunucuyu öldürmek gerekmeksizin günlük dosyalarının döndürülmesini + sağlar.
+ +
split-logfile
+
Bir çok konaklı günlük dosyasını konak başına bir günlük dosyası düşecek şekilde böler.
+ +
suexec
+
Bir dosyayı belli bir kullanıcı adına çalıştırır.
+
+
+
+

Mevcut Diller:  en  | + es  | + ko  | + tr 

+
+ \ No newline at end of file diff --git a/docs/manual/programs/index.xml.meta b/docs/manual/programs/index.xml.meta index 8f942e640b..2303515f22 100644 --- a/docs/manual/programs/index.xml.meta +++ b/docs/manual/programs/index.xml.meta @@ -10,5 +10,6 @@ en es ko + tr diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 18cafd6777..e9f69e8bf9 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -203,7 +203,7 @@ syntax error(s). parent process and all children when in the "graceful" state. However as the PidFile will have been removed, you will not be able to use - apachectl or httpd to send this signal,

+ apachectl or httpd to send this signal.

The graceful-stop signal allows you to run multiple identically configured instances of httpd at the @@ -213,9 +213,9 @@ syntax error(s).

Care has been taken to ensure that on-disk files such as the Lockfile and ScriptSock files contain the server - PID, and should co-exist without problem. However, if a configuration + PID, and should coexist without problem. However, if a configuration directive, third-party module or persistent CGI utilises any other on-disk - lock or state files; care should be taken to ensure that multiple running + lock or state files, care should be taken to ensure that multiple running instances of httpd do not clobber each others files.

You should also be wary of other potential race conditions, such as diff --git a/docs/manual/stopping.html.tr.utf8 b/docs/manual/stopping.html.tr.utf8 index 83f702c1cf..439ba28fde 100644 --- a/docs/manual/stopping.html.tr.utf8 +++ b/docs/manual/stopping.html.tr.utf8 @@ -26,6 +26,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

Bu belge Apache HTTPd’nin Unix benzeri sistemlerde durdurulması ve yeniden başlatılması konularını kapsar. Windows NT, 2000 ve XP diff --git a/docs/manual/stopping.xml.de b/docs/manual/stopping.xml.de index 05bc7807a5..ba12f18915 100644 --- a/docs/manual/stopping.xml.de +++ b/docs/manual/stopping.xml.de @@ -1,7 +1,7 @@ - + + + + +