From 48f180488a2e6ba1a8070e4610ef2c49a9c9ab4c Mon Sep 17 00:00:00 2001
From: Erik Abele ForceLanguagePriority
+ does not explicitly match the client's request. The ForceLanguagePriority
directive can be used to override one or both of these error
- messages and subsitute the servers judgement in the form of the
+ messages and substitute the servers judgement in the form of the
LanguagePriority
directive.
Looking at the table above you will notice that it is always - possible to use the name without any extensions in an hyperlink +
Looking at the table above, you will notice that it is always
+ possible to use the name without any extensions in a hyperlink
(e.g., foo
). The advantage is that you
can hide the actual type of a document rsp. file and can change
it later, e.g., from html
to
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index 382a70f664..516b104a38 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -116,7 +116,7 @@ File
See: Directive
Index
INCLUDES
output filter processes documents
+example, the INCLUDES
output filter processes documents
for Server Side Includes.Content-Type
DSOs. Modules that are included by default are called
base modules. Many modules are available for Apache that are
not distributed as part of the Apache HTTP Server tarball. These are referred to as third-party
@@ -218,7 +218,7 @@ See: Module Index--with-berkeley-db[=path]
/lib
and
path/include
for the relevant files. Finally,
the path may specify specific include and library paths
-seperated by a colon.In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the - server as well as any problems that may be occuring. The Apache + server as well as any problems that may be occurring. The Apache HTTP Server provides very comprehensive and flexible logging capabilities. This document describes how to configure its logging capabilities, and how to understand what the logs @@ -303,7 +303,7 @@
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-agent}i\"" combined
- CustomLog log/acces_log combined
+ CustomLog log/access_log combined
This format is exactly the same as the Common Log Format, diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 437eea988e..3b82c00ddd 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1159,7 +1159,7 @@ once!
MaxRedirects
is available in Apache 2.1 and
+MaxRedirects
is available in Apache 2.0.45 and
laterApache HTTP サーバ バージョン 2.0
説明: - | 指定されたユーザとグループで CGI スクリプトを実行する |
---|---|
ステータス: - | 拡張 |
モジュール識別子: - | suexec_module |
ソースファイル: - | mod_suexec.c |
互換性: - | Apache 2.0 以降で使用可能 |
Apache HTTP サーバ バージョン 2.1
+説明: | 指定されたユーザとグループで CGI スクリプトを実行する |
---|---|
ステータス: | 拡張 |
モジュール識別子: | suexec_module |
ソースファイル: | mod_suexec.c |
互換性: | Apache 2.0 以降で使用可能 |
このモジュールと suexec サポートプログラム により、CGI スクリプトが指定されたユーザとグループで 実行されるようにできます。
-説明: - | CGI プログラムのユーザパーミッション、グループパーミッション |
---|---|
構文: - | SuexecUserGroup User Group |
コンテキスト: - | サーバ設定ファイル, バーチャルホスト |
ステータス: - | 拡張 |
モジュール: - | mod_suexec |
互換性: - | SuexecUserGroup は 2.0 以降でのみ使用可能。 |
説明: | CGI プログラムのユーザパーミッション、グループパーミッション |
---|---|
構文: | SuexecUserGroup User Group |
コンテキスト: | サーバ設定ファイル, バーチャルホスト |
ステータス: | 拡張 |
モジュール: | mod_suexec |
互換性: | SuexecUserGroup は 2.0 以降でのみ使用可能。 |
SuexecUserGroup
ディレクティブは CGI プログラム
- が実行されるユーザとグループを指定できるようにします。CGI 以外の
+ が実行されるユーザとグループを指定できるようにします。CGI 以外の
リクエストは User ディレクティブで指定されたユーザのままで処理されます。
このディレクティブは Apache 1.3 における VirtualHosts の中で
- User ディレクティブと Group ディレクティブを使う用法の代わりになります。
SuexecUserGroup nobody nogroup