2012-01-06 17:58:39 +00:00
|
|
|
# httpd(8) describes the syntax. to kick-start,
|
|
|
|
# for(i in `{seq 50}) hget http://www.your-domain.com/ >/dev/null
|
2011-03-30 13:53:33 +00:00
|
|
|
|
2012-01-06 17:58:39 +00:00
|
|
|
# An example of a local redirect
|
|
|
|
#/netlib/c++/idioms/index.html.Z /netlib/c++/idioms/index.html
|
2011-03-30 13:53:33 +00:00
|
|
|
|
|
|
|
# Redirection to another site
|
2012-01-06 17:58:39 +00:00
|
|
|
#/netlib/lapack/lawns http://netlib.org/lapack/lawns
|
2011-03-30 13:53:33 +00:00
|
|
|
|
2012-01-06 17:58:39 +00:00
|
|
|
# Home page for virtual host
|
|
|
|
#http://www.ampl.com/ /cm/cs/what/ampl/index.html
|