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 ..

Status update new webserver

Status update:

SATA problems solved: I am using IDE now
Reboot problem still exist but as this system is working 24/7 it’s no issue.

Installed CentOS, Bluequartz and some updates like Openwebmail, Phpmyadmin, Pico and MC and now busy to understand how the VHOST stuff is working under Bluequartz with virtualnamehost

Fixed issue with Gallery. .htaccess.
First thought was that it had to do with allowoverride
But it was a problem in the release of 1.5RC1 where the .htaccess was not read correctly (PHP VALUE) Fixed it by upgrading to 1.5.RC2

Next stage is to add more virtual hosts and make sure that mail can work.