|
Home Web Hosting FrontPage Email Client Help Use Policy Contact Us |
Site Management
There are three types of users on the server: the RaQ Administrator, Site Administrators, and site users. The Site Administrator accesses these functions from the Site Management screen on the RaQ. The Site Management screen has a green strip on the left side. A Site Administrator can add or remove a site user, create a mailing list, manage disk space, back up and restore files and perform other virtual-site-related administrative tasks. A Site Administrator can manage a virtual site using any standard Web browser. To access the Site Management screen for a site, go to the URL http://www.sitedomain.com/siteadmin/. The Site Administrator login and password must be entered. The Site Management screen can only be accessed using the site domain name in the Web browser. If the domain name has not yet propagated, been registered or modified yet, access the Site Management section using the following URL: http://111.222.111.222:81/.cobalt/siteManage/www.sitedomain.com/index.html (where 111.222.111.222 is the site IP, and www.sitedomain.com is the full site domain name as set-up on the RaQ). Accessing the site by IPAddress/siteadmin will not work. The RaQ Administrator can access the Site Management screen by clicking Site Management on the Server Management screen.User managementThe User Management section on the Site Management screen allows you to perform administrative functions related to site users: setting the site user defaults, adding or removing users; entering and modifying user names and passwords; managing users' disk space allocations, telnet access and E-mail aliases. Setting defaults for a site userBefore assigning the default values for a site user, you must decide on the needs of your users. Both the Site Administrator and the RaQ Administrator can configure the site user default settings. To edit the default settings for a site user:
Adding a site userYou can add or remove users for a virtual site, and assign a Site Administrator for the site. To add a site user or Site Administrator:
Removing a site userTo remove a site user:
Entering user E-mail settings and aliasesMail Forwarding and Vacation Reply Individual site users can choose to have their E-mail forwarded to another E-mail account. Site users can also choose to enable a vacation-reply message that is automatically sent to each person who sends the user an E-mail. This feature is useful when users know they will not be reading or responding to incoming E-mail messages for a period of time. E-mail aliases The E-mail Alias feature allows you to create an arbitrary e-mail addresses without creating a user account on the RaQ. An E-mail message addressed to the alias is forwarded to an existing E-mail address. For example, an E-mail alias lets you setup a temporary or permanent alias E-mail address such as sales@mycompany.com and automatically route messages to a specific E-mail user's mailbox. (To this, you'd enter sales in the E-mail Aliases field under user's E-mail settings for the user whom you want to receive this mail.) Each user's login must be unique, even between separate sites (eg. there can be only one jsmith for the entire server). However, there can be same E-mail addresses @ different domain names. For example, user jsmith of abc.com can have an E-mail alias of john@abc.com. User john of xyz.com would have an E-mail address of john@xyz.com, but, it would not conflict with john@abc.com - as it is a separate, unique virtual site. So, if a user's desired user name is not available, a different username must be used; however, an E-mail address with the user's desired name is still possible, even if there is a user with that username under another virtual site. Mailing list managementIn the List Management section of the Site Management screen, you can create and manage mailing lists for the virtual site. A mailing list allows a discussion by E-mail between a group of people; the E-mail addresses of the people in the group make up the list. The mailing list is given a name, for example AlphaProject. The mailing list can include users on the RaQ as well as external users. A message addressed to the name of the mailing list is delivered to each person on the list. If one person replies to the message, the reply is also delivered to each person on the list (and not just to the original sender). To allow users to subscribe and unsubscribe from a list directly (without having to add and remove each user manually using the web interface), make sure to enable the Allow User Subscriptions to List option. Users can then un/subsbcribe to the list by sending E-mail to majordomo@sitedomain.com with the words subscribe listname or unsubscribe listname in the body (where listname is the list's name, for example AlphaProject). Note that while the list name will appear as listname@www.sitedomain.com, if the site is configured to accept E-mail for sitedomain.com, mail can be also sent to listname@sitedomain.com and majordomo@sitedomain.com (without the www prefix). For more detailed information, including sample configurations files Download This File
Top
You can create complex web pages using any of the standard HTML editors
and the HTML publishing capabilities of many popular desktop productivity
applications. You can create and link the web pages themselves on your
desktop computer, and then move them to the appropriate subdirectory
in the RaQ via an FTP application (as described below).
The RaQ supports CGI scripts, such as those written in Perl,
C, or other languages. If CGI is enabled for your site (in the Site
Settings section of the Site Management screen), then you can add CGI
scripts to work with your web content. This enables you to develop
interactive and powerful web-based applications by building server-side
CGI scripts that generate web pages in response to specific user inputs.
These applications range from simple scheduling and conferencing applications
to sophisticated electronic commerce solutions. You can develop CGI
scripts on your desktop machine or, and then transfer them to the
RaQ by means of any FTP-based application that allows permission bits
to be set to "Executable." (In most cases, CGIs are found at and
downloaded from sites such as
cgi-resources.com.)
Use FTP (File Transfer Protocol) to upload .cgi or .pl files. You
should use ASCII mode to upload text-based CGI files (ie. CGIs written in perl).
Once the file is on the
RaQ, use your FTP program if it supports or, or else use the Telnet command
chmod 775 filename.cgi ,
to make the script executable. The path to Perl is /usr/bin/perl. In
order for users (other than the RaQ Administrator) to add CGI
files, CGI must be enabled for the user's site (in the Site Settings
section of the Site Management screen). CGI scripts must use .pl or
.cgi filename extensions in order to be executed by the web server.
For more information see CGI FAQ
After creating your web pages, you can publish them to the server using
FTP. By default, the files you upload via FTP are stored in your personal
directory, the directory path for which is /home/sites/sitename/users/username
where sitename is the fully qualified domain name of your site and username
is your user name. Site administrators may access and edit the site root content in the directory web during an FTP session. Site administrators may edit their personal web pages in the directory users/username/web during an FTP session. Personal web sites are accessible on the web at http://sitename/users/username/ and http://sitename/~username/. Users who are not site administrators may edit their personal web sites in the directory web during an FTP session. Publishing Web Pages with FrontPageIf FrontPage 2000 Server Extensions are enabled on a site, any site administrator may open the site "root web" using Microsoft FrontPage software. To publish a web page using FrontPage:
Using TelnetTelnet access is available and it can be turned on for individual users by the site administrator (via the User Management section of the Site Management screen). Telnet should be used by advanced users only: users who want to run shell scripts or use shell commands and know how to do so. An advanced user is someone who is proficient in the internal workings of the Unix/Linux operating system and is a well trusted individual (not to attempt to cause problems to the server). You may log in via telnet prior to DNS Propogation by issuing the command
telnet 111.222.111.222, where 111.222.111.222 is the address provided to you. Once logged in you will be in /home/sites/sitenumber/users/username Site Administrators who have a requirement to access the domain web page should issue the command |
|
All material © 2001, Padrone. Inc. "TLCHost," "Tender Loving Care Hosting," are trademarks of Padrone, Inc. All rights reserved. |