On 2005-01-05, Don <donlcl RemoveThis @yahoo.com> wrote:
><VirtualHost *:80>
> ServerAdmin webmaster RemoveThis @domain.ca
> DocumentRoot /var/www/domaint.ca/html
<font color=purple> > ServerName <a style='text-decoration: underline;' href="http://www.domain.ca</font" target="_blank">www.domain.ca</font</a>>
> ErrorLog /var/www/domain.ca/log/domain.ca-error_log
> CustomLog /var/www/domain.ca/log/domain.ca-access_log common
></VirtualHost>
Usually, every <VirtualHost > block should have a <Directory >
block with details about the DocumentRoot of such VHost.
Note also that there are many problems with PHP if you have
also Multiviews configured. Basically the server doesn't know anymore
if he have to serve a page or a directory.
See also the FAQ about trailing slashes.
Davide
--
All programs evolve until they can send email. -- Richard Letts
Except Microsoft Exchange. -- Art<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Odd apache configuration error?