[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:43434] Re: apache RefererIgnore の設定について
- From: 吉村広幸 <yoshimurah@xxxxxxxxxx>
- Subject: [debian-users:43434] Re: apache RefererIgnore の設定について
- Date: Tue, 12 Apr 2005 20:52:11 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- Thread-index: AcU/N0fItxQdl5nhSGKhNWXl0DVmzQAHO+yA
- X-mimeole: Produced By Microsoft MimeOLE V6.00.2900.2180
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level: ***
- X-spam-status: No, hits=3.0 required=10.0 tests=IN_REP_TO,ISO2022JP_BODY,ISO2022JP_CHARSET, MISSING_OUTLOOK_NAME,QUOTED_EMAIL_TEXT,RCVD_IN_ORBS, RCVD_IN_OSIRUSOFT_COM,SPAM_PHRASE_00_01,X_OSIRU_OPEN_RELAY version=2.44
- Message-id: <20050412115210.D528517B621@arashi.debian.or.jp>
- X-mail-count: 43434
- X-mailer: Microsoft Office Outlook, Build 11.0.6353
お世話になります。
吉村です。
> > Syntax error on line 496 of /etc/apache/httpd.conf:
> > Invalid command 'RefererIgnore', perhaps mis-spelled or
> defined by a module not included in the server configuration
> >
> > というエラーメッセージが出てしまいます。ログ関係のモジュール
> > が何か必要なのでしょうか?
>
> /etc/apache/modules.conf で mod_log_referer をロードしていますか?
いえ、ロードしていませんでした。
/etc/apache/modules.conf に
LoadModule referer_log_module /usr/lib/apache/1.3/mod_log_referer.so
を付け加えたところ、エラーは出なくなりました。
> しかし、RefererIgnore ディレクティブが使えるようになったとしても、
> RefererIgnore は mod_log_referer モジュールのディレクティブで
> しょうから、
>
> CustomLog /var/log/apache/access.log combined
>
> このように CustomLog (mod_log_config) に指示しても
> 影響しない (RefererIgnore の効果がない) でしょう。
なるほど、そういう事なんですね。勉強になりました。
ありがとうございます。
http://www.apache.jp/docs/mod/mod_log_referer.html
This module provides for logging of the documents which reference documents on the server.
Status: Extension
Source File: mod_log_referer.c
Module Identifier: referer_log_module
Summary
This module is provided strictly for compatibility with NCSA httpd, and is deprecated. We recommend you use mod_log_config instead.
Directives
RefererIgnore
RefererLog