This topic provides everything you need to know to get started
with HTTP Server and the IBM® Web Administration for i5/OS™ interface,
quickly.
Important: Information
for this topic supports the latest PTF levels for HTTP Server for i5/OS .
It is recommended that you install the latest PTFs to upgrade to the latest
level of the HTTP Server for i5/OS. Some of the topics documented here are
not available prior to this update. See
http://www.ibm.com/servers/eserver/iseries/software/http/services/service.htm for more information.
Step 2: Set up an HTTP Server (powered by Apache) instance
Once
the IBM Web Administration for i5/OS interface is ready, it
is time to set up your first HTTP Server (powered by Apache) instance.
Use the Create HTTP
Server wizard to quickly create a working HTTP Server (powered by Apache)
configuration.
- Start the IBM iSeries™ Tasks
page.
Non-secure connection: http://your.server.name:2001/
Secure
connection: https://your.server.name:2010/
- Click IBM Web Administration for i5/OS™
- Click the Setup tab.
- Expand Common Tasks and Wizards.
Note: By default, all lists are
expanded. If you collapse any list, the IBM Web Administration for i5/OS interface displays
the list as collapsed the next time you view it.
- Click Create HTTP Server.
- Enter a name to identify your HTTP Server (powered by Apache). 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
(powered by Apache) configuration it creates. If you want to change an entry,
simply click Back.
- Click Finish and HTTP Server (powered by Apache) is created.
For more information on the IBM Web Administration for i5/OS interface,
see IBM Web Administration for i5/OS.
Step 3: Start and test your HTTP Server (powered by Apache)
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 (powered by Apache) does not start, see Troubleshoot.
- Open another Web browser of your choice (see Web browser requirements) and go to http://your.server.name:port/ where your.server.name is
the name of your i5/OS 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 IBM Web Administration for i5/OS interface,
expand your HTTP server capabilities. See the Scenarios for HTTP Server for more information.