Hi, I am responsible for a server which does several websites on ports 80 (apache httpd 2.2), port 85 (apache httpd 2.2) & port 8080 (apache tomcat).
The server serves pages on port 80 to a separate website.
This port 80 website works from within a VirtualHost scope.
<VirtualHost *:80>
...
</VirtualHost>
I want to point following domains to server (mainserver):
domain1.fakedomain.com to domain2.fakedomain.com to domain3.fakedomain.com to domain4.fakedomain.com to domain5.fakedomain.com to
All DNS requests point to server so the apache httpd configuration on port 80 needs to separate each request.
For me this is a very tricky, complicated and I have no experience of either setting more than a basic virtual host. Please can someone help me how to configure httpd.conf or httpd-vhosts conf file.
Thank you in anticipation of your reply.
The server serves pages on port 80 to a separate website.
This port 80 website works from within a VirtualHost scope.
<VirtualHost *:80>
...
</VirtualHost>
I want to point following domains to server (mainserver):
domain1.fakedomain.com to domain2.fakedomain.com to domain3.fakedomain.com to domain4.fakedomain.com to domain5.fakedomain.com to
All DNS requests point to server so the apache httpd configuration on port 80 needs to separate each request.
For me this is a very tricky, complicated and I have no experience of either setting more than a basic virtual host. Please can someone help me how to configure httpd.conf or httpd-vhosts conf file.
Thank you in anticipation of your reply.