VHOST not working in Apache
- by Starx
I got a LAMP server working in Ubuntu 11.04. Now the problem is that the websites have to enabled and disabled from the terminal. All all of them have to be accessed from http://localhost which is not so much efficient. So I created a VHOSTS, using some tutorials off the net.
Here is the coding for it
<VirtualHost *:80>
ServerAdmin…