NetBSD Developer Documentation:Information about the mirrors mailing list |
To check to see if a new www mirror is a http/1.1 `host:' based virtual web server, try the following:
telnet netbsd.mirror.site 80
GET / HTTP/1.0 <cr>
<cr>
If you get what looks like NetBSD's index.html, things are ok.
If not, try:
telnet netbsd.mirror.site 80
GET / HTTP/1.1 <cr>
Host: netbsd.mirror.site <cr>
<cr>
If only the latter works, they're using HTTP 1.1 virtual hosting.
If you are not comfortable editing the zone file yourself, send a message to admins@NetBSD.org noting what CNAME alias you want set up, and requesting they update after they've handled that.
|
|