My virtual server is created but it's not showing anything when I visit the site?
Posted
by
web designer
on Pro Webmasters
See other posts from Pro Webmasters
or by web designer
Published on 2012-05-19T07:27:59Z
Indexed on
2012/05/30
22:51 UTC
Read the original article
Hit count: 202
virtualhost
|webmin
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?
© Pro Webmasters or respective owner