You are right. I don't have a specific vhost for the IP. I'll add it. That should avoid the default.
Perhaps the example should read:
<VirtualHost 111.222.333.444:80>
ServerName pool.ntp.org
ServerAlias *.pool.ntp.org
Redirect permanent / http://www.pool.ntp.org/
</VirtualHost>
111.222.333.444 = Your IP.
/Rune
| Anthony DeRobertis <[EMAIL PROTECTED]>
Sendt af: [EMAIL PROTECTED] 03-01-2006 19:00 |
|
On Tue, Jan 03, 2006 at 01:49:08PM +0100, Rune Magnussen wrote:
>
> An important piece of information is missing on the "Join the pool page".
> The redirect-configuration described only works if it is placed before all
> other virtual host definitions. Apache 2.0.x at least uses the first
> definition if nothing else matches.
NameVirtualHost your.pool.ip.address
is probably missing in your apache config. See the apache docs for
details on that.
_______________________________________________
timekeepers mailing list
[email protected]
https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
_______________________________________________ timekeepers mailing list [email protected] https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
