Status Update Server

CentOS, Bluequartz:

Virtual Sites:
Under Bluequartz & CentoS we do work with Virtual Hosts and name VirtualHost

httpd.conf is not configured for virtualhosts, the vhosts are included throough their own configfile: .. vhosts/site1, vhosts/site2 etc.

The first VirtualHost starting with the NameVirtualHost, in my situation I used 192.168.1.100 the IP address of the server. Internally it is working, but I’m not in a life environment yet.

[site1]
# owned by VirtualHost
NameVirtualHost 192.168.1.100


<VirtualHost 192.168.1.100>
bla bla bla
</VirtualHost>

Now if using a 2nd virtual host do not use another NameVirtualHost setting anymore: comment it out

Reminder: do use your external IP address in the configuration screen and edit the configfile afterwards, the config file is than ready to use.
Of course it could be possible to use your external IP also, but I had problems with than intially. Maybe if needed I change it ;-)
It took me about 1 hour to configure 13 domains, virtualhosts and e-mail aliasses ..

5 thoughts on “Status Update Server

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.