erikbrannlund
May 28th, 2009, 12:28 PM
I have tried to set up 2 virtualhosts on my Ubuntu/apache2 installation. However I only see the default host. As I'm more of a windows guy I can't find whats wrong.
My default
<VirtualHost *:80>
ServerAdmin erik@localhost
DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
.
.
.
.
.
My second host
<VirtualHost *:80>
ServerAdmin erik@telia.com
DocumentRoot /home/brollop/www/
.
.
.
.
.
.
.
Edit: Removed long listing not containing the error
My default
<VirtualHost *:80>
ServerAdmin erik@localhost
DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
.
.
.
.
.
My second host
<VirtualHost *:80>
ServerAdmin erik@telia.com
DocumentRoot /home/brollop/www/
.
.
.
.
.
.
.
Edit: Removed long listing not containing the error