20 lines
491 B
Text
20 lines
491 B
Text
#
|
|
|
|
# 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
|
|
|
|
# Redirection to another site
|
|
#/~emili http://plan9.bell-labs.com
|
|
|
|
# Httpd root of real host is "/usr/bob/www"
|
|
/ */usr/re9714
|