Gossamer Forum
Home : General : Internet Technologies :

Apache, vhost problem

Quote Reply
Apache, vhost problem
I'm trying to setup a virtual host on Apache 2.x in Windows 98, but I cannot figure out what is wrong. This is the dummy-config I have set, just for testing it:

Code:
<VirtualHost *>
ServerAdmin webmaster@test1.vhost-fake.com
DocumentRoot /htdocs/vhost/test1.vhost-fake.com
ServerName test1.vhost-fake.com
ErrorLog logs/test1.vhost-fake.com-error_log
CustomLog logs/test1.vhost-fake.com-access_log common
</VirtualHost>


Now, when I run Apache, I get this error:

"Warning: DocumentRoot [/htdocs/vhost/test1.vhost-fake.com] does not exist"

...so, any ideas what I'm doing wrong? that directory does indeed exist, so I'm not sure what's going on. Any help is appreciated.
-Erik.

Last edited by:

Blurshape: Jun 2, 2003, 10:39 AM
Subject Author Views Date
Thread Apache, vhost problem Blurshape 5330 Jun 2, 2003, 10:36 AM
Thread Re: [Blurshape] Apache, vhost problem
Paul 5071 Jun 2, 2003, 10:45 AM
Thread Re: [Paul] Apache, vhost problem
Blurshape 5034 Jun 2, 2003, 10:52 AM
Thread Re: [Blurshape] Apache, vhost problem
Paul 5016 Jun 2, 2003, 10:54 AM
Post Re: [Paul] Apache, vhost problem
Blurshape 5014 Jun 2, 2003, 10:58 AM