Manually Editing the HTTP Configuration File
To manually edit the HTTP configuration file (httpd.conf):
Locate your
httpd.conffile. Typically the file is located in this directory:Z:\IBM\WebSphere\HTTPServer\config/u01/WebSphere855/HTTPServer/configOpen the file with an ASCII editor.
Assuming the location of your
httpd.confis 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_httpfile varies based on platform.WebSpherePluginConfig "/u01/WebSphere855/Plugins/config/webserver1/plugin-cfg.xml"Save and close the
httpd.conffile.Stop and restart HTTP Server from the Windows Services panel.
Stop the HTTP Server from the bin directory using this command:
./apachectl stopRestart the HTTP Server from the bin directory using this command:
./apachectl start