Changing the Web Server Configuration

You can configure the Web server to serve Web requests on any port, apart from the default port 80.

Important: To access sites running on a port other than the default (HTTP: 80; SSL: 443), you must specify the port number in the site URL, as follows: http://<site_name>:<port_number> where <site_name> is the host name of the site and <port_number> is the port that interfaces with the Web server.

Example: To access a site running on Apache 2.0 that interfaces with port 8000, you must type the following: http://example.com:8000

If you configure the Web server to run on a port other than the default port, you must notify the Site Administrator about the change in the site URL.

To change the Web server configuration:

  1. In the shortcuts section of the Home page, click Web Server (Services section).
  2. In the Web Server Configuration form, click Edit Configuration.
  3. In the Web Server Name field, enter the fully qualified domain name of the Web server.
  4. In the Web Server Administrator field, enter the email address of the person responsible for managing the server.
  5. In the Number of Servers field, enter the number of servers that start up when the Web server starts.

    Note: Increasing this number leads to consumption of server resources, but also improves server responsiveness.

  6. In the Port field, type the port number of the Web server.

    Note: You may type 80 or a valid port number greater than 1024.

  7. In the SSL Port field, type the port number of the SSL service.

    Note: You may type 443 or a valid port number greater than 1024.

  8. In the Host Name Lookups field, select the check box if you want host names to be resolved; otherwise, leave the check box blank. Host name lookups determine the host names of every Web connection and note them in the log files.

    Note: This process can slow down the Web server.

  9. In the Maximum Clients field, enter the maximum number of simultaneous Web server connections.

    Note: Each connection generates a process, consequently, too many connections can slow or stop the server; however, if you specify too few simultaneous connections, it can slow down the responsiveness of the Web server.

  10. Click Update.
  11. To make these changes effective, restart the Web server.

    Note: Services hosted on the Web server will be inaccessible for the length of time required to restart the Web server.