[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:21862] Re: CGI issue in users dir( apache 1.3.9-12 )



管@ゼネテックです。

先ほどの件ですが、すでに access.conf には

<DirectoryMatch ^/home/.*/public_html>
Options SymLinksIfOwnerMatch Indexes Includes
AllowOverride None
</DirectoryMatch>

という記述があるのでこれに ExecCGI オプションをつければいいですね。
訂正します。そうすると下記のようになります。

<DirectoryMatch ^/home/.*/public_html>
Options SymLinksIfOwnerMatch Indexes Includes ExecCGI
AllowOverride None
</DirectoryMatch>