Here's what I do to have 3 domains on my 1 IP

NameVirtualHost 24.67.105.53

<VirtualHost 24.67.105.53>
ServerName broomcloset.dhs.org
DocumentRoot /home/httpd/html
</VirtualHost>

<VirtualHost 24.67.105.53>
ServerName totalgeek.dhs.org
DocumentRoot /home/httpd/totalgeek
</VirtualHost>

That should give you the syntax that you need...
         
> 1.  How many domains can I host to a single IP address?
I'm not sure how man you can have in total, check the apache docs.

 
> 2.  When do I start loosing response performance?
Well, with 3 I don't notice any performance slowdown...

--
- James Atkinson
Linux! The Ultimate NT Service Pack.
http://totalgeek.dhs.org

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to