Viewing Web server settings
Web server settings include the name of the Web server, the name of the administrator who manages the Web server, and information about directories on the Web server. Only your service provider can change these settings.
To view the Web server settings:
Click the Shortcuts tab on the Home page.
In the shortcuts area, click Configuration (Web Server section).
Information on this form includes:
Server Name. The full name of the Web server.
Server Administrator. The email address of the person who manages the Web server.
Document Root. The directory in which your site's Web-related files are located.
Script Alias. A ScriptAlias allows CGI scripts to be stored within the local file system of the domain other than under the document root of the subdomain. For example if the cgi scripts are aliased to /usr/web/cgi-bin/, instead of the default /cgi-bin/, then a request for http://myscript/cgi-bin/search will run the script from /usr/web/cgi-bin/search.
User Directory. The default directory the Web server looks for when it receives a user request.