Apache関連 Part8
■ このスレッドは過去ログ倉庫に格納されています
0894名無しさん@お腹いっぱい。
2006/07/06(木) 23:09:31ルートディレクトリではCGIが正常動作しますが、
サブディレクトリでエラーになります。
設定等で考えられることがありましたら教えてください。
DocumentRoot "/home/xxxxxx/public_html"
<Directory />
Options ExecCGI FollowSymLinks Includes
AllowOverride None
</Directory>
<Directory "/home/httpd/public_html">
Options ExecCGI FollowSymLinks Includes
AllowOverride None
</Directory>
UserDir public_html
<Directory "/home/*/public_html">
Options ExecCGI FollowSymLinks Includes
AllowOverride None
</Directory>
DirectoryIndex index.html index.htm index.php
■ このスレッドは過去ログ倉庫に格納されています