I am trying to set up the multiple domain names in Apache 2.
let's I have a domain name that needs to be bound to xx.xx.xx.xxx ip address.
But even though I specify like the following, it doesn't work. I have to type
<VirtualHost xx.xx.xx.xxx:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot E:/ ServerName ErrorLog logs/test.com-error_log
CustomLog logs/test.com-access_log common
</VirtualHost>
The base document root is "E:/
is there any other setting that I need to take a look at?
I am using windows 2003 server.
let's I have a domain name that needs to be bound to xx.xx.xx.xxx ip address.
But even though I specify like the following, it doesn't work. I have to type
<VirtualHost xx.xx.xx.xxx:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot E:/ ServerName ErrorLog logs/test.com-error_log
CustomLog logs/test.com-access_log common
</VirtualHost>
The base document root is "E:/
is there any other setting that I need to take a look at?
I am using windows 2003 server.