Re: [EMAIL PROTECTED] Indexes Option in Virtual Host

2006-05-20 Thread Victor Trac
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 container. -Victor On 5/20/06, Clodoaldo Pinto <

Re: [EMAIL PROTECTED] Indexes Option in Virtual Host

2006-05-20 Thread Clodoaldo Pinto
2006/5/20, Rainer Sokoll <[EMAIL PROTECTED]>: On Sat, May 20, 2006 at 10:11:56AM -0300, Clodoaldo Pinto wrote: > Options Indexes > But when I point the browser to fc5.s0/fc5 it works. I can see the > files in that subdir. What am I missing? A "+" ;-), read: "Options +Indexes". I Added

Re: [EMAIL PROTECTED] Indexes Option in Virtual Host

2006-05-20 Thread Rainer Sokoll
On Sat, May 20, 2006 at 10:11:56AM -0300, Clodoaldo Pinto wrote: > Options Indexes > But when I point the browser to fc5.s0/fc5 it works. I can see the > files in that subdir. What am I missing? A "+" ;-), read: "Options +Indexes". Rainer -

[EMAIL PROTECTED] Indexes Option in Virtual Host

2006-05-20 Thread Clodoaldo Pinto
I have this virtual host configured: ServerName fc5.s0 DocumentRoot "/var/www/html/fc5" Options Indexes 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