Mobile app version of vmapp.org
Login or Join
Jessie594

: My virtual server is created but it's not showing anything when I visit the site? I have created a virtual sever as below for my site: I've specified the folder and domain name: And I

@Jessie594

Posted in: #Tracking #Traffic #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 example.com </VirtualHost>


What I'm doing' wrong?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie594

2 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

It was all OK, but the problem was that Bind server hadn't been started. I couldn't gain any success in webmin so I switched to Kloxo and now everything works like a charm.

10% popularity Vote Up Vote Down


 

@Karen161

Is that your real apache conf snippet (with example.com instead of your real domain name)? If so, change the example.com into the other domain name, restart apache and you should be set to go.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme