Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 48942 invoked from network); 13 Nov 2005 06:44:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Nov 2005 06:44:03 -0000 Received: (qmail 5204 invoked by uid 500); 13 Nov 2005 06:43:36 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 4606 invoked by uid 500); 13 Nov 2005 06:43:33 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 4246 invoked by uid 99); 13 Nov 2005 06:43:30 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 12 Nov 2005 22:43:08 -0800 Received: (qmail 47734 invoked by uid 65534); 13 Nov 2005 06:42:48 -0000 Message-ID: <20051113064248.47733.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r332909 [11/14] - in /httpd/httpd/branches/2.2.x/docs/manual: ./ developer/ faq/ howto/ misc/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/ Date: Sun, 13 Nov 2005 06:40:43 -0000 To: cvs@httpd.apache.org From: jerenkrantz@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr [euc-kr] Sat Nov 12 22:38:36 2005 @@ -13,11 +13,11 @@
<-
+Apache > HTTP Server > Documentation > Version 2.2 > 모듈

지시어 빠른참조

가능한 언어:  de  | @@ -125,94 +125,90 @@ Anonymous_NoUserID On|Off Off dhE사용자 아이디가 없어도 가능하지 여부 Anonymous_VerifyEmail On|Off Off dhE암호가 올바른 형식의 전자우편 주소인지 검사 여부 -AssignUserID user-id group-idvMTie a virtual host to a user and group ID -AuthBasicAuthoritative On|Off On dhB인증과 권한부여를 저수준 모듈에 넘겨줄지 결정한다 -AuthBasicProvider On|Off|provider-name -[provider-name] ... On dhB이 위치에 대한 인증제공자를 지정한다 -AuthDBDUserPWQuery querydhESQL query to look up a password for a user -AuthDBDUserRealmQuery querydhESQL query to look up a password hash for a user and realm. +AuthBasicAuthoritative On|Off On dhB인증과 권한부여를 저수준 모듈에 넘겨줄지 결정한다 +AuthBasicProvider On|Off|provider-name +[provider-name] ... On dhB이 위치에 대한 인증제공자를 지정한다 +AuthDBDUserPWQuery querydESQL query to look up a password for a user +AuthDBDUserRealmQuery querydESQL query to look up a password hash for a user and realm. -AuthDBMGroupFile file-pathdhE인증에 사용할 사용자 그룹 목록을 저장하는 데이터베이스 +AuthDBMGroupFile file-pathdhE인증에 사용할 사용자 그룹 목록을 저장하는 데이터베이스 파일명을 지정한다 -AuthDBMType default|SDBM|GDBM|NDBM|DB default dhE암호를 저장하는 데이터베이스 파일 종류를 +AuthDBMType default|SDBM|GDBM|NDBM|DB default dhE암호를 저장하는 데이터베이스 파일 종류를 지정한다 -AuthDBMUserFile file-pathdhE인증할 사용자와 암호 목록을 저장하는 데이터베이스 +AuthDBMUserFile file-pathdhE인증할 사용자와 암호 목록을 저장하는 데이터베이스 파일명을 지정한다 -AuthDefaultAuthoritative On|Off On dhB인증을 저수준 모듈로 넘겨줄지 여부 -AuthDigestAlgorithm MD5|MD5-sess MD5 dhXdigest authentication에서 challenge와 response +AuthDefaultAuthoritative On|Off On dhB인증을 저수준 모듈로 넘겨줄지 여부 +AuthDigestAlgorithm MD5|MD5-sess MD5 dhXdigest authentication에서 challenge와 response hash를 계산하는 알고리즘을 선택한다 -AuthDigestDomain URI [URI] ...dhXdigest authentication에서 같은 보호영역에 속하는 +AuthDigestDomain URI [URI] ...dhXdigest authentication에서 같은 보호영역에 속하는 URI들 -AuthDigestNcCheck On|Off Off sX서버가 보내는 nonce-count를 검사할지 여부 -AuthDigestNonceFormat formatdhXnonce를 만드는 방법을 결정한다 -AuthDigestNonceLifetime seconds 300 dhX서버 nonce가 유효한 기간 -AuthDigestProvider On|Off|provider-name -[provider-name] ... On dhX이 위치에 대한 인증제공자를 지정한다 -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhXdigest authentication가 사용할 +AuthDigestNcCheck On|Off Off sX서버가 보내는 nonce-count를 검사할지 여부 +AuthDigestNonceFormat formatdhXnonce를 만드는 방법을 결정한다 +AuthDigestNonceLifetime seconds 300 dhX서버 nonce가 유효한 기간 +AuthDigestProvider On|Off|provider-name +[provider-name] ... On dhX이 위치에 대한 인증제공자를 지정한다 +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhXdigest authentication가 사용할 보호수준(quality-of-protection)을 지정한다. -AuthDigestShmemSize size 1000 sX클라이언트를 추적하기위해 할당하는 공유메모리량 -AuthGroupFile file-pathdhB인증에 사용할 사용자 그룹 목록을 저장하는 문자파일명을 +AuthDigestShmemSize size 1000 sX클라이언트를 추적하기위해 할당하는 공유메모리량 +AuthGroupFile file-pathdhB인증에 사용할 사용자 그룹 목록을 저장하는 문자파일명을 지정한다 -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjuction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always Always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attributedhELDAP attributes used to check for group membership +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthName auth-domaindhCAuthorization realm for use in HTTP +AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthName auth-domaindhCAuthorization realm for use in HTTP authentication -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>svEEnclose a group of directives that represent an +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>svEEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthType Basic|DigestdhCType of user authentication -AuthUserFile file-pathdhB인증할 사용자명와 암호 목록을 저장하는 문자파일명을 +AuthType Basic|DigestdhCType of user authentication +AuthUserFile file-pathdhB인증할 사용자명와 암호 목록을 저장하는 문자파일명을 지정한다 -AuthzDBMAuthoritative On|Off On dhE권한부여를 저수준 모듈로 넘겨줄지 여부 -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE암호를 저장하는 데이터베이스 파일 종류를 지정한다 -AuthzDefaultAuthoritative On|Off On dhB권한부여를 저수준 모듈로 넘겨줄지 여부 -AuthzGroupFileAuthoritative On|Off On dhB권한부여를 저수준 모듈로 넘겨줄지 여부 -AuthzLDAPAuthoritative on|off on dhEPrevent other authentication modules from +AuthzDBMAuthoritative On|Off On dhE권한부여를 저수준 모듈로 넘겨줄지 여부 +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE암호를 저장하는 데이터베이스 파일 종류를 지정한다 +AuthzDefaultAuthoritative On|Off On dhB권한부여를 저수준 모듈로 넘겨줄지 여부 +AuthzGroupFileAuthoritative On|Off On dhB권한부여를 저수준 모듈로 넘겨줄지 여부 +AuthzLDAPAuthoritative on|off on dhEPrevent other authentication modules from authenticating the user if this one fails -AuthzOwnerAuthoritative On|Off On dhE권한부여를 저수준 모듈로 넘겨줄지 여부 -AuthzUserAuthoritative On|Off On dhB권한부여를 저수준 모듈로 넘겨줄지 여부 -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBHTTP User-Agent에 따라 환경변수를 설정한다 -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhB대소문자를 구별하지않고 User-Agent에 따라 환경변수를 +AuthzOwnerAuthoritative On|Off On dhE권한부여를 저수준 모듈로 넘겨줄지 여부 +AuthzUserAuthoritative On|Off On dhB권한부여를 저수준 모듈로 넘겨줄지 여부 +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBHTTP User-Agent에 따라 환경변수를 설정한다 +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhB대소문자를 구별하지않고 User-Agent에 따라 환경변수를 설정한다 -CacheDefaultExpire seconds 3600 (one hour) svX만기시간을 지정하지않은 문서를 캐쉬할 기본 기간. -CacheDirLength length 2 svX하위디렉토리명의 문자개수 -CacheDirLevels levels 3 svX캐쉬의 하위디렉토리 깊이. -CacheDisable url-stringsvX특정 URL을 캐쉬하지 않는다 -CacheEnable cache_type url-stringsvX지정한 저장관리자를 사용하여 지정한 URL을 캐쉬한다 -CacheFile file-path [file-path] ...sX시작시 여러 파일 핸들을 캐쉬한다 -CacheIgnoreCacheControl On|Off Off svX클라이언트가 캐쉬하지않는 내용을 요청함을 무시한다. -CacheIgnoreHeaders header-string [header-string] ... None svX캐쉬에 지정한 HTTP 헤더(들)를 저장하지 않는다 +CacheDefaultExpire seconds 3600 (one hour) svX만기시간을 지정하지않은 문서를 캐쉬할 기본 기간. +CacheDirLength length 2 svX하위디렉토리명의 문자개수 +CacheDirLevels levels 3 svX캐쉬의 하위디렉토리 깊이. +CacheDisable url-stringsvX특정 URL을 캐쉬하지 않는다 +CacheEnable cache_type url-stringsvX지정한 저장관리자를 사용하여 지정한 URL을 캐쉬한다 +CacheFile file-path [file-path] ...sX시작시 여러 파일 핸들을 캐쉬한다 +CacheIgnoreCacheControl On|Off Off svX클라이언트가 캐쉬하지않는 내용을 요청함을 무시한다. +CacheIgnoreHeaders header-string [header-string] ... None svX캐쉬에 지정한 HTTP 헤더(들)를 저장하지 않는다 -CacheIgnoreNoLastMod On|Off Off svX응답에 Last Modified 헤더가 없다는 사실을 무시한다. -CacheLastModifiedFactor float 0.1 svXLastModified 시간으로 만기시간을 계산하는데 사용하는 +CacheIgnoreNoLastMod On|Off Off svX응답에 Last Modified 헤더가 없다는 사실을 무시한다. +CacheLastModifiedFactor float 0.1 svXLastModified 시간으로 만기시간을 계산하는데 사용하는 계수. -CacheMaxExpire seconds 86400 (하루) svX문서를 캐쉬하는 초단위 최대시간 -CacheMaxFileSize bytes 1000000 svX캐쉬에 저장할 문서의 최대크기 (바이트 단위) -CacheMinFileSize bytes 1 svX캐쉬에 저장할 문서의 최소크기 (바이트 단위) -CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be +CacheMaxExpire seconds 86400 (하루) svX문서를 캐쉬하는 초단위 최대시간 +CacheMaxFileSize bytes 1000000 svX캐쉬에 저장할 문서의 최대크기 (바이트 단위) +CacheMinFileSize bytes 1 svX캐쉬에 저장할 문서의 최소크기 (바이트 단위) +CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be cached by proxy servers -CacheRoot directorysvX캐쉬 파일을 저장할 디렉토리 root -CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI +CacheRoot directorysvX캐쉬 파일을 저장할 디렉토리 root +CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI scripts -CharsetDefault charsetsvdhX변환할 문자집합 -CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhX문자집합 변환 기능을 설정 -CharsetSourceEnc charsetsvdhX파일 원본의 문자집합 -CheckSpelling on|off Off svdhE맞춤법 모듈을 사용한다 -ChildPerUserID user-id group-id -num-childrensMSpecify user ID and group ID for a number of child -processes +CharsetDefault charsetsvdhX변환할 문자집합 +CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhX문자집합 변환 기능을 설정 +CharsetSourceEnc charsetsvdhX파일 원본의 문자집합 +CheckSpelling on|off Off svdhE맞춤법 모듈을 사용한다 ContentDigest On|Off Off svdhCEnables the generation of Content-MD5 HTTP Response headers CookieDomain domainsvdhEThe domain to which the tracking cookie applies @@ -409,33 +405,31 @@ MaxSpareServers number 10 sMMaximum number of idle child server processes MaxSpareThreads numbersMMaximum number of idle threads MaxThreads number 2048 sMSet the maximum number of worker threads -MaxThreadsPerChild number 64 sMMaximum number of threads per child process -MCacheMaxObjectCount value 1009 sX캐쉬에 저장할 수 있는 최대 객체개수 -MCacheMaxObjectSize bytes 10000 sX캐쉬에 저장할 문서의 최대 크기 (바이트 단위) -MCacheMaxStreamingBuffer size_in_bytes 100000과 MCacheMaxOb +sX응답을 캐쉬안한다고 결정하기 전까지 메모리 버퍼에 +MCacheMaxObjectCount value 1009 sX캐쉬에 저장할 수 있는 최대 객체개수 +MCacheMaxObjectSize bytes 10000 sX캐쉬에 저장할 문서의 최대 크기 (바이트 단위) +MCacheMaxStreamingBuffer size_in_bytes 100000과 MCacheMaxOb +sX응답을 캐쉬안한다고 결정하기 전까지 메모리 버퍼에 저장할 스트림 응답의 최대 크기 -MCacheMinObjectSize bytes 0 sX캐쉬에 저장할 문서의 최소 크기 (바이트 단위) -MCacheRemovalAlgorithm LRU|GDSF GDSF sX캐쉬에서 제거할 문서를 찾는 알고리즘 -MCacheSize KBytes 100 sX캐쉬에 사용할 최대 메모리량 (KByte 단위) -MetaDir directory .web svdhECERN 메타정보를 찾을 디렉토리 이름 -MetaFiles on|off off svdhECERN 메타파일을 처리한다 -MetaSuffix suffix .meta svdhECERN 메타정보를 저장하는 파일의 접미사 -MimeMagicFile file-pathsvEEnable MIME-type determination based on file contents +MCacheMinObjectSize bytes 0 sX캐쉬에 저장할 문서의 최소 크기 (바이트 단위) +MCacheRemovalAlgorithm LRU|GDSF GDSF sX캐쉬에서 제거할 문서를 찾는 알고리즘 +MCacheSize KBytes 100 sX캐쉬에 사용할 최대 메모리량 (KByte 단위) +MetaDir directory .web svdhECERN 메타정보를 찾을 디렉토리 이름 +MetaFiles on|off off svdhECERN 메타파일을 처리한다 +MetaSuffix suffix .meta svdhECERN 메타정보를 저장하는 파일의 접미사 +MimeMagicFile file-pathsvEEnable MIME-type determination based on file contents using the specified magic file -MinSpareServers number 5 sMMinimum number of idle child server processes -MinSpareThreads numbersMMinimum number of idle threads available to handle request +MinSpareServers number 5 sMMinimum number of idle child server processes +MinSpareThreads numbersMMinimum number of idle threads available to handle request spikes -MMapFile file-path [file-path] ...sX시작시 여러 파일을 메모리에 대응한다 -ModMimeUsePathInfo On|Off Off dBTells mod_mime to treat path_info +MMapFile file-path [file-path] ...sX시작시 여러 파일을 메모리에 대응한다 +ModMimeUsePathInfo On|Off Off dBTells mod_mime to treat path_info components as part of the filename -MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers -[Handlers|Filters] NegotiatedOnly svdhBThe types of files that will be included when searching for +MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers +[Handlers|Filters] NegotiatedOnly svdhBThe types of files that will be included when searching for a matching file with MultiViews -NameVirtualHost addr[:port]sCDesignates an IP address for name-virtual +NameVirtualHost addr[:port]sCDesignates an IP address for name-virtual hosting -NoProxy host [host] ...svEHosts, domains, or networks that will be connected to +NoProxy host [host] ...svEHosts, domains, or networks that will be connected to directly -NumServers number 2 sMTotal number of children alive at the same time NWSSLTrustedCerts filename [filename] ...sBList of additional client certificates NWSSLUpgradeable [IP-address:]portnumbersBAllows a connection to be upgraded to an SSL connection upon request Options Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.de URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.de?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.de (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.de Sat Nov 12 22:38:36 2005 @@ -13,11 +13,11 @@

<-
+Apache > HTTP-Server > Dokumentation > Version 2.2 > Module

Apache-MPM worker

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.en URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.en?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.en Sat Nov 12 22:38:36 2005 @@ -13,11 +13,11 @@
<-
+Apache > HTTP Server > Documentation > Version 2.2 > Modules

Apache MPM worker

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.ja.euc-jp URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.ja.euc-jp?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.ja.euc-jp [euc-jp] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/worker.html.ja.euc-jp [euc-jp] Sat Nov 12 22:38:36 2005 @@ -13,11 +13,11 @@
<-
+Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2 > モジュール

Apache MPM worker

Modified: httpd/httpd/branches/2.2.x/docs/manual/mpm.html.de URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mpm.html.de?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mpm.html.de (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mpm.html.de Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@
<-

Multi-Processing-Module (MPMs)

+Apache > HTTP-Server > Dokumentation > Version 2.2

Multi-Processing-Module (MPMs)

Verfügbare Sprachen:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mpm.html.en URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mpm.html.en?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mpm.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mpm.html.en Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Multi-Processing Modules (MPMs)

+Apache > HTTP Server > Documentation > Version 2.2

Multi-Processing Modules (MPMs)

Available Languages:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mpm.html.es URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mpm.html.es?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mpm.html.es (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mpm.html.es Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Módulos de MultiProcesamiento (MPMs)

+Apache > Servidor HTTP > Documentación > Versión 2.2

Módulos de MultiProcesamiento (MPMs)

Idiomas disponibles:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ja.euc-jp URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ja.euc-jp?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ja.euc-jp [euc-jp] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ja.euc-jp [euc-jp] Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

マルチプロセッシングモジュール (MPM)

+Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2

マルチプロセッシングモジュール (MPM)

Available Languages:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ko.euc-kr URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ko.euc-kr?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mpm.html.ko.euc-kr [euc-kr] Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

다중처리 모듈 (MPM)

+Apache > HTTP Server > Documentation > Version 2.2

다중처리 모듈 (MPM)

가능한 언어:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.de URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.de?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.de (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.de Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Übersicht der neuen Funktionen in Apache 2.0

+Apache > HTTP-Server > Dokumentation > Version 2.2

Übersicht der neuen Funktionen in Apache 2.0

Verfügbare Sprachen:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.en URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.en?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.en Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Overview of new features in Apache 2.0

+Apache > HTTP Server > Documentation > Version 2.2

Overview of new features in Apache 2.0

Available Languages:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.fr URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.fr?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.fr (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.fr Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Vue d'ensemble des nouvelles fonctionnalités d'Apache 2.0

+Apache > Serveur HTTP > Documentation > Version 2.2

Vue d'ensemble des nouvelles fonctionnalités d'Apache 2.0

Langues Disponibles:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ja.euc-jp URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ja.euc-jp?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ja.euc-jp [euc-jp] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ja.euc-jp [euc-jp] Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Apache 2.0 の新機能の概要

Available Languages:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ko.euc-kr URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ko.euc-kr?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ko.euc-kr [euc-kr] Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Apache 2.0의 새로운 기능 개요

+Apache > HTTP Server > Documentation > Version 2.2

Apache 2.0의 새로운 기능 개요

가능한 언어:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.pt-br URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.pt-br?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.pt-br (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.pt-br Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Descrição das novas funcionalidades do Apache 2.0

+Apache > Servidor HTTP > Documentação > Versão 2.2

Descrição das novas funcionalidades do Apache 2.0

Línguas Disponíveis:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ru.koi8-r URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ru.koi8-r?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ru.koi8-r [koi8-r] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.html.ru.koi8-r [koi8-r] Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Обзор новых возможностей в Apache 2.0

+Apache > HTTP сервер > Документация > Версия 2.2

Обзор новых возможностей в Apache 2.0

Available Languages:  de  |  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.en URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.en?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.en Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Overview of new features in Apache 2.2

+Apache > HTTP Server > Documentation > Version 2.2

Overview of new features in Apache 2.2

Available Languages:  en  |  ko  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.ko.euc-kr URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.ko.euc-kr?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.ko.euc-kr [euc-kr] Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

아파치 2.2의 새로운 기능 개요

+Apache > HTTP Server > Documentation > Version 2.2

아파치 2.2의 새로운 기능 개요

가능한 언어:  en  |  ko  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.pt-br URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.pt-br?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.pt-br (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.html.pt-br Sat Nov 12 22:38:36 2005 @@ -12,11 +12,11 @@

<-

Descrição das novas funcionalidades do Apache 2.2

+Apache > Servidor HTTP > Documentação > Versão 2.2

Descrição das novas funcionalidades do Apache 2.2

Línguas Disponíveis:  en  |  ko  | Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml.ko URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml.ko?rev=332909&r1=332908&r2=332909&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml.ko [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_2.xml.ko [euc-kr] Sat Nov 12 22:38:36 2005 @@ -1,7 +1,7 @@ - + +