Re: Multiple IPs and VirtualHost
Posted by: Michael A Cooper (---.houston.res.rr.com)
Date: January 17, 2006 04:32AM

Hey everyone,

I host about 12 Sites on my Domain I was using IIS until it decided to choke on me. Now I want to use wamp. However I am trying to convigure my Vhosts in httpd.conf and it doesn't work when I put the lines in httpd.conf the Apache Server will not restart. What am i doing wrong?

Here is the code in httpd.conf

NameVirtualHost *.80

<VirtualHost 192.168.1.100:80>
ServerAdmin support@bccisp.net
DocumentRoot "C:\wamp\www\ebtexasonline.org
ServerName www.ebtexasonline.org
ErrorLog logs/www.ebtexasonline.org-error_log
CustomLog logs/www.ebtexasonline.org-access_log
</VirtualHost>

The problem here is I have to use

.101
.102
.103
.104
.105

For Websites so how do i do this in the httpd.conf?

Thanks in advance
Michael

Options: ReplyQuote


Sorry, only registered users may post in this forum.