I had some nice virtual host definitions that worked nicely
under 2.0.48. I now have transferred the content to a new machine that has the
same IP as the old machine (which is no longer in use). I am now running
2.0.54. The virtual hosts used to work. It seems presently that only
the first one works and that all the other virtual hosts use the names of the
first one. It does not make any difference if I point my browser at http://test.signitek.com or http://siegfried.signitek.com or http://sermonclips.signitek.com!
They all go to siegfried.signitek.com! Why is this? Thanks, Siegfried <VirtualHost *:80> ServerAdmin siegfried@xxxxxxxxxxx DocumentRoot "C:/Program Files/Apache
Group/Apache2/htdocs-siegfried" ServerName siegfried.signitek.com:80 ErrorLog logs/error251.log TransferLog logs/transfer251_log ScriptAlias /cgi-bin/ "C:/Program Files/Apache
Group/Apache2/siegfried-cgi-bin/" Alias /kayak-gear-images/ "k:/Documents and
Settings/Siegfried Heintze/My Documents/My Pictures/2005-06 (Jun)/" </VirtualHost> #http://httpd.apache.org/docs-2.0/mod/core.html#virtualhost <VirtualHost *:80> ServerAdmin siegfried@xxxxxxxxxxx DocumentRoot "C:/Program Files/Apache
Group/Apache2/htdocs-sermonclips" ServerName sermonclips.signitek.com:80 ErrorLog logs/error252.log TransferLog logs/transfer252_log ScriptAlias /cgi-bin/ "C:/Program Files/Apache
Group/Apache2/sermonclips-cgi-bin/" </VirtualHost> <VirtualHost *:80> ServerAdmin siegfried@xxxxxxxxxxx DocumentRoot "C:/Program Files/Apache
Group/Apache2/htdocs-test" ServerName test.signitek.com:80 ErrorLog logs/error253.log TransferLog logs/transfer253_log ScriptAlias /cgi-bin/ "C:/Program Files/Apache
Group/Apache2/test-cgi-bin/" </VirtualHost> <VirtualHost *:80> ServerAdmin siegfried@xxxxxxxxxxx DocumentRoot "C:/Program Files/Apache
Group/Apache2/convex-htdocs" # ServerName 192.168.1.250:80 ServerName convex-prototypes.signitek.com:80 ErrorLog logs/error250.log TransferLog logs/transfer250_log ScriptAlias /cgi-bin/ "C:/Program Files/Apache
Group/Apache2/convex-cgi-bin/" ScriptAlias /cgi-shl/ "C:/Program Files/Apache
Group/Apache2/convex-cgi-bin/" </VirtualHost> |