[mailed and posted]

On Jun 12, 2007, at 2:50 AM, George Ross wrote:

>> ... monitoring of port 80 (and have a requirement of
>> either not answering or redirecting to www.pool.ntp.org).
>
> I expect you would lose some servers from the pool then: our two
> (extntp[01].inf.ed.ac.uk) at least.  We're happy to serve time  
> because we
> can, but it's not the machines' primary purpose and I can't see us  
> putting
> resources towards dedicated servers.

 From a quick check, extntp0.inf.ed.ac.uk isn't responding to port 80  
so it already meets the requirement of not answering.

extntp1 does answer to port 80 with pictures of a building site.   
Anyway that webserver claims to be Apache 2.2 so all you need to do  
is add

# Redirect for ntp.pool.org
<VirtualHost *:80>
     ServerName pool.ntp.org
     ServerAlias *.pool.ntp.org
     Redirect permanent / http://www.pool.ntp.org/
</VirtualHost>

to your virtual host configuration for your *existing* Apache set- 
up.  So you will not be adding any service.  Furthermore, you will  
actually be reducing load on your webserver this way.

Cheers,

-j



-- 
Jeffrey Goldberg                        http://www.goldmark.org/jeff/

_______________________________________________
timekeepers mailing list
[email protected]
https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers

Reply via email to