Randomness

Archive for the ‘apache2’ Category

Ubuntu: name based virtual hosts

Posted by: Lloyd Puckitt on: August 21, 2007

Name-Based Virtual Hosts
With name-based virtual hosts, one instance of Apache hosts several domains. You do not need to set up multiple IPs for a machine. This is the easiest, preferred alternative. Reasons against the use of name-based virtual hosts are covered in the Apache documentation.
Configure it directly by way of the configuration file /etc/apache2/ sites-available/filename(by [...]