Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 1999 00:36:41 +0800
From:      "Ho Seng Yip" <hsengyip@mbox3.singnet.com.sg>
To:        "FreeBSD Questions" <freebsd-questions@freebsd.org>
Subject:   Apache's Virtual Host Feature
Message-ID:  <007901be8695$49905f40$29a215a5@oasis>

next in thread | raw e-mail | index | archive | help
Hi,

I have enabled a sub-domain in my DNS records, test.mydomain.com . I have
set up a VirtualHost configuration in my httpd.conf as follow,

<VirtualHost test.mydomain.com>
ServerAdmin admin@mydomain.com
DocumentRoot /home/test/www
ServerName test.mydomain.com
</VirtualHost>

When I tried going into the URL, it's gives me the error message 'Access
Forbidden' and looking into the error log, it tells me something about
'directory index'. My permissions are defintely set correctly. I was
wondering if this error could have been caused by placing the DocumentRoot's
path into a 'home' directory.

Can anyone shed some light on the problem ?

Thanks.

Regards,
Seng Yip




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007901be8695$49905f40$29a215a5>