Manually Editing the HTTP Configuration File
To manually edit the HTTP configuration file (httpd.conf
):
Locate your
httpd.conf
file. Typically the file is located in this directory:Z:\IBM\WebSphere\HTTPServer\config
/u01/WebSphere855/HTTPServer/config
Open the file with an ASCII editor.
Assuming the location of your
httpd.conf
is that shown in the previous step, add the following lines to the bottom of the file:LoadModule was_ap22_module "Z:\IBM\WebSphere\Plugins\bin\32bits\mod_was_ap22_http.dll"
WebSpherePluginConfig "Z:\IBM\WebSphere\Plugins\config\webserver1\plugin-cfg.xml"
LoadModule was_ap22_module "/u01/WebSphere855/Plugins/bin/64bits/mod_was_ap22_http.so"
Note: The extension of themod_was_ap22_http
file varies based on platform.WebSpherePluginConfig "/u01/WebSphere855/Plugins/config/webserver1/plugin-cfg.xml"
Save and close the
httpd.conf
file.Stop and restart HTTP Server from the Windows Services panel.
Stop the HTTP Server from the bin directory using this command:
./apachectl stop
Restart the HTTP Server from the bin directory using this command:
./apachectl start