diff options
Diffstat (limited to 'rubbos/app/httpd-2.0.64/docs/manual/faq')
16 files changed, 1494 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html new file mode 100644 index 00000000..26b549f1 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html @@ -0,0 +1,13 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: all_in_one.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: all_in_one.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR + +URI: all_in_one.html.tr.utf8 +Content-Language: tr +Content-type: text/html; charset=UTF-8 diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.en b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.en new file mode 100644 index 00000000..24ba124d --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.en @@ -0,0 +1,206 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Frequently Asked Questions - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page"><div id="page-header"> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English"> en </a> | +<a href="../ko/faq/all_in_one.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/all_in_one.html" hreflang="tr" rel="alternate" title="Trke"> tr </a></p> +</div> + + <p>The latest version of this FAQ is always available from the main Apache + web site, at <<a href="http://httpd.apache.org/docs/2.0/faq/">http://httpd.apache.org/docs/2.0/faq/</a>>.</p> + + <p>Since Apache 2.0 is quite new, we don't yet know what the <em>Frequently + Asked Questions</em> will be. While this section fills up, you should also + consult the <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3 + FAQ</a> to see if your question is answered there.</p> +</div> +<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#topics">Topics</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#support">Support</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#error">Error Messages</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 id="topics" name="topics">Topics</a></h2> +<dl><dt><a href="#support">Support</a></dt><dd>What do I do when I have problems?</dd> +<dt><a href="#error">Error Messages</a></dt><dd>What does this error message mean?</dd> +</dl></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="support" id="support">Support</a></h2> + <ul> + <li><a href="#support.what2do">"Why can't I ...? Why won't ... work?" What + to do in case of problems</a></li> + + <li><a href="#support.support">Whom do I contact for support?</a></li> + </ul> + + <h3><a name="support.what2do" id="support.what2do">"Why can't I ...? Why won't ... work?" What to do in case of + problems</a></h3> + + + <p>If you are having trouble with your Apache server software, you should + take the following steps:</p> + + <dl> + <dt>Check the errorlog!</dt> + <dd>Apache tries to be helpful when it encounters a problem. In many + cases, it will provide some details by writing one or messages to the + server error log. Sometimes this is enough for you to diagnose & fix + the problem yourself (such as file permissions or the like). The default + location of the error log is + <code>/usr/local/apache2/logs/error_log</code>, but see the <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> directive in your config files for the + location on your server.</dd> + + <dt>Check the <a href="http://httpd.apache.org/docs/2.0/faq/">FAQ</a>!</dt> + <dd>The latest version of the Apache Frequently-Asked Questions list can + always be found at the main Apache web site.</dd> + + <dt>Check the Apache bug database</dt> + <dd>Most problems that get reported to The Apache Group are recorded in + the <a href="http://httpd.apache.org/bug_report.html">bug database</a>. + <strong>Please</strong> check the existing reports, open + <strong>and</strong> closed, before adding one. If you find that your + issue has already been reported, please <em>don't</em> add a "me, too" + report. If the original report isn't closed yet, we suggest that you + check it periodically. You might also consider contacting the original + submitter, because there may be an email exchange going on about the + issue that isn't getting recorded in the database.</dd> + + <dt><a id="support.what2do.user-support" name="support.what2do.user-support">Ask in a user support forum</a></dt> + <dd><p>Apache has an active community of users who are willing to share + their knowledge. Participating in this community is usually the best and + fastest way to get answers to your questions and problems.</p> + + <p><a href="http://httpd.apache.org/userslist.html">Users + mailing list</a></p> + + <p><a href="irc://irc.freenode.net/#httpd">#httpd</a> on + <a href="http://freenode.net">Freenode IRC</a> is available for + user support issues.</p> + + <p>USENET newsgroups:</p> + + <ul> + <li>comp.infosystems.www.servers.unix + [<a href="news:comp.infosystems.www.servers.unix">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">google</a>] + </li> + + <li>comp.infosystems.www.servers.ms-windows + [<a href="news:comp.infosystems.www.servers.ms-windows">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">google</a>] + </li> + + <li>comp.infosystems.www.authoring.cgi + [<a href="news:comp.infosystems.www.authoring.cgi">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">google</a>] + </li> + </ul></dd> + + <dt>If all else fails, report the problem in the bug database</dt> + <dd><p>If you've gone through those steps above that are appropriate and + have obtained no relief, then please <em>do</em> let the httpd developers + know about the problem by <a href="http://httpd.apache.org/bug_report.html">logging a bug + report</a>.</p> + + <p>If your problem involves the server crashing and generating a core + dump, please include a backtrace (if possible). As an example,</p> + + <div class="example"><p><code> + # cd <var>ServerRoot</var><br /> + # dbx <var>httpd</var> <var>core</var><br /> + (dbx) where + </code></p></div> + + <p>(Substitute the appropriate locations for your <var>ServerRoot</var> + and your <var>httpd</var> and <var>core</var> files. You may have to use + <code>gdb</code> instead of <code>dbx</code>.)</p> + </dd> + </dl> + + + <h3><a name="support.support" id="support.support">Whom do I contact for support?</a></h3> + <p>With several million users and fewer than forty volunteer developers, + we cannot provide personal support for Apache. For free support, we + suggest participating in a <a href="#support.what2do.user-support">user forum</a>.</p> + + <p>Professional, commercial support for Apache is available from + <a href="http://www.apache.org/info/support.cgi">a number of + companies</a>.</p> + +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="error" id="error">Error Messages</a></h2> + <ul> + <li><a href="#error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></li> + <li><a href="#error.acceptex">AcceptEx failed</a></li> + <li><a href="#error.scriptheaders">Premature end of script + headers</a></li> + </ul> + + <h3><a name="error.sendfile" id="error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></h3> + + <p>Apache uses the <code>sendfile</code> syscall on platforms + where it is available in order to speed sending of responses. + Unfortunately, on some systems, Apache will detect the presence of + <code>sendfile</code> at compile-time, even when it does not work + properly. This happens most frequently when using network or + other non-standard file-system.</p> + + <p>Symptoms of this problem include the above message in the error + log and zero-length responses to non-zero-sized files. The + problem generally occurs only for static files, since dynamic + content usually does not make use of <code>sendfile</code>.</p> + + <p>To fix this problem, simply use the <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> directive to disable + <code>sendfile</code> for all or part of your server. Also see + the <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code>, which can + help with similar problems.</p> + + + + <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3> + + <p>If you get error messages related to the <code>AcceptEx</code> syscall + on win32, see the <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code> + directive.</p> + + + + <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script + headers</a></h3> + + <p>Most problems with CGI scripts result in this message written in the + error log together with an <code>Internal Server Error</code> delivered + to the browser. A guide to helping debug this type of problem is + available in the <a href="../howto/cgi.html#troubleshoot">CGI + tutorial</a>.</p> + + +</div></div> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English"> en </a> | +<a href="../ko/faq/all_in_one.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/all_in_one.html" hreflang="tr" rel="alternate" title="Trke"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.ko.euc-kr b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.ko.euc-kr new file mode 100644 index 00000000..46fbf1e2 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.ko.euc-kr @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="EUC-KR"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title> (FAQ) - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page"><div id="page-header"> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1> (FAQ)</h1> +<div class="toplang"> +<p><span> : </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/all_in_one.html" title="Korean"> ko </a> | +<a href="../tr/faq/all_in_one.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div> + + <p>FAQ ֽ ġ Ʈ <<a href="http://httpd.apache.org/docs/2.0/faq/">http://httpd.apache.org/docs/2.0/faq/</a>> + ִ.</p> + + <p>ġ 2.0 ȵǼ 츮 <em> + (FAQ)</em> . ä + ش ٸ <a href="http://httpd.apache.org/docs/misc/FAQ.html">ġ + 1.3 FAQ</a> ϶.</p> +</div> +<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#topics"></a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#support"></a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#error"></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 id="topics" name="topics"></a></h2> +<dl><dt><a href="#support"></a></dt><dd> ذϳ?</dd> +<dt><a href="#error"></a></dt><dd> ΰ?</dd> +</dl></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="support" id="support"></a></h2> + <ul> + <li><a href="#support.what2do">" ... ȵdz? ... + ʴ°?" </a></li> + + <li><a href="#support.support"> + ϳ?</a></li> + </ul> + + <h3><a name="support.what2do" id="support.what2do">" ... ȵdz? ... ʴ°?" + </a></h3> + + + <p>ġ Ʈ + ܰ踦 :</p> + + <dl> + <dt> α(errorlog) Ȯ϶!</dt> + <dd>ġ ַ Ѵ. + α ڼ Ѵ. + ̰ε (ϱ ) ߰ϰ ĥ + ִ 찡 . α ⺻ ġ + <code>/usr/local/apache2/logs/error_log</code>, + Ȯ ġ <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> þ ϶.</dd> + + <dt><a href="http://httpd.apache.org/docs/2.0/faq/">FAQ</a> + Ȯ϶!</dt> + <dd>ġ Ʈ ġ FAQ ֽ + ִ.</dd> + + <dt>ġ ͺ̽ Ȯ϶</dt> + <dd>ġ(The Apache Group) κ + <a href="http://httpd.apache.org/bug_report.html"> + ͺ̽</a> ϵȴ. ߰ϱ , + ̹ ˷ų(open) ذ(closed) װ ִ Ȯϱ + <strong>ٶ</strong>. ̹ Ǿٸ " + ̷ ִٰ" <em>ʱ</em> ٶ. + ذ ʾҴٸ ֱ Ȳ Ȯϱ ٶ. , + ͺ̽ ϵ ʰ ̸ ȯ + ó غ + ִ.</dd> + + <dt><a id="support.what2do.user-support" name="support.what2do.user-support"> + Ѵ</a></dt> + <dd><p>ġ ϱ ϴ Ȱ + ü ִ. Ϲ ̷ ü ϴ + ̴.</p> + + <p><a href="http://httpd.apache.org/userslist.html"> + ϸƮ</a></p> + + <p>USENET :</p> + + <ul> + <li>comp.infosystems.www.servers.unix + [<a href="news:comp.infosystems.www.servers.unix">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">google</a>] + </li> + + <li>comp.infosystems.www.servers.ms-windows + [<a href="news:comp.infosystems.www.servers.ms-windows">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">google</a>] + </li> + + <li>comp.infosystems.www.authoring.cgi + [<a href="news:comp.infosystems.www.authoring.cgi">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">google</a>] + </li> + </ul></dd> + + <dt> ϸ ͺ̽ + Ѵ</dt> + <dd><p> ܰ踦 õϰ ذå ٸ, <a href="http://httpd.apache.org/bug_report.html"> + Ͽ</a> ڵ鿡 <em>˸</em> + ٶ.</p> + + <p>core dump ״ (ϸ) + backtrace<span class="transnote">(<em>;</em> Ȯ + Ͽ, α η Ǿ + ˷ִ )</span> ϱ ٶ. ,</p> + + <div class="example"><p><code> + # cd <var>ServerRoot</var><br /> + # dbx <var>httpd</var> <var>core</var><br /> + (dbx) where + </code></p></div> + + <p>(<var>ServerRoot</var>, <var>httpd</var>, <var>core</var> + ġ ϶. <code>dbx</code> + <code>gdb</code> ؾ ִ.)</p> + </dd> + </dl> + + + <h3><a name="support.support" id="support.support"> + ϳ?</a></h3> + <p>40 ڹ ڸδ 鸸 + ڿ ġ . + <a href="#support.what2do.user-support"> + </a> ϱ Ѵ.</p> + + <p>ġ <a href="http://www.apache.org/info/support.cgi"> + ȸ</a> Ѵ.</p> + +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="error" id="error"></a></h2> + <ul> + <li><a href="#error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></li> + <li><a href="#error.acceptex">AcceptEx failed</a></li> + <li><a href="#error.scriptheaders">Premature end of script + headers</a></li> + </ul> + + <h3><a name="error.sendfile" id="error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></h3> + + <p>÷ <code>sendfile</code> ýȣ Ѵٸ, + ġ ӵ ϱ ýȣ Ѵ. + ýۿ ġ Ҷ + <code>sendfile</code> ۵ ʴµ + ۵Ѵٰ Ѵ. Ʈ Ͻý̳ ǥ + Ͻý Ҷ Ѵ.</p> + + <p> α(error log) + ϰų ũⰡ 0 ƴ Ͽ ũⰡ 0 + ϴ ̴. Ҷ + <code>sendfile</code> ʱ Ϲ + ûҶ Ѵ.</p> + + <p> ذϷ <code>sendfile</code> + ʵ <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> + þ Ѵ. , ̿ <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code> ϶.</p> + + + + <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3> + + <p>win32 <code>AcceptEx</code> ýȣ + , <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code> + þ ϶.</p> + + + + <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script + headers</a></h3> + + <p> CGI ũƮ <code>Internal + Server Error</code> α Ѵ. + ̷ Ҷ <a href="../howto/cgi.html#troubleshoot">CGI 丮</a> + ִ.</p> + + +</div></div> +<div class="bottomlang"> +<p><span> : </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/all_in_one.html" title="Korean"> ko </a> | +<a href="../tr/faq/all_in_one.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.tr.utf8 b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.tr.utf8 new file mode 100644 index 00000000..353b2614 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/all_in_one.html.tr.utf8 @@ -0,0 +1,209 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="tr" xml:lang="tr"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Sıkça Sorulan Sorular - Apache HTTP Sunucusu</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page"><div id="page-header"> +<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p> +<p class="apache">Apache HTTP Sunucusu Sürüm 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Sunucusu</a> > <a href="http://httpd.apache.org/docs/">Belgeleme</a> > <a href="../">Sürüm 2.0</a> > <a href="./">SSS</a></div><div id="page-content"><div id="preamble"><h1>Sıkça Sorulan Sorular</h1> +<div class="toplang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/all_in_one.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/all_in_one.html" title="Türkçe"> tr </a></p> +</div> + + <p>Bu SSS’nin en son sürümünü daima <<a href="http://httpd.apache.org/docs/2.0/faq/">http://httpd.apache.org/docs/2.0/faq/</a>> adresindeki + ana Apache sitesinde bulabilirsiniz.</p> + + <p>Apache 2.0 yeni olduğundan <em>Sıkça Sorulan Soruların</em> neler + olacağını henüz bilmiyoruz. Bu bölüm dolana kadar sorularınızın + yanıtlarını aramak için <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3 SSS</a>’sini + incelemenizi öneriyoruz.</p> +</div> +<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#topics">Konular</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#support">Destek</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#error">Hata İletileri</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 id="topics" name="topics">Konular</a></h2> +<dl><dt><a href="#support">Destek</a></dt><dd>Sorunlarım olduğunda ne yapayım?</dd> +<dt><a href="#error">Hata İletileri</a></dt><dd>Bu hata iletileri ne anlama geliyor?</dd> +</dl></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="support" id="support">Destek</a></h2> + <ul> + <li><a href="#support.what2do">“Neden ... yapamıyorum? Niçin ... çalışmıyor?” gibi sorular için</a></li> + + <li><a href="#support.support">Destek için kime başvurayım?</a></li> + </ul> + + <h3><a name="support.what2do" id="support.what2do">“Neden ... yapamıyorum? Niçin ... çalışmıyor?” gibi + sorular için</a></h3> + + + <p>Apache sunucu yazılımınızla ilgili sorunlar yaşıyorsanız şu + adımları izleyin:</p> + + <dl> + <dt>Günlük kayıt dosyalarına bakın!</dt> + <dd>Apache sorunları saptamaya ve size yardımcı olmaya çalışır. Çoğu + durumda, günlük dosyalarına bir kaç ileti yazarak sunucu hataları için + size bazı ayrıntıları sağlayacaktır. Bu genellikle sorunun sizin + tarafınızdan teşhis edilmesi (dosya izinleri ve benzeri) ve düzeltilmesi + için yeterli olur. Hata kayıtlarının tutulduğu günlük dosyalarının + öntanımlı yeri <code>/usr/local/apache2/logs/error_log</code> olup + sizin sunucunuzdaki yeri için yapılandırma dosyalarınızdaki <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> yönergesine bakabilirsiniz.</dd> + + <dt><a href="http://httpd.apache.org/docs/2.0/faq/">SSS</a>’ye + bakın!</dt> + <dd>Apache Sıkça Sorulan Sorular listesinin en son sürümünü daima + <a href="http://httpd.apache.org/docs/2.0/faq/">ana Apache sitesinde</a> bulabilirsiniz.</dd> + + <dt>Apache hata ayıklama veritabanına bakın</dt> + <dd>Apache Grubuna bildirilen çoğu sorun <a href="http://httpd.apache.org/bug_report.html">hata ayıklama + veritabanına</a> kaydedilir. Açık ya da kapalı, mevcut hata raporlarını + incelemeden ve sorununuz hakkında kullanıcı destek listelerine (aşağıya + bakınız) danışmadan lütfen yeni bir hata bildirimi + <strong>yapmayın</strong>. Zaten raporlanmış bir sorunsa bir “ben de” + veya “+1” raporu <em>eklemeyin</em>. Eğer özgün rapor henüz + kapatılmamışsa ara sıra son durumuna bakmanızı öneririz. Ayrıca, + raporu gönderenle de iletişime geçmeniz iyi olabilir, çünkü konu + hakkında henüz veritabanına geçmemiş bir eposta alışverişi olabilir.</dd> + + <dt><a id="support.what2do.user-support" name="support.what2do.user-support">Bir kullanıcı destek listesine + sorun</a></dt> + <dd><p>Apache, bilgilerini gönüllü olarak paylaşan etkin bir kullanıcı + topluluğuna sahiptir. Bu topluluğa katılarak sorularınıza ve + sorunlarınıza genellikle en iyi ve en hızlı yanıtı alırsınız.</p> + + <p><a href="http://httpd.apache.org/userslist.html">Apache kullanıcıları + eposta listesi</a></p> + + <p>Kullanıcılara destek için <a href="http://freenode.net">Freenode IRC</a>'nin + <a href="irc://irc.freenode.net/#httpd">#httpd</a> kanalı</p> + + <p>USENET haber öbekleri:</p> + + <ul> + <li>comp.infosystems.www.servers.unix + [<a href="news:comp.infosystems.www.servers.unix">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">google</a>] + </li> + + <li>comp.infosystems.www.servers.ms-windows + [<a href="news:comp.infosystems.www.servers.ms-windows">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">google</a>] + </li> + + <li>comp.infosystems.www.authoring.cgi + [<a href="news:comp.infosystems.www.authoring.cgi">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">google</a>] + </li> + </ul></dd> + + <dt>Bunlar da çözüm olmadıysa sorunu hata ayıklama veritabanına + bildirin</dt> + <dd><p>Eğer yukarıdaki adımlardan size uygun olanları izlemiş ve + bir çare bulamamışsanız lütfen <a href="http://httpd.apache.org/bug_report.html">bir hata ayıklama + bildirimi</a>nde bulunarak httpd geliştiricilerini sorun hakkında + bilgilendirin.</p> + + <p>Eğer sorununuz sunucunun çökmesine ve bir ‘core’ üretilmesine sebep + oluyorsa hatayı bildirirken lütfen (mümkünse) bir geriye doğru hata + izleme raporu ekleyin. Bir örnek:</p> + + <div class="example"><p><code> + # cd <var>ServerRoot</var><br /> + # dbx <var>httpd</var> <var>core</var><br /> + (dbx) where + </code></p></div> + + <p>(<var>ServerRoot</var> yerine kendi sunucu kök dizininizi ve + <var>httpd</var> ve <var>core</var> dosyalarının yerine de kendi + dosyalarınızı yazınız. Ayrıca, <code>dbx</code> yerine + <code>gdb</code> de kullanabilirsiniz.)</p> + </dd> + </dl> + + + <h3><a name="support.support" id="support.support">Destek için kime başvurayım?</a></h3> + <p>Milyonlarca kullanıcı ve altmıştan az gönüllü geliştirici ile + Apache için kişisel destek sağlayamıyoruz. Ücretsiz destek için + <a href="#support.what2do.user-support">yardımlaşma listelerine</a> + katılmanızı öneriyoruz.</p> + + <p>Profesyonel ve ticari Apache desteği almak için bu tür destekleri + sunan <a href="http://www.apache.org/info/support.cgi">şirketlere + başvurunuz</a>.</p> + +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="error" id="error">Hata İletileri</a></h2> + <ul> + <li><a href="#error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></li> + <li><a href="#error.acceptex">AcceptEx failed</a></li> + <li><a href="#error.scriptheaders">Premature end of script + headers</a></li> + </ul> + + <h3><a name="error.sendfile" id="error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></h3> + + <p>Yanıtların gönderiminin hızlandırılmasının mümkün olduğu platformlarda + Apache <code>sendfile</code> sistem çağrısını kullanır. Ne yazık ki, + Apache’nin derleme sırasında varlığını tespit ettiği + <code>sendfile</code> bazı sistemlerde düzgün çalışmaz. Bu en çok ağ ve + diğer standartdışı dosya sistemleri kullanılırken ortaya çıkar.</p> + + <p>Hata kayıt dosyalarında yukarıdaki iletinin bulunması, sıfır boyutlu + olmayan dosyalar için sıfır boyutlu yanıtlar dönmesi bu sorunun + belirtileri arasında sayılabilir. Devingen içerik için normalde + <code>sendfile</code> kullanılmadığından sorun genellikle sadece durağan + dosyalarda ortaya çıkar.</p> + + <p>Sorunu ortadan kaldırmak için <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> yönergesini kullanarak sunucunun + bütün bölümlerinde <code>sendfile</code> kullanımını iptal etmek yeterli + olur. Ayrıca, benzer sorunlarda yardımı olabilen <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code> yönergesine de bakınız.</p> + + + + <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3> + + <p>Eğer win32’de <code>AcceptEx</code> sistem çağrısı ile ilgili hata + iletileri alıyorsanız <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code> yönergesine + bakınız.</p> + + + + <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script + headers</a></h3> + + <p>CGI betiklerindeki çoğu sorun tarayıcıya bir <code>Internal Server + Error</code> (Dahili Sunucu Hatası) bildirimiyle ve hata kayıt dosyasına + bu iletinin yazılmasıyla sonuçlanır. Bu tür sorunlarda hata ayıklamaya + yardımcı olmak için bir <a href="../howto/cgi.html#troubleshoot">CGI + öğretici</a> mevcuttur.</p> + + +</div></div> +<div class="bottomlang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/all_in_one.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/all_in_one.html" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 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="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html new file mode 100644 index 00000000..10b45850 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html @@ -0,0 +1,13 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: error.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: error.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR + +URI: error.html.tr.utf8 +Content-Language: tr +Content-type: text/html; charset=UTF-8 diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.en b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.en new file mode 100644 index 00000000..e2086ca9 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.en @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Error Messages - Frequently Asked Questions - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Error Messages - Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/error.html" title="English"> en </a> | +<a href="../ko/faq/error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/error.html" hreflang="tr" rel="alternate" title="Trke"> tr </a></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="error" id="error">Error Messages</a></h2> + <ul> + <li><a href="#error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></li> + <li><a href="#error.acceptex">AcceptEx failed</a></li> + <li><a href="#error.scriptheaders">Premature end of script + headers</a></li> + </ul> + + <h3><a name="error.sendfile" id="error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></h3> + + <p>Apache uses the <code>sendfile</code> syscall on platforms + where it is available in order to speed sending of responses. + Unfortunately, on some systems, Apache will detect the presence of + <code>sendfile</code> at compile-time, even when it does not work + properly. This happens most frequently when using network or + other non-standard file-system.</p> + + <p>Symptoms of this problem include the above message in the error + log and zero-length responses to non-zero-sized files. The + problem generally occurs only for static files, since dynamic + content usually does not make use of <code>sendfile</code>.</p> + + <p>To fix this problem, simply use the <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> directive to disable + <code>sendfile</code> for all or part of your server. Also see + the <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code>, which can + help with similar problems.</p> + + + + <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3> + + <p>If you get error messages related to the <code>AcceptEx</code> syscall + on win32, see the <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code> + directive.</p> + + + + <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script + headers</a></h3> + + <p>Most problems with CGI scripts result in this message written in the + error log together with an <code>Internal Server Error</code> delivered + to the browser. A guide to helping debug this type of problem is + available in the <a href="../howto/cgi.html#troubleshoot">CGI + tutorial</a>.</p> + + +</div></div> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/error.html" title="English"> en </a> | +<a href="../ko/faq/error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/error.html" hreflang="tr" rel="alternate" title="Trke"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.ko.euc-kr b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.ko.euc-kr new file mode 100644 index 00000000..b4c390db --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.ko.euc-kr @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="EUC-KR"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title> - (FAQ) - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1> - (FAQ)</h1> +<div class="toplang"> +<p><span> : </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/error.html" title="Korean"> ko </a> | +<a href="../tr/faq/error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></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="error" id="error"></a></h2> + <ul> + <li><a href="#error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></li> + <li><a href="#error.acceptex">AcceptEx failed</a></li> + <li><a href="#error.scriptheaders">Premature end of script + headers</a></li> + </ul> + + <h3><a name="error.sendfile" id="error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></h3> + + <p>÷ <code>sendfile</code> ýȣ Ѵٸ, + ġ ӵ ϱ ýȣ Ѵ. + ýۿ ġ Ҷ + <code>sendfile</code> ۵ ʴµ + ۵Ѵٰ Ѵ. Ʈ Ͻý̳ ǥ + Ͻý Ҷ Ѵ.</p> + + <p> α(error log) + ϰų ũⰡ 0 ƴ Ͽ ũⰡ 0 + ϴ ̴. Ҷ + <code>sendfile</code> ʱ Ϲ + ûҶ Ѵ.</p> + + <p> ذϷ <code>sendfile</code> + ʵ <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> + þ Ѵ. , ̿ <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code> ϶.</p> + + + + <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3> + + <p>win32 <code>AcceptEx</code> ýȣ + , <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code> + þ ϶.</p> + + + + <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script + headers</a></h3> + + <p> CGI ũƮ <code>Internal + Server Error</code> α Ѵ. + ̷ Ҷ <a href="../howto/cgi.html#troubleshoot">CGI 丮</a> + ִ.</p> + + +</div></div> +<div class="bottomlang"> +<p><span> : </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/error.html" title="Korean"> ko </a> | +<a href="../tr/faq/error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.tr.utf8 b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.tr.utf8 new file mode 100644 index 00000000..b34d0418 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/error.html.tr.utf8 @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="tr" xml:lang="tr"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Hata İletileri - Sıkça Sorulan Sorular - Apache HTTP Sunucusu</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p> +<p class="apache">Apache HTTP Sunucusu Sürüm 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Sunucusu</a> > <a href="http://httpd.apache.org/docs/">Belgeleme</a> > <a href="../">Sürüm 2.0</a> > <a href="./">SSS</a></div><div id="page-content"><div id="preamble"><h1>Hata İletileri - Sıkça Sorulan Sorular</h1> +<div class="toplang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/error.html" title="Türkçe"> tr </a></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="error" id="error">Hata İletileri</a></h2> + <ul> + <li><a href="#error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></li> + <li><a href="#error.acceptex">AcceptEx failed</a></li> + <li><a href="#error.scriptheaders">Premature end of script + headers</a></li> + </ul> + + <h3><a name="error.sendfile" id="error.sendfile">Invalid argument: + core_output_filter: writing data to the network</a></h3> + + <p>Yanıtların gönderiminin hızlandırılmasının mümkün olduğu platformlarda + Apache <code>sendfile</code> sistem çağrısını kullanır. Ne yazık ki, + Apache’nin derleme sırasında varlığını tespit ettiği + <code>sendfile</code> bazı sistemlerde düzgün çalışmaz. Bu en çok ağ ve + diğer standartdışı dosya sistemleri kullanılırken ortaya çıkar.</p> + + <p>Hata kayıt dosyalarında yukarıdaki iletinin bulunması, sıfır boyutlu + olmayan dosyalar için sıfır boyutlu yanıtlar dönmesi bu sorunun + belirtileri arasında sayılabilir. Devingen içerik için normalde + <code>sendfile</code> kullanılmadığından sorun genellikle sadece durağan + dosyalarda ortaya çıkar.</p> + + <p>Sorunu ortadan kaldırmak için <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> yönergesini kullanarak sunucunun + bütün bölümlerinde <code>sendfile</code> kullanımını iptal etmek yeterli + olur. Ayrıca, benzer sorunlarda yardımı olabilen <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code> yönergesine de bakınız.</p> + + + + <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3> + + <p>Eğer win32’de <code>AcceptEx</code> sistem çağrısı ile ilgili hata + iletileri alıyorsanız <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code> yönergesine + bakınız.</p> + + + + <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script + headers</a></h3> + + <p>CGI betiklerindeki çoğu sorun tarayıcıya bir <code>Internal Server + Error</code> (Dahili Sunucu Hatası) bildirimiyle ve hata kayıt dosyasına + bu iletinin yazılmasıyla sonuçlanır. Bu tür sorunlarda hata ayıklamaya + yardımcı olmak için bir <a href="../howto/cgi.html#troubleshoot">CGI + öğretici</a> mevcuttur.</p> + + +</div></div> +<div class="bottomlang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/error.html" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 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="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html new file mode 100644 index 00000000..0f2f79ca --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html @@ -0,0 +1,13 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR + +URI: index.html.tr.utf8 +Content-Language: tr +Content-type: text/html; charset=UTF-8 diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.en b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.en new file mode 100644 index 00000000..e0335eaa --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.en @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Frequently Asked Questions - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/" title="English"> en </a> | +<a href="../ko/faq/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/" hreflang="tr" rel="alternate" title="Trke"> tr </a></p> +</div> + + <p>The latest version of this FAQ is always available from the + main Apache web site, at <<a href="http://httpd.apache.org/docs/2.0/faq/">http://httpd.apache.org/docs/2.0/faq/</a>>. In addition, you can view + this FAQ <a href="all_in_one.html">all in one page</a> for easy searching + and printing.</p> + + <p>Since Apache 2.0 is quite new, we don't yet know what the + <em>Frequently Asked Questions</em> will be. While this section fills up, + you should also consult the <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3 FAQ</a> to see + if your question is answered there.</p> +</div> +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a id="topics" name="topics">Topics</a></h2> +<dl><dt><a href="support.html">Support</a></dt><dd>What do I do when I have problems?</dd> +<dt><a href="error.html">Error Messages</a></dt><dd>What does this error message mean?</dd> +</dl></div></div> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/" title="English"> en </a> | +<a href="../ko/faq/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/" hreflang="tr" rel="alternate" title="Trke"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.ko.euc-kr b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.ko.euc-kr new file mode 100644 index 00000000..7d0c8a55 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.ko.euc-kr @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="EUC-KR"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title> (FAQ) - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1> (FAQ)</h1> +<div class="toplang"> +<p><span> : </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/" title="Korean"> ko </a> | +<a href="../tr/faq/" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div> + + <p>FAQ ֽ ġ Ʈ <<a href="http://httpd.apache.org/docs/2.0/faq/">http://httpd.apache.org/docs/2.0/faq/</a>> + ִ. , ˻ϰ ϱ ϰ FAQ <a href="all_in_one.html"> </a> ִ.</p> + + <p>ġ 2.0 ȵǼ 츮 <em> + (FAQ)</em> . ä + ش ٸ <a href="http://httpd.apache.org/docs/misc/FAQ.html">ġ + 1.3 FAQ</a> ϶.</p> +</div> +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a id="topics" name="topics"></a></h2> +<dl><dt><a href="support.html"></a></dt><dd> ذϳ?</dd> +<dt><a href="error.html"></a></dt><dd> ΰ?</dd> +</dl></div></div> +<div class="bottomlang"> +<p><span> : </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/" title="Korean"> ko </a> | +<a href="../tr/faq/" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.tr.utf8 b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.tr.utf8 new file mode 100644 index 00000000..c8f1ae80 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/index.html.tr.utf8 @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="tr" xml:lang="tr"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Sıkça Sorulan Sorular - Apache HTTP Sunucusu</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p> +<p class="apache">Apache HTTP Sunucusu Sürüm 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Sunucusu</a> > <a href="http://httpd.apache.org/docs/">Belgeleme</a> > <a href="../">Sürüm 2.0</a></div><div id="page-content"><div id="preamble"><h1>Sıkça Sorulan Sorular</h1> +<div class="toplang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/" title="Türkçe"> tr </a></p> +</div> + + <p>Bu SSS’nin en son sürümünü daima <<a href="http://httpd.apache.org/docs/2.0/faq/">http://httpd.apache.org/docs/2.0/faq/</a>> adresindeki + ana Apache sitesinde bulabilirsiniz. Ayrıca, bu SSS’yi kolayca araştırmak + ve yazdırmak için <a href="all_in_one.html">hepsi bir arada sayfasına</a> + bakabilirsiniz.</p> + + <p>Apache 2.0 yeni olduğundan <em>Sıkça Sorulan Soruların</em> neler + olacağını henüz bilmiyoruz. Bu bölüm dolana kadar sorularınızın yanıtlarını + aramak için <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3 SSS</a>’sini + incelemenizi öneriyoruz.</p> +</div> +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a id="topics" name="topics">Konular</a></h2> +<dl><dt><a href="support.html">Destek</a></dt><dd>Sorunlarım olduğunda ne yapayım?</dd> +<dt><a href="error.html">Hata İletileri</a></dt><dd>Bu hata iletileri ne anlama geliyor?</dd> +</dl></div></div> +<div class="bottomlang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 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="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html new file mode 100644 index 00000000..11873803 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html @@ -0,0 +1,13 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: support.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: support.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR + +URI: support.html.tr.utf8 +Content-Language: tr +Content-type: text/html; charset=UTF-8 diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.en b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.en new file mode 100644 index 00000000..861781fe --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.en @@ -0,0 +1,138 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Support - Frequently Asked Questions - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Support - Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/support.html" title="English"> en </a> | +<a href="../ko/faq/support.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/support.html" hreflang="tr" rel="alternate" title="Trke"> tr </a></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="support" id="support">Support</a></h2> + <ul> + <li><a href="#support.what2do">"Why can't I ...? Why won't ... work?" What + to do in case of problems</a></li> + + <li><a href="#support.support">Whom do I contact for support?</a></li> + </ul> + + <h3><a name="support.what2do" id="support.what2do">"Why can't I ...? Why won't ... work?" What to do in case of + problems</a></h3> + + + <p>If you are having trouble with your Apache server software, you should + take the following steps:</p> + + <dl> + <dt>Check the errorlog!</dt> + <dd>Apache tries to be helpful when it encounters a problem. In many + cases, it will provide some details by writing one or messages to the + server error log. Sometimes this is enough for you to diagnose & fix + the problem yourself (such as file permissions or the like). The default + location of the error log is + <code>/usr/local/apache2/logs/error_log</code>, but see the <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> directive in your config files for the + location on your server.</dd> + + <dt>Check the <a href="http://httpd.apache.org/docs/2.0/faq/">FAQ</a>!</dt> + <dd>The latest version of the Apache Frequently-Asked Questions list can + always be found at the main Apache web site.</dd> + + <dt>Check the Apache bug database</dt> + <dd>Most problems that get reported to The Apache Group are recorded in + the <a href="http://httpd.apache.org/bug_report.html">bug database</a>. + <strong>Please</strong> check the existing reports, open + <strong>and</strong> closed, before adding one. If you find that your + issue has already been reported, please <em>don't</em> add a "me, too" + report. If the original report isn't closed yet, we suggest that you + check it periodically. You might also consider contacting the original + submitter, because there may be an email exchange going on about the + issue that isn't getting recorded in the database.</dd> + + <dt><a id="support.what2do.user-support" name="support.what2do.user-support">Ask in a user support forum</a></dt> + <dd><p>Apache has an active community of users who are willing to share + their knowledge. Participating in this community is usually the best and + fastest way to get answers to your questions and problems.</p> + + <p><a href="http://httpd.apache.org/userslist.html">Users + mailing list</a></p> + + <p><a href="irc://irc.freenode.net/#httpd">#httpd</a> on + <a href="http://freenode.net">Freenode IRC</a> is available for + user support issues.</p> + + <p>USENET newsgroups:</p> + + <ul> + <li>comp.infosystems.www.servers.unix + [<a href="news:comp.infosystems.www.servers.unix">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">google</a>] + </li> + + <li>comp.infosystems.www.servers.ms-windows + [<a href="news:comp.infosystems.www.servers.ms-windows">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">google</a>] + </li> + + <li>comp.infosystems.www.authoring.cgi + [<a href="news:comp.infosystems.www.authoring.cgi">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">google</a>] + </li> + </ul></dd> + + <dt>If all else fails, report the problem in the bug database</dt> + <dd><p>If you've gone through those steps above that are appropriate and + have obtained no relief, then please <em>do</em> let the httpd developers + know about the problem by <a href="http://httpd.apache.org/bug_report.html">logging a bug + report</a>.</p> + + <p>If your problem involves the server crashing and generating a core + dump, please include a backtrace (if possible). As an example,</p> + + <div class="example"><p><code> + # cd <var>ServerRoot</var><br /> + # dbx <var>httpd</var> <var>core</var><br /> + (dbx) where + </code></p></div> + + <p>(Substitute the appropriate locations for your <var>ServerRoot</var> + and your <var>httpd</var> and <var>core</var> files. You may have to use + <code>gdb</code> instead of <code>dbx</code>.)</p> + </dd> + </dl> + + + <h3><a name="support.support" id="support.support">Whom do I contact for support?</a></h3> + <p>With several million users and fewer than forty volunteer developers, + we cannot provide personal support for Apache. For free support, we + suggest participating in a <a href="#support.what2do.user-support">user forum</a>.</p> + + <p>Professional, commercial support for Apache is available from + <a href="http://www.apache.org/info/support.cgi">a number of + companies</a>.</p> + +</div></div> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/support.html" title="English"> en </a> | +<a href="../ko/faq/support.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/support.html" hreflang="tr" rel="alternate" title="Trke"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.ko.euc-kr b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.ko.euc-kr new file mode 100644 index 00000000..09c58f8c --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.ko.euc-kr @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="EUC-KR"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title> - (FAQ) - Apache HTTP Server</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p> +<p class="apache">Apache HTTP Server Version 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1> - (FAQ)</h1> +<div class="toplang"> +<p><span> : </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/support.html" title="Korean"> ko </a> | +<a href="../tr/faq/support.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div> +<div class="outofdate"> ֽ ƴմϴ. + ֱٿ ϼ.</div> +</div> +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="support" id="support"></a></h2> + <ul> + <li><a href="#support.what2do">" ... ȵdz? ... + ʴ°?" </a></li> + + <li><a href="#support.support"> + ϳ?</a></li> + </ul> + + <h3><a name="support.what2do" id="support.what2do">" ... ȵdz? ... ʴ°?" + </a></h3> + + + <p>ġ Ʈ + ܰ踦 :</p> + + <dl> + <dt> α(errorlog) Ȯ϶!</dt> + <dd>ġ ַ Ѵ. + α ڼ Ѵ. + ̰ε (ϱ ) ߰ϰ ĥ + ִ 찡 . α ⺻ ġ + <code>/usr/local/apache2/logs/error_log</code>, + Ȯ ġ <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> þ ϶.</dd> + + <dt><a href="http://httpd.apache.org/docs/2.0/faq/">FAQ</a> + Ȯ϶!</dt> + <dd>ġ Ʈ ġ FAQ ֽ + ִ.</dd> + + <dt>ġ ͺ̽ Ȯ϶</dt> + <dd>ġ(The Apache Group) κ + <a href="http://httpd.apache.org/bug_report.html"> + ͺ̽</a> ϵȴ. ߰ϱ , + ̹ ˷ų(open) ذ(closed) װ ִ Ȯϱ + <strong>ٶ</strong>. ̹ Ǿٸ " + ̷ ִٰ" <em>ʱ</em> ٶ. + ذ ʾҴٸ ֱ Ȳ Ȯϱ ٶ. , + ͺ̽ ϵ ʰ ̸ ȯ + ó غ + ִ.</dd> + + <dt><a id="support.what2do.user-support" name="support.what2do.user-support"> + Ѵ</a></dt> + <dd><p>ġ ϱ ϴ Ȱ + ü ִ. Ϲ ̷ ü ϴ + ̴.</p> + + <p><a href="http://httpd.apache.org/userslist.html"> + ϸƮ</a></p> + + <p>USENET :</p> + + <ul> + <li>comp.infosystems.www.servers.unix + [<a href="news:comp.infosystems.www.servers.unix">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">google</a>] + </li> + + <li>comp.infosystems.www.servers.ms-windows + [<a href="news:comp.infosystems.www.servers.ms-windows">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">google</a>] + </li> + + <li>comp.infosystems.www.authoring.cgi + [<a href="news:comp.infosystems.www.authoring.cgi">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">google</a>] + </li> + </ul></dd> + + <dt> ϸ ͺ̽ + Ѵ</dt> + <dd><p> ܰ踦 õϰ ذå ٸ, <a href="http://httpd.apache.org/bug_report.html"> + Ͽ</a> ڵ鿡 <em>˸</em> + ٶ.</p> + + <p>core dump ״ (ϸ) + backtrace<span class="transnote">(<em>;</em> Ȯ + Ͽ, α η Ǿ + ˷ִ )</span> ϱ ٶ. ,</p> + + <div class="example"><p><code> + # cd <var>ServerRoot</var><br /> + # dbx <var>httpd</var> <var>core</var><br /> + (dbx) where + </code></p></div> + + <p>(<var>ServerRoot</var>, <var>httpd</var>, <var>core</var> + ġ ϶. <code>dbx</code> + <code>gdb</code> ؾ ִ.)</p> + </dd> + </dl> + + + <h3><a name="support.support" id="support.support"> + ϳ?</a></h3> + <p>40 ڹ ڸδ 鸸 + ڿ ġ . + <a href="#support.what2do.user-support"> + </a> ϱ Ѵ.</p> + + <p>ġ <a href="http://www.apache.org/info/support.cgi"> + ȸ</a> Ѵ.</p> + +</div></div> +<div class="bottomlang"> +<p><span> : </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/support.html" title="Korean"> ko </a> | +<a href="../tr/faq/support.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="menu"><a href="../mod/"></a> | <a href="../mod/directives.html">þ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html"></a> | <a href="../sitemap.html">Ʈ</a></p></div> +</body></html>
\ No newline at end of file diff --git a/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.tr.utf8 b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.tr.utf8 new file mode 100644 index 00000000..fb4e7f52 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/faq/support.html.tr.utf8 @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="tr" xml:lang="tr"><head><!-- + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + --> +<title>Destek - Sıkça Sorulan Sorular - Apache HTTP Sunucusu</title> +<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 href="../images/favicon.ico" rel="shortcut icon" /></head> +<body id="manual-page" class="no-sidebar"><div id="page-header"> +<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p> +<p class="apache">Apache HTTP Sunucusu Sürüm 2.0</p> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> +<div id="path"> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Sunucusu</a> > <a href="http://httpd.apache.org/docs/">Belgeleme</a> > <a href="../">Sürüm 2.0</a> > <a href="./">SSS</a></div><div id="page-content"><div id="preamble"><h1>Destek - Sıkça Sorulan Sorular</h1> +<div class="toplang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/support.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/support.html" title="Türkçe"> tr </a></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="support" id="support">Destek</a></h2> + <ul> + <li><a href="#support.what2do">“Neden ... yapamıyorum? Niçin ... çalışmıyor?” gibi sorular için</a></li> + + <li><a href="#support.support">Destek için kime başvurayım?</a></li> + </ul> + + <h3><a name="support.what2do" id="support.what2do">“Neden ... yapamıyorum? Niçin ... çalışmıyor?” gibi + sorular için</a></h3> + + + <p>Apache sunucu yazılımınızla ilgili sorunlar yaşıyorsanız şu + adımları izleyin:</p> + + <dl> + <dt>Günlük kayıt dosyalarına bakın!</dt> + <dd>Apache sorunları saptamaya ve size yardımcı olmaya çalışır. Çoğu + durumda, günlük dosyalarına bir kaç ileti yazarak sunucu hataları için + size bazı ayrıntıları sağlayacaktır. Bu genellikle sorunun sizin + tarafınızdan teşhis edilmesi (dosya izinleri ve benzeri) ve düzeltilmesi + için yeterli olur. Hata kayıtlarının tutulduğu günlük dosyalarının + öntanımlı yeri <code>/usr/local/apache2/logs/error_log</code> olup + sizin sunucunuzdaki yeri için yapılandırma dosyalarınızdaki <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> yönergesine bakabilirsiniz.</dd> + + <dt><a href="http://httpd.apache.org/docs/2.0/faq/">SSS</a>’ye + bakın!</dt> + <dd>Apache Sıkça Sorulan Sorular listesinin en son sürümünü daima + <a href="http://httpd.apache.org/docs/2.0/faq/">ana Apache sitesinde</a> bulabilirsiniz.</dd> + + <dt>Apache hata ayıklama veritabanına bakın</dt> + <dd>Apache Grubuna bildirilen çoğu sorun <a href="http://httpd.apache.org/bug_report.html">hata ayıklama + veritabanına</a> kaydedilir. Açık ya da kapalı, mevcut hata raporlarını + incelemeden ve sorununuz hakkında kullanıcı destek listelerine (aşağıya + bakınız) danışmadan lütfen yeni bir hata bildirimi + <strong>yapmayın</strong>. Zaten raporlanmış bir sorunsa bir “ben de” + veya “+1” raporu <em>eklemeyin</em>. Eğer özgün rapor henüz + kapatılmamışsa ara sıra son durumuna bakmanızı öneririz. Ayrıca, + raporu gönderenle de iletişime geçmeniz iyi olabilir, çünkü konu + hakkında henüz veritabanına geçmemiş bir eposta alışverişi olabilir.</dd> + + <dt><a id="support.what2do.user-support" name="support.what2do.user-support">Bir kullanıcı destek listesine + sorun</a></dt> + <dd><p>Apache, bilgilerini gönüllü olarak paylaşan etkin bir kullanıcı + topluluğuna sahiptir. Bu topluluğa katılarak sorularınıza ve + sorunlarınıza genellikle en iyi ve en hızlı yanıtı alırsınız.</p> + + <p><a href="http://httpd.apache.org/userslist.html">Apache kullanıcıları + eposta listesi</a></p> + + <p>Kullanıcılara destek için <a href="http://freenode.net">Freenode IRC</a>'nin + <a href="irc://irc.freenode.net/#httpd">#httpd</a> kanalı</p> + + <p>USENET haber öbekleri:</p> + + <ul> + <li>comp.infosystems.www.servers.unix + [<a href="news:comp.infosystems.www.servers.unix">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">google</a>] + </li> + + <li>comp.infosystems.www.servers.ms-windows + [<a href="news:comp.infosystems.www.servers.ms-windows">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">google</a>] + </li> + + <li>comp.infosystems.www.authoring.cgi + [<a href="news:comp.infosystems.www.authoring.cgi">news</a>] + [<a href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">google</a>] + </li> + </ul></dd> + + <dt>Bunlar da çözüm olmadıysa sorunu hata ayıklama veritabanına + bildirin</dt> + <dd><p>Eğer yukarıdaki adımlardan size uygun olanları izlemiş ve + bir çare bulamamışsanız lütfen <a href="http://httpd.apache.org/bug_report.html">bir hata ayıklama + bildirimi</a>nde bulunarak httpd geliştiricilerini sorun hakkında + bilgilendirin.</p> + + <p>Eğer sorununuz sunucunun çökmesine ve bir ‘core’ üretilmesine sebep + oluyorsa hatayı bildirirken lütfen (mümkünse) bir geriye doğru hata + izleme raporu ekleyin. Bir örnek:</p> + + <div class="example"><p><code> + # cd <var>ServerRoot</var><br /> + # dbx <var>httpd</var> <var>core</var><br /> + (dbx) where + </code></p></div> + + <p>(<var>ServerRoot</var> yerine kendi sunucu kök dizininizi ve + <var>httpd</var> ve <var>core</var> dosyalarının yerine de kendi + dosyalarınızı yazınız. Ayrıca, <code>dbx</code> yerine + <code>gdb</code> de kullanabilirsiniz.)</p> + </dd> + </dl> + + + <h3><a name="support.support" id="support.support">Destek için kime başvurayım?</a></h3> + <p>Milyonlarca kullanıcı ve altmıştan az gönüllü geliştirici ile + Apache için kişisel destek sağlayamıyoruz. Ücretsiz destek için + <a href="#support.what2do.user-support">yardımlaşma listelerine</a> + katılmanızı öneriyoruz.</p> + + <p>Profesyonel ve ticari Apache desteği almak için bu tür destekleri + sunan <a href="http://www.apache.org/info/support.cgi">şirketlere + başvurunuz</a>.</p> + +</div></div> +<div class="bottomlang"> +<p><span>Mevcut Diller: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English"> en </a> | +<a href="../ko/faq/support.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | +<a href="../tr/faq/support.html" title="Türkçe"> tr </a></p> +</div><div id="footer"> +<p class="apache">Copyright 2009 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="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div> +</body></html>
\ No newline at end of file |