No.17630 投稿時間:2004年11月03日(Wed) 03:37 投稿者名:やまめ URL:
いつも勉強させていただいてます。
Apache2.0.51のhttpd.conf内で仮想ホストを設定したのですが
<VirtualHost 192.168.0.3>
ServerAdmin webmaster@example.com
DocumentRoot /home/user/public_html
ServerName user.example.com
</VirtualHost>
このページに一覧を表示させたい options Indexes としたいのです。
<Directory "/home/user/public_html">
Options Indexes
</Directory>
としても
http://example.com/~user では一覧が表示されますが、
http://user.example.com では初期ページが表示されます。
どのように設定すれば、仮想ホストページで
Optionsが指定できるんでしょうか。
よろしくおねがいします。
Fedora Core2 Linux Apache2.0.51