a couple questions about virtual hosts in Apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello there,
 
I am needing to set up a virtual host for Pilotalk.com because I have more than one server I need to run on the Linux machine.  I am having a problem where my web site does not come up and I am pretty certain that my NameVirtualHost and virtualHosts blocks are correct.  Here is what they look like:
 
<VirtualHost *:80>
ServerAdmin webmaster@xxxxxxxxxxxx
DocumentRoot /var/www/html
ServerName pilotalk.com
ServerAlias pilotalk.com *.pilotalk.com
ErrorLog logs/PilotalkBraillesoft.com-error_log
CustomLog logs/PilotalkBraillesoft.com-access_log common
</VirtualHost>
 
<VirtualHost *:80>
ServerName www.pilotalk.com
DocumentRoot /var/www/html/PilotalkBraillesoft.com
DirectoryIndex index.php
</VirtualHost>
 
 
This was followed step by step out of the documentation for Apache.
 
Scott

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux