diff options
author | Eric Covener <covener@apache.org> | 2018-04-21 17:59:44 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2018-04-21 17:59:44 +0200 |
commit | 025ed9b18a90820858d5edf9e47fb1f6da5b9006 (patch) | |
tree | 1c01098f6e07396e73cbe85140bbce987565e3a9 /docs/manual/misc | |
parent | xforms (diff) | |
download | apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.tar.xz apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.zip |
rebuild with extraclean to pick up permalinks in
This will make it easier to compare with an extraclean jdk9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/misc')
-rw-r--r-- | docs/manual/misc/password_encryptions.html.en | 4 | ||||
-rw-r--r-- | docs/manual/misc/password_encryptions.html.es | 4 | ||||
-rw-r--r-- | docs/manual/misc/perf-scaling.html.en | 10 | ||||
-rw-r--r-- | docs/manual/misc/perf-scaling.html.es | 10 | ||||
-rw-r--r-- | docs/manual/misc/perf-tuning.html.en | 8 | ||||
-rw-r--r-- | docs/manual/misc/perf-tuning.html.ko.euc-kr | 8 | ||||
-rw-r--r-- | docs/manual/misc/perf-tuning.html.tr.utf8 | 8 | ||||
-rw-r--r-- | docs/manual/misc/relevant_standards.html.en | 8 | ||||
-rw-r--r-- | docs/manual/misc/relevant_standards.html.ko.euc-kr | 8 | ||||
-rw-r--r-- | docs/manual/misc/security_tips.html.en | 26 | ||||
-rw-r--r-- | docs/manual/misc/security_tips.html.es | 26 | ||||
-rw-r--r-- | docs/manual/misc/security_tips.html.ko.euc-kr | 20 | ||||
-rw-r--r-- | docs/manual/misc/security_tips.html.tr.utf8 | 26 |
13 files changed, 83 insertions, 83 deletions
diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en index ae25383788..701606e63d 100644 --- a/docs/manual/misc/password_encryptions.html.en +++ b/docs/manual/misc/password_encryptions.html.en @@ -36,7 +36,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="basic" id="basic">Basic Authentication</a></h2> +<h2><a name="basic" id="basic">Basic Authentication</a><a title="Permanent link" href="#basic" class="permalink">¶</a></h2> <p>There are five formats that Apache recognizes for basic-authentication passwords. Note that not all formats work on every platform:</p> @@ -182,7 +182,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="digest" id="digest">Digest Authentication</a></h2> +<h2><a name="digest" id="digest">Digest Authentication</a><a title="Permanent link" href="#digest" class="permalink">¶</a></h2> <p>Apache recognizes one format for digest-authentication passwords - the MD5 hash of the string <code>user:realm:password</code> as a 32-character string of hexadecimal diff --git a/docs/manual/misc/password_encryptions.html.es b/docs/manual/misc/password_encryptions.html.es index ca5506d594..920ff00b9d 100644 --- a/docs/manual/misc/password_encryptions.html.es +++ b/docs/manual/misc/password_encryptions.html.es @@ -35,7 +35,7 @@ </ul><h3>Consulte también</h3><ul class="seealso"><li><a href="#comments_section">Comentarios</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="basic" id="basic">Autenticación Básica</a></h2> +<h2><a name="basic" id="basic">Autenticación Básica</a><a title="Enlace permanente" href="#basic" class="permalink">¶</a></h2> <p>Hay cinco formatos que Apache reconoce para contraseñas de autenticación-básica. Tenga en cuenta que no todos los formatos funcionan en todas las plataformas:</p> @@ -167,7 +167,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="digest" id="digest">Autenticación Digest</a></h2> +<h2><a name="digest" id="digest">Autenticación Digest</a><a title="Enlace permanente" href="#digest" class="permalink">¶</a></h2> <p>Apache reconoce un formato para las contraseñas de autenticación-digest - el MD5 hash de la cadena de caracteres <code>user:realm:password</code> como una cadena de 32-caracteres de dígitos hexadecimales. <code>realm</code> es el parámetro del Ámbito de Autorización para la directiva <code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code> en httpd.conf.</p> diff --git a/docs/manual/misc/perf-scaling.html.en b/docs/manual/misc/perf-scaling.html.en index f1fdda8610..b961eaf4da 100644 --- a/docs/manual/misc/perf-scaling.html.en +++ b/docs/manual/misc/perf-scaling.html.en @@ -70,7 +70,7 @@ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="what-will-and-will-not-be-discussed" id="what-will-and-will-not-be-discussed">What Will and Will Not Be Discussed - </a></h2> + </a><a title="Permanent link" href="#what-will-and-will-not-be-discussed" class="permalink">¶</a></h2> <p>The session will focus on easily accessible configuration and tuning options for Apache httpd 2.2 and 2.4 as well as monitoring tools. @@ -86,7 +86,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="monitoring-your-server" id="monitoring-your-server">Monitoring Your Server - </a></h2> + </a><a title="Permanent link" href="#monitoring-your-server" class="permalink">¶</a></h2> <p>The first task when sizing or performance-tuning your server is to find out how your system is currently performing. By monitoring @@ -733,7 +733,7 @@ CustomLog "|/usr/local/apache2/bin/rotatelogs /var/log/access_log 86400" common </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="configuring-for-performance" id="configuring-for-performance">Configuring for Performance - </a></h2> + </a><a title="Permanent link" href="#configuring-for-performance" class="permalink">¶</a></h2> @@ -1213,7 +1213,7 @@ CustomLog "|/usr/local/apache2/bin/rotatelogs /var/log/access_log 86400" common </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="caching-content" id="caching-content">Caching Content - </a></h2> + </a><a title="Permanent link" href="#caching-content" class="permalink">¶</a></h2> <p>Requests for dynamically generated content usually take significantly more resources than requests for static content. @@ -1438,7 +1438,7 @@ CacheMaxExpire 21600</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="further-considerations" id="further-considerations">Further Considerations - </a></h2> + </a><a title="Permanent link" href="#further-considerations" class="permalink">¶</a></h2> <p>Armed with the knowledge of how to tune a sytem to deliver the desired the performance, we will soon discover that <em>one</em> diff --git a/docs/manual/misc/perf-scaling.html.es b/docs/manual/misc/perf-scaling.html.es index 1311d5f845..08aed68ecc 100644 --- a/docs/manual/misc/perf-scaling.html.es +++ b/docs/manual/misc/perf-scaling.html.es @@ -45,13 +45,13 @@ </ul><h3>Consulte también</h3><ul class="seealso"><li><a href="#comments_section">Comentarios</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="what-will-and-will-not-be-discussed" id="what-will-and-will-not-be-discussed">De qué hablaremos y de qué no</a></h2> +<h2><a name="what-will-and-will-not-be-discussed" id="what-will-and-will-not-be-discussed">De qué hablaremos y de qué no</a><a title="Enlace permanente" href="#what-will-and-will-not-be-discussed" class="permalink">¶</a></h2> <p>Este documento se centrará en documentación de fácil acceso y opciones de ajuste para Apache HTTPD 2.2 y 2.4, así como herramientas de monitorización. Las herramientas de monitorización le permiten observar su servidor web para obtener información de su rendimiento, o su falta de él. Asumiremos que usted no tiene un presupuesto ilimitado para hardware de servidor, así que la infraestructura existente tiene que hacer el trabajo. Usted probablemente tampoco desea compilar su propio Apache, o recompilar el kernel del sistema operativo. Aunque si asumimos que está familiarizado con el fichero de configuración de Apache httpd.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="monitoring-your-server" id="monitoring-your-server">Monitorizando Su Servidor</a></h2> +<h2><a name="monitoring-your-server" id="monitoring-your-server">Monitorizando Su Servidor</a><a title="Enlace permanente" href="#monitoring-your-server" class="permalink">¶</a></h2> <p>La primera tarea cuando se mide o se ajusta el rendimiento de su servidor es averiguar como está rindiendo actualmente. Monitorizando su servidor con carga real, o carga generada artificialmente, puede extrapolar su comportamiento bajo estrés, como por ejemplo cuando se le menciona en Slashdot.</p> @@ -445,7 +445,7 @@ CustomLog "|/usr/local/apache2/bin/rotatelogs /var/log/access_log 86400" common </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="configuring-for-performance" id="configuring-for-performance">Configurar para obtener Rendimiento</a></h2> +<h2><a name="configuring-for-performance" id="configuring-for-performance">Configurar para obtener Rendimiento</a><a title="Enlace permanente" href="#configuring-for-performance" class="permalink">¶</a></h2> @@ -607,7 +607,7 @@ CustomLog "|/usr/local/apache2/bin/rotatelogs /var/log/access_log 86400" common </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="caching-content" id="caching-content">Cacheando Contenido</a></h2> +<h2><a name="caching-content" id="caching-content">Cacheando Contenido</a><a title="Enlace permanente" href="#caching-content" class="permalink">¶</a></h2> <p>Peticiones para contenido que se genera dinámicamente generalmente consumen más recursos que el contenido estático. El contenido estático consiste en ficheros sencillos como páginas, imágenes, etc. que se encuentran en el disco y se sirven de manera muy eficiente. Muchos sistemas operativos cachean automáticamente en memoria los contenidos de ficheros a los que se accede frecuentemente.</p> @@ -698,7 +698,7 @@ CacheMaxExpire 21600</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="further-considerations" id="further-considerations">Otras Consideraciones</a></h2> +<h2><a name="further-considerations" id="further-considerations">Otras Consideraciones</a><a title="Enlace permanente" href="#further-considerations" class="permalink">¶</a></h2> <p>Armado con el conocimiento de cómo afinar el sistema para entregar el rendimiento deseado, pronto descubrirá que <em>un</em> solo sistema puede provocar un cuello de botella. Cómo hacer que un sistema sea apto para crecimiento, o como afinar un número de sistemas como uno solo será comentado en la página<a href="http://wiki.apache.org/httpd/PerformanceScalingOut">PerformanceScalingOut</a>. diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 3867589e6e..044df3aac0 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -54,7 +54,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="hardware" id="hardware">Hardware and Operating System Issues</a></h2> +<h2><a name="hardware" id="hardware">Hardware and Operating System Issues</a><a title="Permanent link" href="#hardware" class="permalink">¶</a></h2> @@ -100,7 +100,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="runtime" id="runtime">Run-Time Configuration Issues</a></h2> +<h2><a name="runtime" id="runtime">Run-Time Configuration Issues</a><a title="Permanent link" href="#runtime" class="permalink">¶</a></h2> @@ -352,7 +352,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="compiletime" id="compiletime">Compile-Time Configuration Issues</a></h2> +<h2><a name="compiletime" id="compiletime">Compile-Time Configuration Issues</a><a title="Permanent link" href="#compiletime" class="permalink">¶</a></h2> @@ -793,7 +793,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="trace" id="trace">Appendix: Detailed Analysis of a Trace</a></h2> +<h2><a name="trace" id="trace">Appendix: Detailed Analysis of a Trace</a><a title="Permanent link" href="#trace" class="permalink">¶</a></h2> diff --git a/docs/manual/misc/perf-tuning.html.ko.euc-kr b/docs/manual/misc/perf-tuning.html.ko.euc-kr index 26aaf99974..f7e221486a 100644 --- a/docs/manual/misc/perf-tuning.html.ko.euc-kr +++ b/docs/manual/misc/perf-tuning.html.ko.euc-kr @@ -52,7 +52,7 @@ </ul><h3>Âü°í</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="hardware" id="hardware">Çϵå¿þ¾î¿Í ¿î¿µÃ¼Á¦¿¡ ´ëÇؼ</a></h2> +<h2><a name="hardware" id="hardware">Çϵå¿þ¾î¿Í ¿î¿µÃ¼Á¦¿¡ ´ëÇؼ</a><a title="Permanent link" href="#hardware" class="permalink">¶</a></h2> @@ -92,7 +92,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="runtime" id="runtime">½ÇÇà½Ã ¼³Á¤¿¡ ´ëÇؼ</a></h2> +<h2><a name="runtime" id="runtime">½ÇÇà½Ã ¼³Á¤¿¡ ´ëÇؼ</a><a title="Permanent link" href="#runtime" class="permalink">¶</a></h2> @@ -367,7 +367,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="compiletime" id="compiletime">ÄÄÆÄÀϽà ¼³Á¤¿¡ ´ëÇؼ</a></h2> +<h2><a name="compiletime" id="compiletime">ÄÄÆÄÀϽà ¼³Á¤¿¡ ´ëÇؼ</a><a title="Permanent link" href="#compiletime" class="permalink">¶</a></h2> @@ -846,7 +846,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="trace" id="trace">ºÎ·Ï: ½Ã½ºÅÛÈ£Ãâ ±â·ÏÀ» ÀÚ¼¼È÷ ºÐ¼®Çϱâ</a></h2> +<h2><a name="trace" id="trace">ºÎ·Ï: ½Ã½ºÅÛÈ£Ãâ ±â·ÏÀ» ÀÚ¼¼È÷ ºÐ¼®Çϱâ</a><a title="Permanent link" href="#trace" class="permalink">¶</a></h2> diff --git a/docs/manual/misc/perf-tuning.html.tr.utf8 b/docs/manual/misc/perf-tuning.html.tr.utf8 index 1321edf170..a44ae3fe90 100644 --- a/docs/manual/misc/perf-tuning.html.tr.utf8 +++ b/docs/manual/misc/perf-tuning.html.tr.utf8 @@ -57,7 +57,7 @@ </ul><h3>Ayrıca bakınız:</h3><ul class="seealso"><li><a href="#comments_section">Yorum</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="hardware" id="hardware">Donanım ve Ä°ÅŸletim Sistemi ile Ä°lgili Konular</a></h2> +<h2><a name="hardware" id="hardware">Donanım ve Ä°ÅŸletim Sistemi ile Ä°lgili Konular</a><a title="Permanent link" href="#hardware" class="permalink">¶</a></h2> @@ -105,7 +105,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="runtime" id="runtime">Çalışma Anı Yapılandırması ile Ä°lgili Konular</a></h2> +<h2><a name="runtime" id="runtime">Çalışma Anı Yapılandırması ile Ä°lgili Konular</a><a title="Permanent link" href="#runtime" class="permalink">¶</a></h2> @@ -418,7 +418,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="compiletime" id="compiletime">Derleme Sırasında Yapılandırma ile Ä°lgili Konular</a></h2> +<h2><a name="compiletime" id="compiletime">Derleme Sırasında Yapılandırma ile Ä°lgili Konular</a><a title="Permanent link" href="#compiletime" class="permalink">¶</a></h2> <h3>MPM Seçimi</h3> @@ -878,7 +878,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="trace" id="trace">Ek: Bir çaÄŸrı izlemesinin ayrıntılı çözümlemesi</a></h2> +<h2><a name="trace" id="trace">Ek: Bir çaÄŸrı izlemesinin ayrıntılı çözümlemesi</a><a title="Permanent link" href="#trace" class="permalink">¶</a></h2> diff --git a/docs/manual/misc/relevant_standards.html.en b/docs/manual/misc/relevant_standards.html.en index 975e7f1789..da4ad95af2 100644 --- a/docs/manual/misc/relevant_standards.html.en +++ b/docs/manual/misc/relevant_standards.html.en @@ -62,7 +62,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="http_recommendations" id="http_recommendations">HTTP Recommendations</a></h2> +<h2><a name="http_recommendations" id="http_recommendations">HTTP Recommendations</a><a title="Permanent link" href="#http_recommendations" class="permalink">¶</a></h2> <p>Regardless of what modules are compiled and used, Apache as a basic web server complies with the following IETF recommendations:</p> @@ -99,7 +99,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="html_recommendations" id="html_recommendations">HTML Recommendations</a></h2> +<h2><a name="html_recommendations" id="html_recommendations">HTML Recommendations</a><a title="Permanent link" href="#html_recommendations" class="permalink">¶</a></h2> <p>Regarding the Hypertext Markup Language, Apache complies with the following IETF and W3C recommendations:</p> @@ -148,7 +148,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="authentication" id="authentication">Authentication</a></h2> +<h2><a name="authentication" id="authentication">Authentication</a><a title="Permanent link" href="#authentication" class="permalink">¶</a></h2> <p>Concerning the different methods of authentication, Apache follows the following IETF recommendations:</p> @@ -164,7 +164,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="language_country_codes" id="language_country_codes">Language/Country Codes</a></h2> +<h2><a name="language_country_codes" id="language_country_codes">Language/Country Codes</a><a title="Permanent link" href="#language_country_codes" class="permalink">¶</a></h2> <p>The following links document ISO and other language and country code information:</p> diff --git a/docs/manual/misc/relevant_standards.html.ko.euc-kr b/docs/manual/misc/relevant_standards.html.ko.euc-kr index 44aebb4c9a..a7ae05e175 100644 --- a/docs/manual/misc/relevant_standards.html.ko.euc-kr +++ b/docs/manual/misc/relevant_standards.html.ko.euc-kr @@ -64,7 +64,7 @@ </ul><h3>Âü°í</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="http_recommendations" id="http_recommendations">HTTP ±Ç°í</a></h2> +<h2><a name="http_recommendations" id="http_recommendations">HTTP ±Ç°í</a><a title="Permanent link" href="#http_recommendations" class="permalink">¶</a></h2> <p>¾î¶² ¸ðµâÀ» ÄÄÆÄÀÏÇÏ°í »ç¿ëÇÏ´ÂÁö¿Í °ü°è¾øÀÌ ±âº»ÀûÀ¸·Î À¥¼¹öÀÎ ¾ÆÆÄÄ¡´Â ´ÙÀ½ IETF ±Ç°í(recommendation)¸¦ µû¸¥´Ù:</p> @@ -94,7 +94,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="html_recommendations" id="html_recommendations">HTML ±Ç°í</a></h2> +<h2><a name="html_recommendations" id="html_recommendations">HTML ±Ç°í</a><a title="Permanent link" href="#html_recommendations" class="permalink">¶</a></h2> <p>ÇÏÀÌÆÛÅؽºÆ® ¸¶Å©¾÷ ¾ð¾î (Hypertext Markup Language, HTML)¿Í °ü·ÃÇÏ¿© ¾ÆÆÄÄ¡´Â ´ÙÀ½ IETF ±Ç°í¿Í W3C ±Ç°í¸¦ µû¸¥´Ù:</p> @@ -141,7 +141,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="authentication" id="authentication">ÀÎÁõ</a></h2> +<h2><a name="authentication" id="authentication">ÀÎÁõ</a><a title="Permanent link" href="#authentication" class="permalink">¶</a></h2> <p>ÀÎÁõ¹æ¹ý¿¡ ´ëÇØ ¾ÆÆÄÄ¡´Â ´ÙÀ½ IETF ±Ç°í¸¦ µû¸¥´Ù:</p> @@ -155,7 +155,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="language_country_codes" id="language_country_codes">¾ð¾î/±¹°¡ ÄÚµå</a></h2> +<h2><a name="language_country_codes" id="language_country_codes">¾ð¾î/±¹°¡ ÄÚµå</a><a title="Permanent link" href="#language_country_codes" class="permalink">¶</a></h2> <p>¾Æ·¡ ¸µÅ©¿¡ ISO¿Í ´Ù¸¥ ¾ð¾î/±¹°¡ ÄÚµå Á¤º¸°¡ ÀÖ´Ù:</p> diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index fe0efd6d33..46aaa48e41 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -49,7 +49,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="uptodate" id="uptodate">Keep up to Date</a></h2> +<h2><a name="uptodate" id="uptodate">Keep up to Date</a><a title="Permanent link" href="#uptodate" class="permalink">¶</a></h2> <p>The Apache HTTP Server has a good record for security and a developer community highly concerned about security issues. But @@ -70,7 +70,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dos" id="dos">Denial of Service (DoS) attacks</a></h2> +<h2><a name="dos" id="dos">Denial of Service (DoS) attacks</a><a title="Permanent link" href="#dos" class="permalink">¶</a></h2> @@ -151,7 +151,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="serverroot" id="serverroot">Permissions on ServerRoot Directories</a></h2> +<h2><a name="serverroot" id="serverroot">Permissions on ServerRoot Directories</a><a title="Permanent link" href="#serverroot" class="permalink">¶</a></h2> @@ -201,7 +201,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="ssi" id="ssi">Server Side Includes</a></h2> +<h2><a name="ssi" id="ssi">Server Side Includes</a><a title="Permanent link" href="#ssi" class="permalink">¶</a></h2> @@ -241,7 +241,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="cgi" id="cgi">CGI in General</a></h2> +<h2><a name="cgi" id="cgi">CGI in General</a><a title="Permanent link" href="#cgi" class="permalink">¶</a></h2> @@ -263,7 +263,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="nsaliasedcgi" id="nsaliasedcgi">Non Script Aliased CGI</a></h2> +<h2><a name="nsaliasedcgi" id="nsaliasedcgi">Non Script Aliased CGI</a><a title="Permanent link" href="#nsaliasedcgi" class="permalink">¶</a></h2> @@ -280,7 +280,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="saliasedcgi" id="saliasedcgi">Script Aliased CGI</a></h2> +<h2><a name="saliasedcgi" id="saliasedcgi">Script Aliased CGI</a><a title="Permanent link" href="#saliasedcgi" class="permalink">¶</a></h2> @@ -295,7 +295,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dynamic" id="dynamic">Other sources of dynamic content</a></h2> +<h2><a name="dynamic" id="dynamic">Other sources of dynamic content</a><a title="Permanent link" href="#dynamic" class="permalink">¶</a></h2> @@ -309,7 +309,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dynamicsec" id="dynamicsec">Dynamic content security</a></h2> +<h2><a name="dynamicsec" id="dynamicsec">Dynamic content security</a><a title="Permanent link" href="#dynamicsec" class="permalink">¶</a></h2> @@ -327,7 +327,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="systemsettings" id="systemsettings">Protecting System Settings</a></h2> +<h2><a name="systemsettings" id="systemsettings">Protecting System Settings</a><a title="Permanent link" href="#systemsettings" class="permalink">¶</a></h2> @@ -349,7 +349,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="protectserverfiles" id="protectserverfiles">Protect Server Files by Default</a></h2> +<h2><a name="protectserverfiles" id="protectserverfiles">Protect Server Files by Default</a><a title="Permanent link" href="#protectserverfiles" class="permalink">¶</a></h2> @@ -401,7 +401,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="watchyourlogs" id="watchyourlogs">Watching Your Logs</a></h2> +<h2><a name="watchyourlogs" id="watchyourlogs">Watching Your Logs</a><a title="Permanent link" href="#watchyourlogs" class="permalink">¶</a></h2> @@ -447,7 +447,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="merging" id="merging">Merging of configuration sections</a></h2> +<h2><a name="merging" id="merging">Merging of configuration sections</a><a title="Permanent link" href="#merging" class="permalink">¶</a></h2> diff --git a/docs/manual/misc/security_tips.html.es b/docs/manual/misc/security_tips.html.es index e0d850ba90..cc4c3cc71c 100644 --- a/docs/manual/misc/security_tips.html.es +++ b/docs/manual/misc/security_tips.html.es @@ -48,7 +48,7 @@ </ul><h3>Consulte también</h3><ul class="seealso"><li><a href="#comments_section">Comentarios</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="uptodate" id="uptodate">Mantenerse al Día</a></h2> +<h2><a name="uptodate" id="uptodate">Mantenerse al Día</a><a title="Enlace permanente" href="#uptodate" class="permalink">¶</a></h2> <p>El Servidor Apache HTTP tiene un buen historial de seguridad y comunidad de desarrolladores con una alta preocupación por los problemas de seguridad. Pero será inevitable que algunos problemas -- pequeños o grandes -- sean descubiertos en el software después de que éste ha sido publicado. Por esta razón, es crucial estar al tanto de las actualizaciones de software. Si ha obtenido su versión del Servidor HTTP directamente de Apache, le recomendamos encarecidamente que se suscriba a la <a href="http://httpd.apache.org/lists.html#http-announce">Lista de Anuncios del Servidor Apache HTTP</a> donde puede estar informado de nuevas versiones y actualizaciones de seguridad. Hay servicios similares disponibles desde la mayoría de distribuidores de terceros del Software Apache.</p> @@ -56,7 +56,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dos" id="dos">Ataques de Denegación de Servicio (DoS, Denial of Service)</a></h2> +<h2><a name="dos" id="dos">Ataques de Denegación de Servicio (DoS, Denial of Service)</a><a title="Enlace permanente" href="#dos" class="permalink">¶</a></h2> @@ -94,7 +94,7 @@ </ul> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="serverroot" id="serverroot">Permisos en Directorios ServerRoot</a></h2> +<h2><a name="serverroot" id="serverroot">Permisos en Directorios ServerRoot</a><a title="Enlace permanente" href="#serverroot" class="permalink">¶</a></h2> @@ -125,7 +125,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="ssi" id="ssi">Server Side Includes (Inclusiones en la parte Servidor)</a></h2> +<h2><a name="ssi" id="ssi">Server Side Includes (Inclusiones en la parte Servidor)</a><a title="Enlace permanente" href="#ssi" class="permalink">¶</a></h2> @@ -146,7 +146,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="cgi" id="cgi">CGI en General</a></h2> +<h2><a name="cgi" id="cgi">CGI en General</a><a title="Enlace permanente" href="#cgi" class="permalink">¶</a></h2> @@ -156,7 +156,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="nsaliasedcgi" id="nsaliasedcgi">CGI sin Alias de Script</a></h2> +<h2><a name="nsaliasedcgi" id="nsaliasedcgi">CGI sin Alias de Script</a><a title="Enlace permanente" href="#nsaliasedcgi" class="permalink">¶</a></h2> @@ -170,7 +170,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="saliasedcgi" id="saliasedcgi">CGI con Alias de Script</a></h2> +<h2><a name="saliasedcgi" id="saliasedcgi">CGI con Alias de Script</a><a title="Enlace permanente" href="#saliasedcgi" class="permalink">¶</a></h2> @@ -180,7 +180,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dynamic" id="dynamic">Otras fuentes de contenido dinámico</a></h2> +<h2><a name="dynamic" id="dynamic">Otras fuentes de contenido dinámico</a><a title="Enlace permanente" href="#dynamic" class="permalink">¶</a></h2> @@ -189,7 +189,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dynamicsec" id="dynamicsec">Seguridad de Contenido Dinámico</a></h2> +<h2><a name="dynamicsec" id="dynamicsec">Seguridad de Contenido Dinámico</a><a title="Enlace permanente" href="#dynamicsec" class="permalink">¶</a></h2> @@ -199,7 +199,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="systemsettings" id="systemsettings">Configuración de Protección del Sistema</a></h2> +<h2><a name="systemsettings" id="systemsettings">Configuración de Protección del Sistema</a><a title="Enlace permanente" href="#systemsettings" class="permalink">¶</a></h2> @@ -218,7 +218,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="protectserverfiles" id="protectserverfiles">Proteger Ficheros del Servidor por Defecto</a></h2> +<h2><a name="protectserverfiles" id="protectserverfiles">Proteger Ficheros del Servidor por Defecto</a><a title="Enlace permanente" href="#protectserverfiles" class="permalink">¶</a></h2> @@ -257,7 +257,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="watchyourlogs" id="watchyourlogs">Examinando sus Logs</a></h2> +<h2><a name="watchyourlogs" id="watchyourlogs">Examinando sus Logs</a><a title="Enlace permanente" href="#watchyourlogs" class="permalink">¶</a></h2> @@ -293,7 +293,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="merging" id="merging">Fusión de secciones de configuración</a></h2> +<h2><a name="merging" id="merging">Fusión de secciones de configuración</a><a title="Enlace permanente" href="#merging" class="permalink">¶</a></h2> diff --git a/docs/manual/misc/security_tips.html.ko.euc-kr b/docs/manual/misc/security_tips.html.ko.euc-kr index 724f6dd8ce..c06c575bcd 100644 --- a/docs/manual/misc/security_tips.html.ko.euc-kr +++ b/docs/manual/misc/security_tips.html.ko.euc-kr @@ -48,7 +48,7 @@ </ul><h3>Âü°í</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="uptodate" id="uptodate">ÃÖ½ÅÆÇÀ¸·Î À¯ÁöÇϱâ</a></h2> +<h2><a name="uptodate" id="uptodate">ÃÖ½ÅÆÇÀ¸·Î À¯ÁöÇϱâ</a><a title="Permanent link" href="#uptodate" class="permalink">¶</a></h2> <p>¾ÆÆÄÄ¡ À¥¼¹ö´Â ¾ÈÀü°ú º¸¾È ¹®Á¦¿¡ °ü½ÉÀÌ ¸¹Àº °³¹ßÀÚ °øµ¿Ã¼·Î À¯¸íÇÏ´Ù. ±×·¯³ª Å©°Ç ÀÛ°Ç ¹ßÇ¥ÈÄ ¹ß°ßµÇ´Â ¹®Á¦µéÀ» @@ -66,7 +66,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="serverroot" id="serverroot">ServerRoot µð·ºÅ丮 ±ÇÇÑ</a></h2> +<h2><a name="serverroot" id="serverroot">ServerRoot µð·ºÅ丮 ±ÇÇÑ</a><a title="Permanent link" href="#serverroot" class="permalink">¶</a></h2> @@ -113,7 +113,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="ssi" id="ssi">Server Side Includes</a></h2> +<h2><a name="ssi" id="ssi">Server Side Includes</a><a title="Permanent link" href="#ssi" class="permalink">¶</a></h2> @@ -152,7 +152,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="cgi" id="cgi">ÀϹÝÀûÀÎ CGI</a></h2> +<h2><a name="cgi" id="cgi">ÀϹÝÀûÀÎ CGI</a><a title="Permanent link" href="#cgi" class="permalink">¶</a></h2> @@ -173,7 +173,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="nsaliasedcgi" id="nsaliasedcgi">ScriptAliasÇÏÁö ¾ÊÀº CGI</a></h2> +<h2><a name="nsaliasedcgi" id="nsaliasedcgi">ScriptAliasÇÏÁö ¾ÊÀº CGI</a><a title="Permanent link" href="#nsaliasedcgi" class="permalink">¶</a></h2> @@ -190,7 +190,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="saliasedcgi" id="saliasedcgi">ScriptAliasÇÑ CGI</a></h2> +<h2><a name="saliasedcgi" id="saliasedcgi">ScriptAliasÇÑ CGI</a><a title="Permanent link" href="#saliasedcgi" class="permalink">¶</a></h2> @@ -205,7 +205,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dynamic" id="dynamic">µ¿Àû ³»¿ëÀ» »ý¼ºÇÏ´Â ´Ù¸¥ ¹æ¹ý</a></h2> +<h2><a name="dynamic" id="dynamic">µ¿Àû ³»¿ëÀ» »ý¼ºÇÏ´Â ´Ù¸¥ ¹æ¹ý</a><a title="Permanent link" href="#dynamic" class="permalink">¶</a></h2> @@ -218,7 +218,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="systemsettings" id="systemsettings">½Ã½ºÅÛ ¼³Á¤ º¸È£Çϱâ</a></h2> +<h2><a name="systemsettings" id="systemsettings">½Ã½ºÅÛ ¼³Á¤ º¸È£Çϱâ</a><a title="Permanent link" href="#systemsettings" class="permalink">¶</a></h2> @@ -240,7 +240,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="protectserverfiles" id="protectserverfiles">±âº»ÀûÀ¸·Î ¼¹ö¿¡ ÀÖ´Â ÆÄÀÏ º¸È£Çϱâ</a></h2> +<h2><a name="protectserverfiles" id="protectserverfiles">±âº»ÀûÀ¸·Î ¼¹ö¿¡ ÀÖ´Â ÆÄÀÏ º¸È£Çϱâ</a><a title="Permanent link" href="#protectserverfiles" class="permalink">¶</a></h2> @@ -297,7 +297,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="watchyourlogs" id="watchyourlogs">·Î±× »ìÆ캸±â</a></h2> +<h2><a name="watchyourlogs" id="watchyourlogs">·Î±× »ìÆ캸±â</a><a title="Permanent link" href="#watchyourlogs" class="permalink">¶</a></h2> diff --git a/docs/manual/misc/security_tips.html.tr.utf8 b/docs/manual/misc/security_tips.html.tr.utf8 index 79f1a386e9..a6477dc308 100644 --- a/docs/manual/misc/security_tips.html.tr.utf8 +++ b/docs/manual/misc/security_tips.html.tr.utf8 @@ -50,7 +50,7 @@ </ul><h3>Ayrıca bakınız:</h3><ul class="seealso"><li><a href="#comments_section">Yorum</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="uptodate" id="uptodate">Güncel Tutma</a></h2> +<h2><a name="uptodate" id="uptodate">Güncel Tutma</a><a title="Permanent link" href="#uptodate" class="permalink">¶</a></h2> <p>Apache HTTP Sunucusu iyi bir güvenlik sicilinin yanında güvenlik konularıyla oldukça ilgili bir geliÅŸtirici topluluÄŸuna sahiptir. Fakat, @@ -71,7 +71,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dos" id="dos">Hizmet Reddi (DoS) Saldırıları</a></h2> +<h2><a name="dos" id="dos">Hizmet Reddi (DoS) Saldırıları</a><a title="Permanent link" href="#dos" class="permalink">¶</a></h2> <p>Tüm aÄŸ sunucuları, istemcilerin sistem kaynaklarından yararlanmalarını @@ -141,7 +141,7 @@ </ul> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="serverroot" id="serverroot"><code>ServerRoot</code> Dizinlerinin Ä°zinleri</a></h2> +<h2><a name="serverroot" id="serverroot"><code>ServerRoot</code> Dizinlerinin Ä°zinleri</a><a title="Permanent link" href="#serverroot" class="permalink">¶</a></h2> <p>Normalde, Apache root kullanıcı tarafından baÅŸlatılır ve hizmetleri @@ -194,7 +194,7 @@ birileri dosyaya yanıltıcı veriler girebilir.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="ssi" id="ssi">Sunucu Taraflı İçerik YerleÅŸtirme</a></h2> +<h2><a name="ssi" id="ssi">Sunucu Taraflı İçerik YerleÅŸtirme</a><a title="Permanent link" href="#ssi" class="permalink">¶</a></h2> <p>SSI sayfaları bir sunucu yöneticisi açısından çeÅŸitli olası risklere @@ -236,7 +236,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="cgi" id="cgi">CGI Genelinde</a></h2> +<h2><a name="cgi" id="cgi">CGI Genelinde</a><a title="Permanent link" href="#cgi" class="permalink">¶</a></h2> <p>HerÅŸeyden önce ya CGI betiÄŸini/programını yazanlara ya da kendinizin @@ -256,7 +256,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="nsaliasedcgi" id="nsaliasedcgi"><code>ScriptAlias</code>’sız CGI</a></h2> +<h2><a name="nsaliasedcgi" id="nsaliasedcgi"><code>ScriptAlias</code>’sız CGI</a><a title="Permanent link" href="#nsaliasedcgi" class="permalink">¶</a></h2> <p>Kullanıcıların sitenin her yerinde CGI betiklerini çalıştırmalarına @@ -273,7 +273,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="saliasedcgi" id="saliasedcgi"><code>ScriptAlias</code>’lı CGI</a></h2> +<h2><a name="saliasedcgi" id="saliasedcgi"><code>ScriptAlias</code>’lı CGI</a><a title="Permanent link" href="#saliasedcgi" class="permalink">¶</a></h2> <p>CGI’yi belli dizinlerle sınırlamak yöneticiye bu dizinlerde daha iyi @@ -288,7 +288,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dynamic" id="dynamic">Devingen içerikli kaynaklar</a></h2> +<h2><a name="dynamic" id="dynamic">Devingen içerikli kaynaklar</a><a title="Permanent link" href="#dynamic" class="permalink">¶</a></h2> <p>Sunucunun bir parçası gibi çalışan, <code>mod_php</code>, @@ -302,7 +302,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="dynamicsec" id="dynamicsec">Devingen içeriÄŸin güvenliÄŸi</a></h2> +<h2><a name="dynamicsec" id="dynamicsec">Devingen içeriÄŸin güvenliÄŸi</a><a title="Permanent link" href="#dynamicsec" class="permalink">¶</a></h2> <p><code>mod_php</code>, <code>mod_perl</code> veya @@ -324,7 +324,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="systemsettings" id="systemsettings">Sistem Ayarlarının Korunması</a></h2> +<h2><a name="systemsettings" id="systemsettings">Sistem Ayarlarının Korunması</a><a title="Permanent link" href="#systemsettings" class="permalink">¶</a></h2> <p>GüvenliÄŸi gerçekten sıkı tutmak istiyorsanız, kullanıcılarınızın @@ -348,7 +348,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="protectserverfiles" id="protectserverfiles">Sunucu dosyalarının öntanımlı olarak korunması</a></h2> +<h2><a name="protectserverfiles" id="protectserverfiles">Sunucu dosyalarının öntanımlı olarak korunması</a><a title="Permanent link" href="#protectserverfiles" class="permalink">¶</a></h2> <p>Apache’nin ister istemez yanlış anlaşılan yönlerinden biri öntanımlı @@ -413,7 +413,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="watchyourlogs" id="watchyourlogs">Günlüklerin Ä°zlenmesi</a></h2> +<h2><a name="watchyourlogs" id="watchyourlogs">Günlüklerin Ä°zlenmesi</a><a title="Permanent link" href="#watchyourlogs" class="permalink">¶</a></h2> <p>Sunucunuzda olup biteni günü gününe bilmek istiyorsanız <a href="../logs.html">günlük dosyalarına</a> bakmalısınız. Günlük dosyaları @@ -458,7 +458,7 @@ </code></p></div> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="merging" id="merging">Yapılandırma bölümlerinin birleÅŸtirilmesi</a></h2> +<h2><a name="merging" id="merging">Yapılandırma bölümlerinin birleÅŸtirilmesi</a><a title="Permanent link" href="#merging" class="permalink">¶</a></h2> |