Apache Virtual Host Issues via Webmin
I setup a second vhost for
the issue is the vhost isnt working….. for whatever reason when I go to
12 Replies
[Sat Sep 04 06:12:43 2010] [warn] VirtualHost
![](
Make sure you have NameVirtualHost directives for *:80 in your httpd.conf
I'm guessing almost everyone here at Linode runs their server via the shell.
and it is totally empty which I think is odd…..
I then had a look in…..
/etc/apache2/sites-available
and
/etc/apache2/sites-enabled
And based on the files located in these paths there is only one vhost setup…..
Allow from all
ServerAlias clients.nodewide.com
DocumentRoot /home/bkerensa/www/client-area/
UseCanonicalName off
Allow from all
DocumentRoot /home/Chien/www/
UseCanonicalName off
Allow from all
DocumentRoot /home/Chien/www/forums/
UseCanonicalName off
Allow from all
Does this look fine?
@bkerensa:
I know how to do things via shelll I just am not familiar with setting up vhosts by shell.
Checking the Linode library or spending 5 minutes with Google brings up lots and lots and lots of VHOST examples.