0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Apacheの設定ファイルhttpd.confのログ関連のディレクティブをまとめたもの

Posted at

●Apacheの設定ファイルhttpd.confのログ関連のディレクティブをまとめたもの
・HostnameLookups on|off クライアントのIPアドレスをログファイルに記載する際、IPアドレスを逆引きしホスト名で記録するかどうか指定
・LogFormat 書式 書式名 アクセスログに使われる書式を定義
・CustomLog ファイル名 書式名 アクセスログのファイル名とLogFromatで定義された書式を指定
・ErrorLog ファイル名 エラーログファイルを指定
・LogLevel ログレベル エラーログに記録するログのレベルを指定。
■ログレベル(重要な順)
emerg,alert,crit,error,warm,notice,iinfo,debug,trace{1-8}

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?