User manual

Directory structure
Cobalt RaQ 4 User Manual 175
Directory structure
The hard disk drive on the RaQ 4 is partitioned into four segments. Most of the
available space on the hard disk drive is on the partition mounted from /home. It
is recommended to do most of your work under this partition. By default, quotas
are turned on in this partition and are used extensively by the system software.
RaQ 4 home page
The document root for the Web server is the RaQ 4’s main site:
/home/sites/home/web
Web content in this directory is associated with the URL http://<IP address>/.
For example, a file saved as:
/home/sites/home/web/testdir/test.html
is accessed through the URL http://<IP address>/testdir/test.html.
Virtual site home page
The document root for the virtual sites’ Web page content is:
/home/sites/<sitename>/web
For example, www.cobalt.com would have a document root of
/home/sites/www.cobalt.com/web
Only the RaQ 4 Administrator or the Site Administrator can upload to this
directory.
Web content in this directory is associated with the URL http://<sitename>/.
For example, a file saved as:
/home/sites/<sitename>/web/testdir/test.html
is accessed through the URL http:/</sitename>/testdir/test.html.
Note: <IP address> refers to the IP address or the fully qualified
domain name of the RaQ 4.
Note: <Sitename> refers to the <hostname.domainname> of the
corresponding virtual site.