httpd.conf - Virtual Hosting/Parking/Pointing

I have following setup in my httpd.conf.


<VirtualHost xx.xx.xx.xx>
ServerAlias www.mydomain.com mydomain.com
ServerAdmin webmaster@mydomain.com
DocumentRoot /home/mydomain/public_html
BytesLog domlogs/mydomain.com-bytes_log
User mydomain
Group mydomain
ServerName www.mydomain.com
ServerAlias mydomain1.com www.mydomain1.com
ServerAlias mydomain2.com www.mydomain2.com
ServerAlias mydomain3.com www.mydomain3.com
ServerAlias mydomain4.com www.mydomain4.com
.
.
.
.
.
.
.
.
.
ServerAlias mydomain100.com www.mydomain100.com
</virtualhost>

My questions

1. How many can I point/parked using this method
2. Are there any alternatives or improved ways
3. If there are no alternatives, will it make the server slow

Looking forward for lots of replies httpd.conf - Virtual Hosting/Parking/Pointing

 

 

 

 

Top