My virtual server is created but it's not showing anything when I visit the site?
- by web designer
I have created a virtual sever as below for my site:
I've specified the folder and domain name:
And I created a master zone for the domain, and NS1 and NS2 has been set for the domain. everything seems good, but when I visit the domain I see the below page without some test files that I've put in the root(www directory):
<VirtualHost *>
DocumentRoot "/home/example.com/www"
ServerName example.com
<Directory "/home/example.com/www">
allow from all
Options +Indexes
</Directory>
ServerAlias www.example.com
</VirtualHost>
What I'm doing' wrong?