2012-01-05 18:21:23 +00:00
|
|
|
#
|
2011-03-30 13:53:33 +00:00
|
|
|
|
2012-01-05 18:21:23 +00:00
|
|
|
# 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
|
2011-03-30 13:53:33 +00:00
|
|
|
|
|
|
|
# Redirection to another site
|
2012-01-05 18:21:23 +00:00
|
|
|
#/~emili http://plan9.bell-labs.com
|
2011-03-30 13:53:33 +00:00
|
|
|
|
2012-01-05 18:21:23 +00:00
|
|
|
# Httpd root of real host is "/usr/bob/www"
|
|
|
|
/ */usr/re9714
|