Namazu-users-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: namazu で全文検索が可能ですが、該当ファイルにアクセスできない。
廣瀬と申します。
At Sat, 20 Jan 2001 00:19:05 +0000,
yama-chan wrote:
> apacheの設定
>
> <Directory /home/httpd/html/cgi-bin>
> AllowOverride None
> Options Indexes ExecCGI Includes FollowSymLinks
> </Directory>
> Forbidden
>
> You don't have permission to access /doc/JF/WWW-mSQL-HOWTO.txt.gz on this server.
>
> となります。
httpd.confで、DocumentRootに対し
<Directory />
Options FollowSymLinks
</Directory>
のように、Symbolic Linkを許可する必要があります。
ですが、localhost内からのみの検索であるなら、.namazurc で Replace を
設定しなくても良いと思います。
----
HIROSE Yoshihide