xref: /plan9/lib/namespace.httpd (revision 80ee5cbfe36716af62da8896207e9763b8e3d760)
1# we start with the namespace of the console...
2
3# man2html expects man pages under /sys/man
4mount #s/boot /n/emelieother other
5bind /n/emelieother/plan9/sys/man /usr/web/sys/man
6#bind /n/emelieother/plan9/sys/doc /usr/web/sys/doc
7#bind /sys/man /usr/web/sys/man
8bind /sys/doc /usr/web/sys/doc
9
10# just so people will find something under plan9
11bind /usr/web/plan9dist /usr/web/plan9
12
13# users
14bind /usr/mike/www /usr/web/incoming/mike
15
16# netlib
17bind /netlib/pub /usr/web/netlib
18mount -b #s/netlib.depend.pub /usr/web/netlib.depend
19# don't need to bind to /usr/web/math etc. because of /sys/lib/http-rewrite
20
21# who what why when where
22mount /srv/alice /n/alice
23bind -b /n/alice/cm /usr/web/cm
24bind /usr/web/cm/who /usr/web/who
25bind -b /usr/web/cm/physics/who /usr/web/who
26bind -b /usr/web/cm/blrsv/who /usr/web/who
27bind -b /usr/web/cm/ss/who /usr/web/who
28bind -b /usr/web/cm/ms/who /usr/web/who
29bind -b /usr/web/cm/china/who /usr/web/who
30bind -b /usr/web/cm/cs/who /usr/web/who
31bind /usr/web/cm/ms/what/wavelet /usr/web/wavelet
32
33# formerly ftp.research.bell-labs.com
34bind -b /n/alice/usr/ftp /usr/web/dist
35
36# wiki (questions to rsc)
37mount -b #s/wiki.plan9 /usr/web/wiki/plan9
38
39# httpd will bind /usr/web onto /
40