From 80db94fff6a9620fb469ee911347ed973e3f7735 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 27 Dec 2011 19:42:03 +0100 Subject: Upstream tarball 2.2.3 --- docs/manual/faq/all_in_one.html | 11 ++ docs/manual/faq/all_in_one.html.en | 287 ++++++++++++++++++++++++++++++ docs/manual/faq/all_in_one.html.ja.euc-jp | 208 ++++++++++++++++++++++ docs/manual/faq/all_in_one.html.ko.euc-kr | 209 ++++++++++++++++++++++ docs/manual/faq/background.html | 3 + docs/manual/faq/background.html.en | 110 ++++++++++++ docs/manual/faq/error.html | 11 ++ docs/manual/faq/error.html.en | 109 ++++++++++++ docs/manual/faq/error.html.ja.euc-jp | 93 ++++++++++ docs/manual/faq/error.html.ko.euc-kr | 86 +++++++++ docs/manual/faq/index.html | 11 ++ docs/manual/faq/index.html.en | 49 +++++ docs/manual/faq/index.html.ja.euc-jp | 51 ++++++ docs/manual/faq/index.html.ko.euc-kr | 49 +++++ docs/manual/faq/support.html | 11 ++ docs/manual/faq/support.html.en | 114 ++++++++++++ docs/manual/faq/support.html.ja.euc-jp | 134 ++++++++++++++ docs/manual/faq/support.html.ko.euc-kr | 142 +++++++++++++++ 18 files changed, 1688 insertions(+) create mode 100644 docs/manual/faq/all_in_one.html create mode 100644 docs/manual/faq/all_in_one.html.en create mode 100644 docs/manual/faq/all_in_one.html.ja.euc-jp create mode 100644 docs/manual/faq/all_in_one.html.ko.euc-kr create mode 100644 docs/manual/faq/background.html create mode 100644 docs/manual/faq/background.html.en create mode 100644 docs/manual/faq/error.html create mode 100644 docs/manual/faq/error.html.en create mode 100644 docs/manual/faq/error.html.ja.euc-jp create mode 100644 docs/manual/faq/error.html.ko.euc-kr create mode 100644 docs/manual/faq/index.html create mode 100644 docs/manual/faq/index.html.en create mode 100644 docs/manual/faq/index.html.ja.euc-jp create mode 100644 docs/manual/faq/index.html.ko.euc-kr create mode 100644 docs/manual/faq/support.html create mode 100644 docs/manual/faq/support.html.en create mode 100644 docs/manual/faq/support.html.ja.euc-jp create mode 100644 docs/manual/faq/support.html.ko.euc-kr (limited to 'docs/manual/faq') diff --git a/docs/manual/faq/all_in_one.html b/docs/manual/faq/all_in_one.html new file mode 100644 index 00000000..b1ee5968 --- /dev/null +++ b/docs/manual/faq/all_in_one.html @@ -0,0 +1,11 @@ +URI: all_in_one.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: all_in_one.html.ja.euc-jp +Content-Language: ja +Content-type: text/html; charset=EUC-JP + +URI: all_in_one.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en new file mode 100644 index 00000000..8082bcd9 --- /dev/null +++ b/docs/manual/faq/all_in_one.html.en @@ -0,0 +1,287 @@ + + + +Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2 > FAQ

Frequently Asked Questions

+
+

Available Languages:  en  | + ja  | + ko 

+
+ +

The latest version of this FAQ is always available from the main Apache + web site, at <http://httpd.apache.org/docs/2.2/faq/>.

+ +

If you don't find the answer to your question in the below + sections, please also consult the Apache 1.3 + FAQ to see if your question is answered there.

+
+ +
top
+
+

Topics

+
Background
Background information about the Apache HTTP Server.
+
Support
What do I do when I have problems?
+
Error Messages
What does this error message mean?
+
top
+
+

Background

+ + + +

What is Apache?

+ + +

The Apache Software Foundation (ASF) is a 501(c)3 non-profit + organization providing support for the Apache community of + open-sourced software projects. For more details, please see the Apache Software + Foundation FAQ

+ +

The Apache HTTP Server -- sometimes called Apache httpd -- is + a project of the Apache Software foundation aimed at creating a + robust, commercial-grade, featureful, and freely-available + source code implementation of an HTTP (Web) server. For more + information, please see the About + Apache page.

+ + + +

What is the Apache HTTP Server?

+ +
    +
  • is a powerful, flexible, HTTP/1.1 compliant web server
  • +
  • implements the latest protocols, including HTTP/1.1 (RFC2616)
  • +
  • is highly configurable and extensible with third-party modules
  • +
  • can be customised by writing 'modules' using the Apache module + API
  • +
  • provides full source code and comes with an + unrestrictive + license
  • +
  • runs on Windows 2003/XP/2000/NT/9x, Netware 5.x and above, OS/2, + and most versions of Unix, as well as several other operating + systems
  • +
  • is actively being developed
  • +
  • encourages user feedback through new ideas, bug reports and + patches
  • +
+ + +

How thoroughly tested is Apache?

+ +

Apache is run on millions of Internet servers. + It has been tested thoroughly by both developers and users. The Apache + HTTP Server Project maintains rigorous standards before releasing new + versions of our server, and our server runs without a hitch on over + 70% of all WWW servers available on the Internet. When bugs do show + up, we release patches and new versions as soon as they are + available.

+ + +

+ +

You may NOT use any original artwork from the Apache + Software Foundation, nor make or use modified versions of such + artwork, except under the following conditions:

+
    +
  • You may use the 'Powered by Apache' + graphic on a Web site that is being served by the Apache HTTP + server software.
  • +
  • You may use the aforementioned 'Powered by Apache' + graphic or the Apache Software + Foundation logo in product description and promotional material + IF and ONLY IF such use can in no way be interpreted as + anything other than an attribution. Using the Apache name and + artwork in a manner that implies endorsement of a product or + service is strictly forbidden.
  • +
+ +
top
+
+

Support

+ + +

"Why can't I ...? Why won't ... work?" What to do in case of + problems

+ + +

If you are having trouble with your Apache server software, you should + take the following steps:

+ +
+
Check the ErrorLog!
+
Apache tries to be helpful when it encounters a problem. In many + cases, it will provide some details by writing one or more 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 + /usr/local/apache2/logs/error_log, but see the ErrorLog directive in your config files for the + location on your server.
+ +
Check the ErrorLog again!
+
Nearly all problems can be solved by reading the error log.
+ +
Check the FAQ!
+
The latest version of the Apache Frequently-Asked Questions list can + always be found at the main Apache web site.
+ +
Check the Apache bug database
+
Most problems that get reported to The Apache Group are recorded in + the bug database. + Please check the existing reports, open + and closed, before adding one. If you find that your + issue has already been reported, please don't 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.
+ +
Ask in a user support forum
+

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.

+ +

Users + mailing list

+ +

#apache on + Freenode IRC is also available for + user support issues.

+
+ +
Please use the bug database for bugs!
+

If you've gone through those steps above that are appropriate and + have obtained no relief, then please do let the httpd developers + know about the problem by logging a bug + report.

+ +

If your problem involves the server crashing and generating a core + dump, please + include a backtrace (if possible).

+
+
+ + +

Whom do I contact for support?

+

With millions of users and fewer than sixty volunteer developers, + we cannot provide personal support for Apache. For free support, we + suggest participating in a user forum.

+ +

Professional, commercial support for Apache is available from + a number of + companies.

+ +
top
+
+

Error Messages

+ + +

Invalid argument: + core_output_filter: writing data to the network

+ +

Apache uses the sendfile syscall on platforms + where it is available in order to speed sending of responses. + Unfortunately, on some systems, Apache will detect the presence of + sendfile at compile-time, even when it does not work + properly. This happens most frequently when using network or + other non-standard file-system.

+ +

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 sendfile.

+ +

To fix this problem, simply use the EnableSendfile directive to disable + sendfile for all or part of your server. Also see + the EnableMMAP, which can + help with similar problems.

+ + + +

AcceptEx Failed

+ +

If you get error messages related to the AcceptEx syscall + on win32, see the Win32DisableAcceptEx + directive.

+ + + +

Premature end of script + headers

+ +

Most problems with CGI scripts result in this message written in the + error log together with an Internal Server Error delivered + to the browser. A guide to helping debug this type of problem is + available in the CGI + tutorial.

+ + +

Permission denied

+ +

A Permission denied error in the + error_log, accompanied by a Forbidden + message to the client usually indicates a problem with your + filesystem permissions, rather than a problem in the Apache HTTP + Server configuration files. Check to make sure that the + User and Group running the child processes + has adequate permission to access the files in question. Also + check that the directory and all parent directories are at least + searchable for that user and group (i.e., chmod + +x).

+ +

Recent releases of Fedora Core and other Linux distributions + using SELinux have additional access restrictions beyond those + used by the basic filesystem. Violations of these restrictions + will also result in a Permission denied message. See + the Fedora + SELinux FAQ and Apache + SELinux Policy Document.

+ + + +
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/all_in_one.html.ja.euc-jp b/docs/manual/faq/all_in_one.html.ja.euc-jp new file mode 100644 index 00000000..80a7a409 --- /dev/null +++ b/docs/manual/faq/all_in_one.html.ja.euc-jp @@ -0,0 +1,208 @@ + + + +よくある質問 - Apache HTTP サーバ + + + + + +
<-
+
+Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2 > FAQ

よくある質問

+
+

Available Languages:  en  | + ja  | + ko 

+
+
This translation may be out of date. Check the + English version for recent changes.
+ +

Apache の主サイト、<http://httpd.apache.org/docs/2.2/faq/> + から最新版の FAQ を常に手に入れることができます。

+ +

Apache 2.0 はまだ新しいので、何がよくある質問なのか + まだよくわかっていません。このセクションが埋まっていくまで、 + 既に質問が答えられているかどうか Apache 1.3 の FAQ + も見るようにしてください。

+
+ +
top
+
+

トピック

+
サポート
何か問題が起こったときにどうする?
+
エラーメッセージ
このエラーメッセージの意味は?
+
top
+
+

サポート

+ + +

「なんで…? どうして動作しない…?」問題が + 起きたときにどうするか

+ + +

Apache のサーバソフトウェアに何か問題が起こったときは、以下の + 手順に従ってください:

+ +
+
エラーログを調べる!
+
問題が発生したときは Apache はなるべく手助けをしようとします。 + 多くの場合、Apache はサーバのエラーログにメッセージを書くことで、詳細な + 情報を提供します。場合によっては、これだけで問題を自分自身で分析し、 + 修正するために十分な情報を得ることができます (ファイルのパーミッションの + 問題など)。エラーログのデフォルトの場所は + /usr/local/apache2/logs/error_log ですが、あなたのサーバ + での場所を知るためには設定ファイル中の ErrorLog を見てください。
+ +
FAQ を調べる!
+
Apache のよくある質問の最新版は常に Apache の主ウェブサイトに + あります。
+ +
Apache バグデータベースを調べる
+
Apache グループに報告されるほとんどの問題はバグデータベースに + 記録されます。Open closed 含めて、 + 既存のレポートにあるかどうかを調べてください。 + 既に問題が報告されているとき、「私も」という報告は追加しないで + ください。元の報告が close されていないときは、定期的に + バグデータベースを調べることをお薦めします。また、元の提出者に + 連絡を取ることも考慮に入れておくとよいでしょう。データベースに + 記録されていない電子メールの交換が行なわれているかもしれません。
+ +
ユーザサポートフォーラムで質問する
+

Apache にはよろこんで知識を共有させてくれる活発な + ユーザのコミュニティがあります。このコミュニティに参加することが、 + 普通は質問や問題に対する回答を得る最善で最速の手段です。

+ +

ユーザ + メーリングリスト

+ +

USENET ニュースグループ:

+ +
+ +
もし、全部失敗した場合は、問題をバグデータベースに報告してください
+

上記の手段の中で該当するものををすべて取って、 + それでも問題の解決策を得られなかった場合は、バグの報告を + することにより、問題をぜひ httpd 開発者に知らせてください。

+ +

サーバのクラッシュやコアダンプの発生する問題であれば、(可能であれば) + バックトレースを報告に含めてください。例えば、

+ +

+ # cd ServerRoot
+ # dbx httpd core
+ (dbx) where +

+ +

(ServerRoothttpdcore ファイル + の位置を適切なものに置き換えてください。dbx の代わりに + gdb を使う必要があるかもしれません。)

+
+
+ + +

誰にサポートを頼めばよい?

+

数百万のユーザに対して、40未満のボランティア開発者しかいないため、 + Apache の個人的なサポートを提供することはできません。無料の + サポートには、ユーザのフォーラムに参加するのが良いでしょう。

+ +

Apache のプロの、商用サポートも + 多くの会社 + から提供されています。

+ +
top
+
+

エラーメッセージ

+ + +

Invalid argument: + core_output_filter: writing data to the network

+ +

(訳注: 無効な引数: core_output_filter: ネットワークへのデータの + 書き込み)

+ +

Apache は応答の返送を速くするために、sendfile システム + コールが使用可能なプラットフォームではそのシステムコールを使用します。 + ところが、都合の悪いことに、sendfile が正しく動作しないにも + 関わらず、Apache がコンパイル時に存在を検知してしまうシステムがあります。 + これは、ネットワークファイルシステムや他の非標準のファイルシステムを + 使用しているときに一番よく発生します。

+ +

この問題の症状は、上記のメッセージがエラーログに書かれることと、 + サイズがゼロでないファイルの応答がゼロになることです。 + 動的なコンテンツは sendfile を利用しないため、 + この問題は通常は静的なファイルでのみ発生します。

+ +

この問題は、EnableSendfile ディレクティブを使用して、 + サーバのすべて、もしくは一部分に対して sendfile を + 無効にするだけで修正できます。同様の問題を解決するための + EnableMMAP ディレクティブも + 参照してください。

+ + + +

AcceptEx Failed

+ +

(訳注: AcceptEx 失敗)

+ +

Win32 での AcceptEx システムコールに関係するエラー + メッセージを受け取ったときは、Win32DisableAcceptEx を参照してください。

+ + + +

Premature end of script + headers

+ +

(訳注: スクリプトヘッダの中途終了)

+ +

CGI スクリプトのほとんどの問題はエラーログにこのメッセージが書かれ、 + ブラウザには Internal Server Error が送られることになります。 + この種の問題のデバッグ方法は CGI + チュートリアル で説明されています。

+ + +
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/all_in_one.html.ko.euc-kr b/docs/manual/faq/all_in_one.html.ko.euc-kr new file mode 100644 index 00000000..151d6e6c --- /dev/null +++ b/docs/manual/faq/all_in_one.html.ko.euc-kr @@ -0,0 +1,209 @@ + + + +切爽 弘嬢左澗 霜庚 (FAQ) - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2 > FAQ

切爽 弘嬢左澗 霜庚 (FAQ)

+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+
戚 庚辞澗 置重毒 腰蝕戚 焼鑑艦陥. + 置悦拭 痕井吉 鎧遂精 慎嬢 庚辞研 凧壱馬室推.
+ +

FAQ 置重毒精 焼督帖 瀬紫戚闘 <http://httpd.apache.org/docs/2.2/faq/>拭辞 瑳 呪 + 赤陥.

+ +

焼督帖 2.0戚 蟹紳走 杖原 照鞠辞 酔軒澗 焼送 切爽 + 弘嬢左澗 霜庚 (FAQ)戚 巷譲昔走 乞献陥. 鎧遂戚 辰趨霜 + 凶猿走 食奄拭 背岩戚 蒸陥檎 焼督帖 + 1.3 FAQ亀 凧壱馬虞.

+
+ +
top
+
+

爽薦

+
走据
庚薦亜 持奄檎 嬢胸惟 背衣馬蟹?
+
神嫌庚
戚 神嫌庚戚 巷充 倶昔亜?
+
top
+
+

走据

+ + +

"訊 ... 照鞠蟹? 訊 ... 疑拙馬走 省澗亜?" 庚薦亜 持奄檎 + 拝析

+ + +

焼督帖 辞獄 社覗闘裾嬢拭 庚薦亜 持奄檎 陥製引 旭精 + 舘域研 魚献陥:

+ +
+
神嫌 稽益(errorlog)研 溌昔馬虞!
+
焼督帖 辞獄澗 庚薦亜 持奄檎 亀崇聖 爽形壱 葛径廃陥. + 弦精 井酔 辞獄 神嫌 稽益拭 切室廃 鎧遂聖 奄系廃陥. + 戚依幻生稽亀 送羨 (督析映廃 去) 庚薦研 降胃馬壱 壱張 呪 + 赤澗 井酔亜 弦陥. 神嫌 稽益税 奄沙 是帖澗 + /usr/local/apache2/logs/error_log戚走幻, + 舛溌廃 是帖澗 竺舛督析税 ErrorLog 走獣嬢研 凧壱馬虞.
+ +
FAQ研 + 溌昔馬虞!
+
焼督帖 瀬紫戚闘拭辞 牌雌 焼督帖 FAQ 置重毒聖 瑳 呪 + 赤陥.
+ +
焼督帖 獄益 汽戚斗今戚什研 溌昔馬虞
+
焼督帖益血(The Apache Group)拭 左壱吉 企採歳税 庚薦澗 + 獄益 + 汽戚斗今戚什拭 奄系吉陥. 歯稽 獄益研 蓄亜馬奄 穿拭, + 戚耕 硝形然暗蟹(open) 背衣吉(closed) 獄益亜 赤澗走 溌昔馬掩 + 郊空陥. 戚耕 庚薦亜 左壱鞠醸陥檎 "蟹亀 + 戚訓 庚薦亜 赤陥壱" 左壱馬走 省掩 郊空陥. 焼送 + 背衣鞠走 省紹陥檎 爽奄旋生稽 雌伐聖 溌昔馬掩 郊空陥. 暁, + 汽戚斗今戚什拭 奄系鞠走 省壱 戚五析 嘘発生稽 遭楳吉 紫牌戚 + 赤聖 呪 赤生艦 坦製 庚薦研 左壱廃 紫寓拭惟 尻喰背瑳 呪亀 + 赤陥.
+ +
紫遂切 走据 因娃拭 + 庚税廃陥
+

焼督帖拭 企廃 走縦聖 因政馬掩 据馬澗 醗降廃 紫遂切 + 因疑端級戚 赤陥. 析鋼旋生稽 戚訓 因疑端拭 凧食馬澗 依戚 + 庚薦税 岩聖 条澗 亜舌 疏壱 匙献 号狛戚陥.

+ +

紫遂切 + 五析元軒什闘

+ +

USENET 敢什益血:

+ +
    +
  • comp.infosystems.www.servers.unix + [news] + [google] +
  • + +
  • comp.infosystems.www.servers.ms-windows + [news] + [google] +
  • + +
  • comp.infosystems.www.authoring.cgi + [news] + [google] +
  • +
+ +
是税 号狛戚 乞砧 叔鳶馬檎 獄益 汽戚斗今戚什拭 庚薦研 + 左壱廃陥
+

是税 舘域研 乞砧 獣亀馬壱亀 背衣奪戚 蒸陥檎, 獄益研 + 左壱馬食 瀬辞獄 鯵降切級拭惟 庚薦研 硝軒掩 + 郊空陥.

+ +

core dump研 幻級悟 辞獄亜 宋澗 井酔虞檎 (亜管馬檎) + backtrace(蝕爽; 庚薦亜 叔楳督析税 舛溌備 嬢恐 走繊拭辞 + 降持馬心壱, 覗稽益轡戚 益 走繊猿走 嬢恐 井稽稽 叔楳鞠醸澗走研 + 硝形爽澗 舛左)研 匂敗馬掩 郊空陥. 森研 級嬢,

+ +

+ # cd ServerRoot
+ # dbx httpd core
+ (dbx) where +

+ +

(ServerRoot, httpd, core + 督析税 叔薦 是帖研 企重 紫遂馬虞. dbx 企重 + gdb研 紫遂背醤 拝 呪亀 赤陥.)

+
+
+ + +

亀崇聖 条生形檎 刊姥拭惟 + 尻喰馬蟹?

+

40誤 亜勲税 切降旋生稽 凧食廃 鯵降切幻生稽澗 呪拷幻税 + 紫遂切拭惟 焼督帖拭 企背 析析戚 走据拝 呪 蒸陥. 巷戟 走据聖 + 条生形檎 紫遂切 + 因娃拭 凧食馬掩 映廃陥.

+ +

焼督帖拭 企廃 送穣旋昔 政戟 走据精 食君 + 噺紫拭辞 薦因廃陥.

+ +
top
+
+

神嫌庚

+ + +

Invalid argument: + core_output_filter: writing data to the network

+ +

巴掘廿戚 sendfile 獣什奴硲窒聖 走据廃陥檎, + 焼督帖澗 誓岩税 紗亀研 匙牽惟馬奄是背 戚 獣什奴硲窒聖 紫遂廃陥. + 災楳備亀 嬢恐 獣什奴拭辞 焼督帖澗 陳督析拝凶 + sendfile戚 舛雌旋生稽 拙疑馬走 省澗汽亀 舛雌旋生稽 + 拙疑廃陥壱 神毒廃陥. 戚 庚薦澗 革闘雛 督析獣什奴戚蟹 搾妊層 + 督析獣什奴聖 紫遂拝凶 切爽 降持廃陥.

+ +

戚 庚薦税 装雌精 神嫌 稽益(error log)拭 是税 庚姥研 + 奄系馬暗蟹 滴奄亜 0戚 焼観 督析拭 企背 滴奄亜 0昔 誓岩聖 + 馬澗 井酔戚陥. 疑旋生稽 鎧遂聖 持失拝凶澗 + sendfile聖 紫遂馬走 省奄凶庚拭 析鋼旋生稽 舛旋昔 + 督析聖 推短拝凶幻 庚薦亜 降持廃陥.

+ +

庚薦研 背衣馬形檎 辞獄亜 sendfile聖 紫遂馬走 + 省亀系 EnableSendfile + 走獣嬢研 紫遂廃陥. 暁, 戚人 政紫廃 庚薦拭 企背 EnableMMAP聖 凧壱馬虞.

+ + + +

AcceptEx Failed

+ +

win32拭辞 AcceptEx 獣什奴硲窒拭 企廃 神嫌庚聖 + 蟹神檎, Win32DisableAcceptEx + 走獣嬢研 凧壱馬虞.

+ + + +

Premature end of script + headers

+ +

左搭 CGI 什滴験闘拭 庚薦亜 赤生檎 崎虞酔煽拭惟 Internal + Server Error研 左鎧壱 神嫌稽益拭 戚 庚姥研 奄系廃陥. + 戚訓 庚薦研 巨獄焔拝凶 CGI 燈塘軒杖戚 + 亀崇戚 吃 呪 赤陥.

+ + +
+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/background.html b/docs/manual/faq/background.html new file mode 100644 index 00000000..66283baa --- /dev/null +++ b/docs/manual/faq/background.html @@ -0,0 +1,3 @@ +URI: background.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/faq/background.html.en b/docs/manual/faq/background.html.en new file mode 100644 index 00000000..58652966 --- /dev/null +++ b/docs/manual/faq/background.html.en @@ -0,0 +1,110 @@ + + + +Background - Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2 > FAQ

Background - Frequently Asked Questions

+
+

Available Languages:  en 

+
+
+
top
+
+

Background

+ + + +

What is Apache?

+ + +

The Apache Software Foundation (ASF) is a 501(c)3 non-profit + organization providing support for the Apache community of + open-sourced software projects. For more details, please see the Apache Software + Foundation FAQ

+ +

The Apache HTTP Server -- sometimes called Apache httpd -- is + a project of the Apache Software foundation aimed at creating a + robust, commercial-grade, featureful, and freely-available + source code implementation of an HTTP (Web) server. For more + information, please see the About + Apache page.

+ + + +

What is the Apache HTTP Server?

+ +
    +
  • is a powerful, flexible, HTTP/1.1 compliant web server
  • +
  • implements the latest protocols, including HTTP/1.1 (RFC2616)
  • +
  • is highly configurable and extensible with third-party modules
  • +
  • can be customised by writing 'modules' using the Apache module + API
  • +
  • provides full source code and comes with an + unrestrictive + license
  • +
  • runs on Windows 2003/XP/2000/NT/9x, Netware 5.x and above, OS/2, + and most versions of Unix, as well as several other operating + systems
  • +
  • is actively being developed
  • +
  • encourages user feedback through new ideas, bug reports and + patches
  • +
+ + +

How thoroughly tested is Apache?

+ +

Apache is run on millions of Internet servers. + It has been tested thoroughly by both developers and users. The Apache + HTTP Server Project maintains rigorous standards before releasing new + versions of our server, and our server runs without a hitch on over + 70% of all WWW servers available on the Internet. When bugs do show + up, we release patches and new versions as soon as they are + available.

+ + +

+ +

You may NOT use any original artwork from the Apache + Software Foundation, nor make or use modified versions of such + artwork, except under the following conditions:

+
    +
  • You may use the 'Powered by Apache' + graphic on a Web site that is being served by the Apache HTTP + server software.
  • +
  • You may use the aforementioned 'Powered by Apache' + graphic or the Apache Software + Foundation logo in product description and promotional material + IF and ONLY IF such use can in no way be interpreted as + anything other than an attribution. Using the Apache name and + artwork in a manner that implies endorsement of a product or + service is strictly forbidden.
  • +
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/error.html b/docs/manual/faq/error.html new file mode 100644 index 00000000..7bbf1a05 --- /dev/null +++ b/docs/manual/faq/error.html @@ -0,0 +1,11 @@ +URI: error.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: error.html.ja.euc-jp +Content-Language: ja +Content-type: text/html; charset=EUC-JP + +URI: error.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/faq/error.html.en b/docs/manual/faq/error.html.en new file mode 100644 index 00000000..0ffc42ff --- /dev/null +++ b/docs/manual/faq/error.html.en @@ -0,0 +1,109 @@ + + + +Error Messages - Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2 > FAQ

Error Messages - Frequently Asked Questions

+
+

Available Languages:  en  | + ja  | + ko 

+
+
+
top
+
+

Error Messages

+ + +

Invalid argument: + core_output_filter: writing data to the network

+ +

Apache uses the sendfile syscall on platforms + where it is available in order to speed sending of responses. + Unfortunately, on some systems, Apache will detect the presence of + sendfile at compile-time, even when it does not work + properly. This happens most frequently when using network or + other non-standard file-system.

+ +

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 sendfile.

+ +

To fix this problem, simply use the EnableSendfile directive to disable + sendfile for all or part of your server. Also see + the EnableMMAP, which can + help with similar problems.

+ + + +

AcceptEx Failed

+ +

If you get error messages related to the AcceptEx syscall + on win32, see the Win32DisableAcceptEx + directive.

+ + + +

Premature end of script + headers

+ +

Most problems with CGI scripts result in this message written in the + error log together with an Internal Server Error delivered + to the browser. A guide to helping debug this type of problem is + available in the CGI + tutorial.

+ + +

Permission denied

+ +

A Permission denied error in the + error_log, accompanied by a Forbidden + message to the client usually indicates a problem with your + filesystem permissions, rather than a problem in the Apache HTTP + Server configuration files. Check to make sure that the + User and Group running the child processes + has adequate permission to access the files in question. Also + check that the directory and all parent directories are at least + searchable for that user and group (i.e., chmod + +x).

+ +

Recent releases of Fedora Core and other Linux distributions + using SELinux have additional access restrictions beyond those + used by the basic filesystem. Violations of these restrictions + will also result in a Permission denied message. See + the Fedora + SELinux FAQ and Apache + SELinux Policy Document.

+ + + +
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/error.html.ja.euc-jp b/docs/manual/faq/error.html.ja.euc-jp new file mode 100644 index 00000000..0cfa341e --- /dev/null +++ b/docs/manual/faq/error.html.ja.euc-jp @@ -0,0 +1,93 @@ + + + +エラーメッセージ ― よくある質問 - Apache HTTP サーバ + + + + + +
<-
+
+Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2 > FAQ

エラーメッセージ ― よくある質問

+
+

Available Languages:  en  | + ja  | + ko 

+
+
This translation may be out of date. Check the + English version for recent changes.
+
+
top
+
+

エラーメッセージ

+ + +

Invalid argument: + core_output_filter: writing data to the network

+ +

(訳注: 無効な引数: core_output_filter: ネットワークへのデータの + 書き込み)

+ +

Apache は応答の返送を速くするために、sendfile システム + コールが使用可能なプラットフォームではそのシステムコールを使用します。 + ところが、都合の悪いことに、sendfile が正しく動作しないにも + 関わらず、Apache がコンパイル時に存在を検知してしまうシステムがあります。 + これは、ネットワークファイルシステムや他の非標準のファイルシステムを + 使用しているときに一番よく発生します。

+ +

この問題の症状は、上記のメッセージがエラーログに書かれることと、 + サイズがゼロでないファイルの応答がゼロになることです。 + 動的なコンテンツは sendfile を利用しないため、 + この問題は通常は静的なファイルでのみ発生します。

+ +

この問題は、EnableSendfile ディレクティブを使用して、 + サーバのすべて、もしくは一部分に対して sendfile を + 無効にするだけで修正できます。同様の問題を解決するための + EnableMMAP ディレクティブも + 参照してください。

+ + + +

AcceptEx Failed

+ +

(訳注: AcceptEx 失敗)

+ +

Win32 での AcceptEx システムコールに関係するエラー + メッセージを受け取ったときは、Win32DisableAcceptEx を参照してください。

+ + + +

Premature end of script + headers

+ +

(訳注: スクリプトヘッダの中途終了)

+ +

CGI スクリプトのほとんどの問題はエラーログにこのメッセージが書かれ、 + ブラウザには Internal Server Error が送られることになります。 + この種の問題のデバッグ方法は CGI + チュートリアル で説明されています。

+ + +
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/error.html.ko.euc-kr b/docs/manual/faq/error.html.ko.euc-kr new file mode 100644 index 00000000..f3e7a626 --- /dev/null +++ b/docs/manual/faq/error.html.ko.euc-kr @@ -0,0 +1,86 @@ + + + +神嫌庚 - 切爽 弘嬢左澗 霜庚 (FAQ) - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2 > FAQ

神嫌庚 - 切爽 弘嬢左澗 霜庚 (FAQ)

+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+
戚 庚辞澗 置重毒 腰蝕戚 焼鑑艦陥. + 置悦拭 痕井吉 鎧遂精 慎嬢 庚辞研 凧壱馬室推.
+
+
top
+
+

神嫌庚

+ + +

Invalid argument: + core_output_filter: writing data to the network

+ +

巴掘廿戚 sendfile 獣什奴硲窒聖 走据廃陥檎, + 焼督帖澗 誓岩税 紗亀研 匙牽惟馬奄是背 戚 獣什奴硲窒聖 紫遂廃陥. + 災楳備亀 嬢恐 獣什奴拭辞 焼督帖澗 陳督析拝凶 + sendfile戚 舛雌旋生稽 拙疑馬走 省澗汽亀 舛雌旋生稽 + 拙疑廃陥壱 神毒廃陥. 戚 庚薦澗 革闘雛 督析獣什奴戚蟹 搾妊層 + 督析獣什奴聖 紫遂拝凶 切爽 降持廃陥.

+ +

戚 庚薦税 装雌精 神嫌 稽益(error log)拭 是税 庚姥研 + 奄系馬暗蟹 滴奄亜 0戚 焼観 督析拭 企背 滴奄亜 0昔 誓岩聖 + 馬澗 井酔戚陥. 疑旋生稽 鎧遂聖 持失拝凶澗 + sendfile聖 紫遂馬走 省奄凶庚拭 析鋼旋生稽 舛旋昔 + 督析聖 推短拝凶幻 庚薦亜 降持廃陥.

+ +

庚薦研 背衣馬形檎 辞獄亜 sendfile聖 紫遂馬走 + 省亀系 EnableSendfile + 走獣嬢研 紫遂廃陥. 暁, 戚人 政紫廃 庚薦拭 企背 EnableMMAP聖 凧壱馬虞.

+ + + +

AcceptEx Failed

+ +

win32拭辞 AcceptEx 獣什奴硲窒拭 企廃 神嫌庚聖 + 蟹神檎, Win32DisableAcceptEx + 走獣嬢研 凧壱馬虞.

+ + + +

Premature end of script + headers

+ +

左搭 CGI 什滴験闘拭 庚薦亜 赤生檎 崎虞酔煽拭惟 Internal + Server Error研 左鎧壱 神嫌稽益拭 戚 庚姥研 奄系廃陥. + 戚訓 庚薦研 巨獄焔拝凶 CGI 燈塘軒杖戚 + 亀崇戚 吃 呪 赤陥.

+ + +
+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/index.html b/docs/manual/faq/index.html new file mode 100644 index 00000000..9ee33086 --- /dev/null +++ b/docs/manual/faq/index.html @@ -0,0 +1,11 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.ja.euc-jp +Content-Language: ja +Content-type: text/html; charset=EUC-JP + +URI: index.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/faq/index.html.en b/docs/manual/faq/index.html.en new file mode 100644 index 00000000..a159e102 --- /dev/null +++ b/docs/manual/faq/index.html.en @@ -0,0 +1,49 @@ + + + +Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2

Frequently Asked Questions

+
+

Available Languages:  en  | + ja  | + ko 

+
+ +

The latest version of this FAQ is always available from the + main Apache web site, at <http://httpd.apache.org/docs/2.2/faq/>. In addition, you + can view this FAQ all in one page for easy + searching and printing.

+ +

If you don't find the answer to your question in the below + sections, please also consult the Apache 1.3 + FAQ to see if your question is answered there.

+
+
top
+
+

Topics

+
Background
Background information about the Apache HTTP Server.
+
Support
What do I do when I have problems?
+
Error Messages
What does this error message mean?
+
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/index.html.ja.euc-jp b/docs/manual/faq/index.html.ja.euc-jp new file mode 100644 index 00000000..93eda4b4 --- /dev/null +++ b/docs/manual/faq/index.html.ja.euc-jp @@ -0,0 +1,51 @@ + + + +よくある質問 - Apache HTTP サーバ + + + + + +
<-
+
+Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2

よくある質問

+
+

Available Languages:  en  | + ja  | + ko 

+
+
This translation may be out of date. Check the + English version for recent changes.
+ +

Apache の主サイト、<http://httpd.apache.org/docs/2.2/faq/> + から最新版の FAQ を常に手に入れることができます。 + また、簡単な検索や印刷のためにこの FAQ の + 一ページ版もあります。

+ +

Apache 2.0 はまだ新しいので、何がよくある質問なのか + まだよくわかっていません。このセクションが埋まっていくまで、 + 既に質問が答えられているかどうか Apache 1.3 の FAQ + も見るようにしてください。

+
+
top
+
+

トピック

+
サポート
何か問題が起こったときにどうする?
+
エラーメッセージ
このエラーメッセージの意味は?
+
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/index.html.ko.euc-kr b/docs/manual/faq/index.html.ko.euc-kr new file mode 100644 index 00000000..be386b06 --- /dev/null +++ b/docs/manual/faq/index.html.ko.euc-kr @@ -0,0 +1,49 @@ + + + +切爽 弘嬢左澗 霜庚 (FAQ) - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2

切爽 弘嬢左澗 霜庚 (FAQ)

+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+
戚 庚辞澗 置重毒 腰蝕戚 焼鑑艦陥. + 置悦拭 痕井吉 鎧遂精 慎嬢 庚辞研 凧壱馬室推.
+ +

FAQ 置重毒精 焼督帖 瀬紫戚闘 <http://httpd.apache.org/docs/2.2/faq/>拭辞 瑳 呪 + 赤陥. 暁, 伊事馬壱 窒径馬奄 畷馬惟 FAQ研 廃 凪戚走稽 瑳 呪 赤陥.

+ +

焼督帖 2.0戚 蟹紳走 杖原 照鞠辞 酔軒澗 焼送 切爽 + 弘嬢左澗 霜庚 (FAQ)戚 巷譲昔走 乞献陥. 鎧遂戚 辰趨霜 + 凶猿走 食奄拭 背岩戚 蒸陥檎 焼督帖 + 1.3 FAQ亀 凧壱馬虞.

+
+
top
+
+

爽薦

+
走据
庚薦亜 持奄檎 嬢胸惟 背衣馬蟹?
+
神嫌庚
戚 神嫌庚戚 巷充 倶昔亜?
+
+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/support.html b/docs/manual/faq/support.html new file mode 100644 index 00000000..2af73a38 --- /dev/null +++ b/docs/manual/faq/support.html @@ -0,0 +1,11 @@ +URI: support.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: support.html.ja.euc-jp +Content-Language: ja +Content-type: text/html; charset=EUC-JP + +URI: support.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/faq/support.html.en b/docs/manual/faq/support.html.en new file mode 100644 index 00000000..1ac12b11 --- /dev/null +++ b/docs/manual/faq/support.html.en @@ -0,0 +1,114 @@ + + + +Support - Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2 > FAQ

Support - Frequently Asked Questions

+
+

Available Languages:  en  | + ja  | + ko 

+
+
+
top
+
+

Support

+ + +

"Why can't I ...? Why won't ... work?" What to do in case of + problems

+ + +

If you are having trouble with your Apache server software, you should + take the following steps:

+ +
+
Check the ErrorLog!
+
Apache tries to be helpful when it encounters a problem. In many + cases, it will provide some details by writing one or more 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 + /usr/local/apache2/logs/error_log, but see the ErrorLog directive in your config files for the + location on your server.
+ +
Check the ErrorLog again!
+
Nearly all problems can be solved by reading the error log.
+ +
Check the FAQ!
+
The latest version of the Apache Frequently-Asked Questions list can + always be found at the main Apache web site.
+ +
Check the Apache bug database
+
Most problems that get reported to The Apache Group are recorded in + the bug database. + Please check the existing reports, open + and closed, before adding one. If you find that your + issue has already been reported, please don't 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.
+ +
Ask in a user support forum
+

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.

+ +

Users + mailing list

+ +

#apache on + Freenode IRC is also available for + user support issues.

+
+ +
Please use the bug database for bugs!
+

If you've gone through those steps above that are appropriate and + have obtained no relief, then please do let the httpd developers + know about the problem by logging a bug + report.

+ +

If your problem involves the server crashing and generating a core + dump, please + include a backtrace (if possible).

+
+
+ + +

Whom do I contact for support?

+

With millions of users and fewer than sixty volunteer developers, + we cannot provide personal support for Apache. For free support, we + suggest participating in a user forum.

+ +

Professional, commercial support for Apache is available from + a number of + companies.

+ +
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/support.html.ja.euc-jp b/docs/manual/faq/support.html.ja.euc-jp new file mode 100644 index 00000000..fc5f1530 --- /dev/null +++ b/docs/manual/faq/support.html.ja.euc-jp @@ -0,0 +1,134 @@ + + + +サポート ― よくある質問 - Apache HTTP サーバ + + + + + +
<-
+
+Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2 > FAQ

サポート ― よくある質問

+
+

Available Languages:  en  | + ja  | + ko 

+
+
This translation may be out of date. Check the + English version for recent changes.
+
+
top
+
+

サポート

+ + +

「なんで…? どうして動作しない…?」問題が + 起きたときにどうするか

+ + +

Apache のサーバソフトウェアに何か問題が起こったときは、以下の + 手順に従ってください:

+ +
+
エラーログを調べる!
+
問題が発生したときは Apache はなるべく手助けをしようとします。 + 多くの場合、Apache はサーバのエラーログにメッセージを書くことで、詳細な + 情報を提供します。場合によっては、これだけで問題を自分自身で分析し、 + 修正するために十分な情報を得ることができます (ファイルのパーミッションの + 問題など)。エラーログのデフォルトの場所は + /usr/local/apache2/logs/error_log ですが、あなたのサーバ + での場所を知るためには設定ファイル中の ErrorLog を見てください。
+ +
FAQ を調べる!
+
Apache のよくある質問の最新版は常に Apache の主ウェブサイトに + あります。
+ +
Apache バグデータベースを調べる
+
Apache グループに報告されるほとんどの問題はバグデータベースに + 記録されます。Open closed 含めて、 + 既存のレポートにあるかどうかを調べてください。 + 既に問題が報告されているとき、「私も」という報告は追加しないで + ください。元の報告が close されていないときは、定期的に + バグデータベースを調べることをお薦めします。また、元の提出者に + 連絡を取ることも考慮に入れておくとよいでしょう。データベースに + 記録されていない電子メールの交換が行なわれているかもしれません。
+ +
ユーザサポートフォーラムで質問する
+

Apache にはよろこんで知識を共有させてくれる活発な + ユーザのコミュニティがあります。このコミュニティに参加することが、 + 普通は質問や問題に対する回答を得る最善で最速の手段です。

+ +

ユーザ + メーリングリスト

+ +

USENET ニュースグループ:

+ +
+ +
もし、全部失敗した場合は、問題をバグデータベースに報告してください
+

上記の手段の中で該当するものををすべて取って、 + それでも問題の解決策を得られなかった場合は、バグの報告を + することにより、問題をぜひ httpd 開発者に知らせてください。

+ +

サーバのクラッシュやコアダンプの発生する問題であれば、(可能であれば) + バックトレースを報告に含めてください。例えば、

+ +

+ # cd ServerRoot
+ # dbx httpd core
+ (dbx) where +

+ +

(ServerRoothttpdcore ファイル + の位置を適切なものに置き換えてください。dbx の代わりに + gdb を使う必要があるかもしれません。)

+
+
+ + +

誰にサポートを頼めばよい?

+

数百万のユーザに対して、40未満のボランティア開発者しかいないため、 + Apache の個人的なサポートを提供することはできません。無料の + サポートには、ユーザのフォーラムに参加するのが良いでしょう。

+ +

Apache のプロの、商用サポートも + 多くの会社 + から提供されています。

+ +
+
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/faq/support.html.ko.euc-kr b/docs/manual/faq/support.html.ko.euc-kr new file mode 100644 index 00000000..0bf83003 --- /dev/null +++ b/docs/manual/faq/support.html.ko.euc-kr @@ -0,0 +1,142 @@ + + + +走据 - 切爽 弘嬢左澗 霜庚 (FAQ) - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.2 > FAQ

走据 - 切爽 弘嬢左澗 霜庚 (FAQ)

+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+
戚 庚辞澗 置重毒 腰蝕戚 焼鑑艦陥. + 置悦拭 痕井吉 鎧遂精 慎嬢 庚辞研 凧壱馬室推.
+
+
top
+
+

走据

+ + +

"訊 ... 照鞠蟹? 訊 ... 疑拙馬走 省澗亜?" 庚薦亜 持奄檎 + 拝析

+ + +

焼督帖 辞獄 社覗闘裾嬢拭 庚薦亜 持奄檎 陥製引 旭精 + 舘域研 魚献陥:

+ +
+
神嫌 稽益(errorlog)研 溌昔馬虞!
+
焼督帖 辞獄澗 庚薦亜 持奄檎 亀崇聖 爽形壱 葛径廃陥. + 弦精 井酔 辞獄 神嫌 稽益拭 切室廃 鎧遂聖 奄系廃陥. + 戚依幻生稽亀 送羨 (督析映廃 去) 庚薦研 降胃馬壱 壱張 呪 + 赤澗 井酔亜 弦陥. 神嫌 稽益税 奄沙 是帖澗 + /usr/local/apache2/logs/error_log戚走幻, + 舛溌廃 是帖澗 竺舛督析税 ErrorLog 走獣嬢研 凧壱馬虞.
+ +
FAQ研 + 溌昔馬虞!
+
焼督帖 瀬紫戚闘拭辞 牌雌 焼督帖 FAQ 置重毒聖 瑳 呪 + 赤陥.
+ +
焼督帖 獄益 汽戚斗今戚什研 溌昔馬虞
+
焼督帖益血(The Apache Group)拭 左壱吉 企採歳税 庚薦澗 + 獄益 + 汽戚斗今戚什拭 奄系吉陥. 歯稽 獄益研 蓄亜馬奄 穿拭, + 戚耕 硝形然暗蟹(open) 背衣吉(closed) 獄益亜 赤澗走 溌昔馬掩 + 郊空陥. 戚耕 庚薦亜 左壱鞠醸陥檎 "蟹亀 + 戚訓 庚薦亜 赤陥壱" 左壱馬走 省掩 郊空陥. 焼送 + 背衣鞠走 省紹陥檎 爽奄旋生稽 雌伐聖 溌昔馬掩 郊空陥. 暁, + 汽戚斗今戚什拭 奄系鞠走 省壱 戚五析 嘘発生稽 遭楳吉 紫牌戚 + 赤聖 呪 赤生艦 坦製 庚薦研 左壱廃 紫寓拭惟 尻喰背瑳 呪亀 + 赤陥.
+ +
紫遂切 走据 因娃拭 + 庚税廃陥
+

焼督帖拭 企廃 走縦聖 因政馬掩 据馬澗 醗降廃 紫遂切 + 因疑端級戚 赤陥. 析鋼旋生稽 戚訓 因疑端拭 凧食馬澗 依戚 + 庚薦税 岩聖 条澗 亜舌 疏壱 匙献 号狛戚陥.

+ +

紫遂切 + 五析元軒什闘

+ +

USENET 敢什益血:

+ +
    +
  • comp.infosystems.www.servers.unix + [news] + [google] +
  • + +
  • comp.infosystems.www.servers.ms-windows + [news] + [google] +
  • + +
  • comp.infosystems.www.authoring.cgi + [news] + [google] +
  • +
+ +
是税 号狛戚 乞砧 叔鳶馬檎 獄益 汽戚斗今戚什拭 庚薦研 + 左壱廃陥
+

是税 舘域研 乞砧 獣亀馬壱亀 背衣奪戚 蒸陥檎, 獄益研 + 左壱馬食 瀬辞獄 鯵降切級拭惟 庚薦研 硝軒掩 + 郊空陥.

+ +

core dump研 幻級悟 辞獄亜 宋澗 井酔虞檎 (亜管馬檎) + backtrace(蝕爽; 庚薦亜 叔楳督析税 舛溌備 嬢恐 走繊拭辞 + 降持馬心壱, 覗稽益轡戚 益 走繊猿走 嬢恐 井稽稽 叔楳鞠醸澗走研 + 硝形爽澗 舛左)研 匂敗馬掩 郊空陥. 森研 級嬢,

+ +

+ # cd ServerRoot
+ # dbx httpd core
+ (dbx) where +

+ +

(ServerRoot, httpd, core + 督析税 叔薦 是帖研 企重 紫遂馬虞. dbx 企重 + gdb研 紫遂背醤 拝 呪亀 赤陥.)

+
+
+ + +

亀崇聖 条生形檎 刊姥拭惟 + 尻喰馬蟹?

+

40誤 亜勲税 切降旋生稽 凧食廃 鯵降切幻生稽澗 呪拷幻税 + 紫遂切拭惟 焼督帖拭 企背 析析戚 走据拝 呪 蒸陥. 巷戟 走据聖 + 条生形檎 紫遂切 + 因娃拭 凧食馬掩 映廃陥.

+ +

焼督帖拭 企廃 送穣旋昔 政戟 走据精 食君 + 噺紫拭辞 薦因廃陥.

+ +
+
+

亜管廃 情嬢:  en  | + ja  | + ko 

+
+ \ No newline at end of file -- cgit v1.2.3