ドメイン名によるアクセス制限ってやらない方が良いのでしょうか? ちょっとプロバイダのDNSがムチャクチャ重いので、 Allow from .jp みたいな事をやると、レスポンスが激重になってしまいます。 これって、 HostnameLookups On と同様で、あまり誉められた行為ではないのでしょうか?
AuthConfig Allow use of the authorization directives (AuthDBMGroupFile, AuthDBMUserFile, AuthGroupFile, AuthName, AuthType, AuthUserFile, Require, etc.).
FileInfo Allow use of the directives controlling document types (AddEncoding, AddLanguage, AddType, DefaultType, ErrorDocument, LanguagePriority, etc.).
Indexes Allow use of the directives controlling directory indexing (AddDescription, AddIcon, AddIconByEncoding, AddIconByType, DefaultIcon, DirectoryIndex, FancyIndexing, HeaderName, IndexIgnore, IndexOptions, ReadmeName, etc.).
Limit Allow use of the directives controlling host access (Allow, Deny and Order).
Options Allow use of the directives controlling specific directory features (Options and XBitHack).
/usr/local/apache/bin/apxs -i -c -a mod_encoding.c
とすると下記のようなメッセージが表示され、
mod_encoding.c: In function `iconv_string': mod_encoding.c:115: warning: passing arg 2 of `libiconv' from incompatible pointer type mod_encoding.c: At top level: mod_encoding.c:336: warning: initialization from incompatible pointer type
/usr/local/apache/bin/apachectl configtestを実行すると、
Syntax error on line 240 of /etc/httpd/httpd.conf: Cannot load /usr/local/apache/libexec/mod_encoding.so into server: ld.so.1: /usr/local/apache/bin/httpd: 重大なエラー: 再配置エラー: ファイル /usr/local/apache/libexec/mod_encoding.so: シンボル libiconv: 参照シンボルが見つかりません。