Dennis Hilberg Jr a écrit : > Jeffrey Goldberg wrote: >> # Redirect for ntp.pool.org >> <VirtualHost *:80> >> ServerName pool.ntp.org >> ServerAlias *.pool.ntp.org >> Redirect permanent / http://www.pool.ntp.org/ >> </VirtualHost> > Is there any way that Apache will redirect pool.ntp.org requests only? I > don't feel it's necessary to redirect ALL my http traffic to > www.pool.ntp.org, only requests for pool.ntp.org should be, if possible.
That's what ServerName pool.ntp.org does. It will only redirect traffic to pool.ntp.org or *.pool.ntp.org. GFK's -- Guillaume Filion http://guillaume.filion.org/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ timekeepers mailing list [email protected] https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
