This topic describes how to manually change configuration settings for the IBM HTTP Server powered by Apache 2.0.
If you are running IBM HTTP Server (powered by Apache) on i5/OS, you can use the IBM Web Administration for iSeries to complete the following manual configuration steps. See Creating and configuring an HTTP server instance for more information.
This topic describes how to manually configure the IBM HTTP Server, Version 2.0. Other procedures in Editing Web server configuration files describe configuring other supported Web servers.
Perform the step that configures IBM HTTP Server version 2.0 for your operating system.
Examples and messages are shown on more than one line for clarity. Place each directive in a Web server configuration file on one line.
Local file path means a file path to the plugin-cfg.xml file on an Application Server that is on the same machine as the Web server. Remote file path means the file path to the plugin-cfg.xml file when the Application Server is on a remote machine.
The Web server definition name in the following examples is webserver1.
Use the IBM Web Administration for iSeries GUI to configure the httpd.conf file.
LoadModule was_ap20_module /QSYS.LIB/product_library.LIB/QSVTAP20.SRVPGMwhere product_library is the name of the WebSphere Application Server product library, such as QWAS61A, and QWAS61B. See the topic Directory conventions for information about how to determine the product library name.
LoadModule was_ap20_module /QSYS.LIB/product_library.LIB/QSVTAP20.SRVPGMwhere product_library is the name of the WebSphere Application Server product library, such as QWAS61A, and QWAS61B. See the topic Directory conventions for information about how to determine the product library name.
WebSpherePluginConfig /QIBM/UserData/WebSphere/AppServer/V61/ ND/profiles/profile1/config/cells/my_cell/nodes/ my_managednode/servers/webserver1/plugin-cfg.xml
WebSpherePluginConfig /QIBM/UserData/WebSphere/AppServer/V61/ ND/profiles/profile1/config/cells/my_cell/nodes/ webserver1_node/servers/webserver1/plugin-cfg.xml
WebSpherePluginConfig /QIBM/UserData/WebSphere/AppServer/V61/ ND/profiles/httpprofile1/config/webserver1/plugin-cfg.xml
This procedure results in editing and reconfiguring IBM HTTP Server powered by Apache 2.0.
If the IBM HTTP Server 1.3.2x directive, LoadModule ibm_app_server_http_module, is present in an IBM HTTP Server 2.0 httpd.conf file, the IBM HTTP Server cannot start. You must comment or delete the directive to start the Version 2 server.
After configuring a Web server, you can install applications on it. See the Applications section of the information center for more information.
In this information ... | IBM Redbooks, demos, education, and more(Index) |