diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2014-03-29 21:56:19 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2014-03-29 21:56:45 +0100 |
commit | 2a463b3cd73c32ee9dcd508248d0194923f435f4 (patch) | |
tree | 2ff478255a77a55031056790918b6f983bb7b20a /docs/manual/programs/configure.html.tr.utf8 | |
parent | 86d5cc79d9d6750da8771fdb0c9ab22c19b8ad45 (diff) | |
download | apache2-upstream/2.4.9.tar.gz |
Imported Upstream version 2.4.9upstream/2.4.9
Diffstat (limited to 'docs/manual/programs/configure.html.tr.utf8')
-rw-r--r-- | docs/manual/programs/configure.html.tr.utf8 | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/docs/manual/programs/configure.html.tr.utf8 b/docs/manual/programs/configure.html.tr.utf8 index 5a103610..c214f60f 100644 --- a/docs/manual/programs/configure.html.tr.utf8 +++ b/docs/manual/programs/configure.html.tr.utf8 @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -316,8 +316,8 @@ <p>Hangi modüllerin öntanımlı olarak derlendiğini öğrenmek için <code>./configure -h</code> veya <code>./configure --help</code> komutunu çalıştırın ve çıktıdaki <code>Optional Features</code> - bölümüne bakın. Örnek olarak, <code class="module"><a href="../mod/mod_example1.html">mod_example1</a></code> ve - <code class="module"><a href="../mod/mod_example2.html">mod_example2</a></code> modülleriyle ilgilendiğinizi + bölümüne bakın. Örnek olarak, <code>mod_example1</code> ve + <code>mod_example2</code> modülleriyle ilgilendiğinizi varsayalım:</p> <div class="example"><pre>Optional Features: @@ -458,21 +458,7 @@ <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> yönergelerine ek olarak, derlenmiş tüm modüller <code>--enable-load-all-modules</code> yapılandırma seçeneği ile de - etkinleştirilebilir.</p> - - <p><strong>Yetersizlikler:</strong> - <code>--enable-mods-shared=all</code> aslında bütün modüllerin - derlenmesini sağlamaz. Tüm modülleri derlemek için şunu - yapabilirsiniz:</p> - - <div class="example"><p><code> - ./configure \<br /> - <span class="indent"> - --with-ldap \<br /> - --enable-mods-shared="all ssl ldap cache proxy authn_alias file_cache authnz_ldap charset_lite dav_lock cache_disk" - </span> - </code></p></div> - </dd> + etkinleştirilebilir.</p></dd> <dt><code>--enable-mods-static=<var>modül-listesi</var></code></dt> <dd>Bu seçenek modülleri devingen değil de durağan ilintilemek dışında @@ -775,7 +761,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/programs/configure.h } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> <p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |