26 Feb
2003
26 Feb
'03
6:50 p.m.
At 10:41 AM 2/26/2003, Dylan Reinhardt wrote:
<VirtualHost www.spam.com:80>
Small correction: that syntax will only work on more recent Apache builds. The more general form is: <VirtualHost 1.2.3.4:80> Which leaves ServerAlias to work out which vhost Apache is supposed to use. Dylan