I've got an apache server with several domains hosted.
I've tried to add a new domain and it doesn't work.
My config file looks like this:
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/sells
ServerName ServerAlias sellsclark.com
ErrorLog Logs/sellsclark-error.log
TransferLog Logs/sellsclark-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/yikes
ServerName ServerAlias yikesinteractive.com
ErrorLog Logs/yikes-error.log
TransferLog Logs/yikes-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/hmi
ServerName ServerAlias henrymanagement.com
ErrorLog Logs/hmi-error.log
TransferLog Logs/hmi-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/southwest
ServerName ServerAlias southwestregional.com
ErrorLog Logs/southwest-error.log
TransferLog Logs/southwest-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/contourmed
ServerName ServerAlias contourmed.com
ErrorLog Logs/contourmed-error.log
TransferLog Logs/contourmed-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/skitchen
ServerName ServerAlias skitchen.com
ErrorLog Logs/skitchen-error.log
TransferLog Logs/skitchen-access.log
</VirtualHost>
They all work exactly perfect except the last one (the newest one) and it defaults to the main server name (
Any ideas on why this isn't working as it's supposed to?
I've tried to add a new domain and it doesn't work.
My config file looks like this:
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/sells
ServerName ServerAlias sellsclark.com
ErrorLog Logs/sellsclark-error.log
TransferLog Logs/sellsclark-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/yikes
ServerName ServerAlias yikesinteractive.com
ErrorLog Logs/yikes-error.log
TransferLog Logs/yikes-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/hmi
ServerName ServerAlias henrymanagement.com
ErrorLog Logs/hmi-error.log
TransferLog Logs/hmi-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/southwest
ServerName ServerAlias southwestregional.com
ErrorLog Logs/southwest-error.log
TransferLog Logs/southwest-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/contourmed
ServerName ServerAlias contourmed.com
ErrorLog Logs/contourmed-error.log
TransferLog Logs/contourmed-access.log
</VirtualHost>
<VirtualHost 10.0.0.3>
ServerAdmin path@sellsclark.com
DocumentRoot /Local/Library/WebServer/Documents/skitchen
ServerName ServerAlias skitchen.com
ErrorLog Logs/skitchen-error.log
TransferLog Logs/skitchen-access.log
</VirtualHost>
They all work exactly perfect except the last one (the newest one) and it defaults to the main server name (
Any ideas on why this isn't working as it's supposed to?