- 締切済み
DirectoryIndexでアクセスできない。
linux+apache2+sslの環境です。 httpd.confには DocumentRoot "/home/comfile/wwwdata" ... ScriptAlias /diary/ "/home/comfile/wwwssl/diary/public_html/diary/" (<-その中にindex.cgiはある) ... DirectoryIndex index.htm index.html index.html.var index.cgi と ssl.confには DocumentRoot "/home/comfile/wwwssl" そして、LAN内のパソコンからIEで https://myserver(サーバマシーン名)/diary/index.cgi でアクセスしたら、ホームページがちゃんど表示してくれます。 https://myserver(サーバマシーン名)/diary/でアクセスしたら: Forbidden You don't have permission to access /diary/ on this server. のようなエラー画面が出て、アクセスができません。 index.cgiを含むディレクトリdiaryのパーミションは755です。 何かほかの設定が必要でしょうか。
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- estea
- ベストアンサー率44% (39/87)
回答No.1
はじめまして。 ssl の設定で、 virtual host 扱いだったなら、ssl.conf の該当箇所に DirectoryIndex を追加(修正)する必要があるのかもしれません。