On 2003.8.23, at 01:03 Asia/Tokyo, kuon-xyz@xxxxxxxxxxxxxx wrote:
Vinelinuxで立てたとき、cgi-bin内でしか動作しない状況です。
Web Server SoftであるApacheの場合、Vineデフォルトでは
/etc/httpd/conf/httpd.conf
が設定ファイルです。
この中の
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
という箇所に
SSIの場合は、Includes
perlなどのCGIの場合は、ExecCGI
と書き加えるといいと思います。
<Directory />
Options FollowSymLinks Includes ExecCGI
AllowOverride None
</Directory>
ただし、これをやるとセキュリティ上の問題が出ると思います。(識者のみなさん。フォローお願いします。)
--
須々木俊太