Getting started with the interface
The interface is used to create and configure Web servers.
Step 1: Install
Ensure that is installed on your server and is functioning correctly. For more information on installing the product, see Installing HTTP Server.
Step 2: Create an HTTP Server instance
Use the Create HTTP Server wizard to quickly create a working HTTP Server configuration.
- Access the from your browser. For information about how to access the interface, see Starting.
- Click the Setup tab.
- Expand Common Tasks and Wizards.Note: By default, all lists are expanded. If you collapse any list, the interface displays the list as collapsed the next time you view it.
- Click Create HTTP Server.
- Enter a name to identify your HTTP Server. This name is used later to configure and administer your server. Enter a server description to help identify your server.
- Click Next.
- Enter the server root. The server root is the base directory for your HTTP Server. Within this directory, the wizard creates subdirectories for your logs, and configuration information. If the server root does not exist, the Create HTTP Server wizard creates one for you.
- Click Next.
- Enter the document root. The document root is the directory from which your documents are served by your HTTP Server. If the directory root does not exist, the Create HTTP Server wizard creates one for you.
- Click Next.
- Leave the IP address list as All addresses. You may select a specific IP address if you so choose.
- Enter a port number. By default, the port is 80. This is the port your Web site runs (or "listens on"). It is suggested you enter a different port other than 80 because a port can only be used by one server at any time.
- Click Next.
- Select Yes or No for the Create HTTP Server wizards to create an access log. The access log contains information about requests made to your HTTP Server. This information is useful for analyzing who is accessing your Web site and how many requests have been made during a specific period of time.
- Click Next.
- Specify how long you want to keep the error and access log files. Select Keep, do not delete or Delete based upon age.
- Click Next.
- The Create HTTP Server wizard displays a summary of HTTP Server configuration it creates. If you want to change an entry, simply click Back.
- Click Finish and HTTP Server is created.
For more information on the interface, see Overview of.
Step 3: Start and test your HTTP Server
After using the Create HTTP Server wizard, it is time to start your Web server and go live.
- Click the Start icon next to the Server list.
- Click the Refresh icon and check if the server status is still
shown as "Running".
If your HTTP Server does not start, see Troubleshooting.
- Open another Web browser and go to
http://your.server.name:port/where your.server.name is the host name of your server and port is the port number you entered in the Create HTTP Server wizard.
The supplied HTML example welcome page is displayed.
When you have finished this preliminary work with the interface, expand your HTTP server capabilities. See the Scenarios: HTTP Server for more information.