I take it the fedora test page and default host is in /var/www/html,
which means that this VirtualHost is not being read by Apache.  Are
you trying to listen to multiple IPs?  Make sure you have a
NameVirtualHost 10.1.1.103 directive before this <VirtualHost>
container.

-Victor


On 5/20/06, Clodoaldo Pinto <[EMAIL PROTECTED]> wrote:
I have this virtual host configured:

<VirtualHost 10.1.1.103:80>
   ServerName fc5.s0
   DocumentRoot "/var/www/html/fc5"
   <Directory "/var/www/html/fc5">
      Options Indexes
   </Directory>
</VirtualHost>

When I point the browser to fc5.s0 the Indexes option does not work
and I'm redirected to the default Fedora test page. There are no
index.html or index.php files.

But when I point the browser to fc5.s0/fc5 it works. I can see the
files in that subdir. What am I missing?

Regards, Clodoaldo



--
http://www.victortrac.com

Reply via email to