USER

2014/10/30

DESCRIPTION

A user of web server is a name on URI prefixed by ~.
For example, ~alice is a user of pegasus.goodwill.com if the URI is
	http://pegasus.goodwill.com/~alice/

In the explanation below, alice stand on any user of Pegasus.
A system user alice may have her Web pages under the conditions below.
A directory

	/usr/alice/web
exists with excutable permission to user web.

Of course, her document need to be read by user web.
User alice need not be registered to authentication server nor to

	/adm/users

User alice locates her web documents in

	/usr/alice/web/doc
and the directory is seen by httpd as
	/doc

User alice may have files such as passwd, allow, rewrite, namespace_80, and etc in

	/usr/alice/web/etc
These files are seen in
	/etc
in httpd space.

User alice may reconfigure her name space by

	/usr/alice/web/etc/namespace_80
where 80 is a port number.
You may add other namespace_port files on necessity.