Step 1: Go to Installed IHS , conf directory,
Screenshot 1:
Step 2: open http.conf in edit mode.
Step 3: Add two lines:
LoadModule was_ap22_module F:\IBM_INSTALL\IBMIHS\WebSphere\Plugins\bin\32bits\mod_was_ap22_http.dll
WebSpherePluginConfig F:\IBM_INSTALL\IBMIHS\WebSphere\Plugins\config\New_webserver\plugin-cfg.xml
Where,
LoadModule is for add module from Plugins\bin\ directory.
WebSpherePluginConfig is for propogated plugins location.
LoadModule was_ap22_module
F:\IBM_INSTALL\...\Plugins\bin\32bits\mod_was_ap22_http.dll ( dll is for Wiindows )
LoadModule was_ap22_module
/IBMWAS/IHS/WebSphere/bin/64bits/mod_was_ap22_http.so ( .so is for UNIX ).
/IBMWAS/IHS/WebSphere/bin/64bits/mod_was_ap22_http.so ( .so is for UNIX ).
Reference link : https://www.ibm.com/
Screenshot 2:
Step 4: check listen Port is 80: and ServerName middlewarebox:80
Screenshot 3:
Step 4: Restart the IHS from services.
Screenshot 4:
Step 5: Check from Browser,
http://[IP - Address]:80
Screenshot 5:
Step 6: check using default application .
http://[Ip- address or server Name]/snoop
OR
http://[ip-address]:80/snoop
Screenshot 6:
---------------------------------------------------
Next ,
How to Configure IHS (Httpd.conf ) for Port :443 (https://) and install certificates.
Use this Link : http://www.middlewarebox.com//how-to-configure-ihs-httpdconf
No comments:
Post a Comment