diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2012-01-06 18:58:39 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2012-01-06 18:58:39 +0100 |
commit | 6a5f2d9d553a69cbfeb3410c26623f9f98177aa1 (patch) | |
tree | 68eb3456b113658e2b3dfe63d778743b62f06dca /sys/lib/httpd.rewrite | |
parent | e7dd5dad5cafafac34f2e37f9058cba73f946b2c (diff) |
Backed out changeset db0fa2edf131
reverting bad commit
Diffstat (limited to 'sys/lib/httpd.rewrite')
-rw-r--r-- | sys/lib/httpd.rewrite | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/sys/lib/httpd.rewrite b/sys/lib/httpd.rewrite index dccf3eefb..e6aa6080b 100644 --- a/sys/lib/httpd.rewrite +++ b/sys/lib/httpd.rewrite @@ -1,20 +1,11 @@ -# +# httpd(8) describes the syntax. to kick-start, +# for(i in `{seq 50}) hget http://www.your-domain.com/ >/dev/null -# syntax: prefix replacement -# parsed by splitting into fields separated by spaces and tabs. -# Anything following a # is ignored. -# -# Pegasus extension for virtual host -# `*' prefixed items will be bound to web root -# - - -# Home page for IP based virtual host. Don't foreget the IP of plan9 -#http://car */usr/carol/www -#http://202.250.160.122 */usr/carol/www +# An example of a local redirect +#/netlib/c++/idioms/index.html.Z /netlib/c++/idioms/index.html # Redirection to another site -#/~emili http://plan9.bell-labs.com +#/netlib/lapack/lawns http://netlib.org/lapack/lawns -# Httpd root of real host is "/usr/bob/www" -/ */usr/re9714 +# Home page for virtual host +#http://www.ampl.com/ /cm/cs/what/ampl/index.html |