On 12/6/07 18:14, Guillaume Filion wrote:
> That's what ServerName pool.ntp.org does. It will only redirect traffic
> to pool.ntp.org or *.pool.ntp.org.
Yes, but you should still have an entry for your default web site
otherwise ALL requests will be redirected to pool.ntp.org. e.g.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName buzzard.zanker.org
ServerAlias centos.zanker.org
DocumentRoot /var/www/html
</VirtualHost>
<VirtualHost *:80>
ServerName pool.ntp.org
ServerAlias *.pool.ntp.org
Redirect permanent / http://www.pool.ntp.org/
</VirtualHost>
Mike
_______________________________________________
timekeepers mailing list
[email protected]
https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers