I am running Apache 1.3 on a Red Hat Linux box. We are using virtual
domains. My problem is in setting the default document directory, or more
spesficaly the directory that is displayed when none of the virtual domains
are found.
I tried:
<VirtualHost _Default_:*>
documentRoot /etc/fu/bar
</VirtualHost>
This has no effect. The server displays the first Virtual Host in my list.
Why?
Dan Harris