2006/08/23 Update
$web/etc/namespace_80
$web be a httpd root. Real host, virtual hosts and regular users can reorganize namespace using "$web/etc/namespace_80" where number 80 is a port number. Therefore if the request comes from port 443, then the reorganization will be done using "namespace_443".bind command. Assume a CGI requires run time library "/sys/lib/somelib", then the library will be added in "/sys/lib" in httpd space by a line in "namespace_80"bind -a /etc/lib /sys/libwhere we assume "
somelib" is placed in "$web/etc/lib" in real space.bind is executed in the space that is configured in "/lib/namespace.httpd"; therefore the root "/" is "$web" in real space.