※ このエントリは、はてなグループ終了に伴う、サブブログからの引越エントリ(2011/01)です。
※ 情報が古い可能性もありますので、ご留意ください。
Apache の話。
[error] [client xxx.xxx.xxx.xxx] Attempt to serve directory: /path/to/dir/
↑のようなエラーログが出て、全然、ファンシーインデックスなページが生成されず、404 (Not Found) が返るなーと思ってたら、mod_autoindex が有効になってなかった。
# httpd -l
とかして、"mod_autoindex.c" が含まれているか確認しましょう・・・。