
IBM HTTP Server 8.5.5 Installation Guide on Linux [Step-by-Step]


IBM HTTP Server (IHS) is based on Apache HTTP server with added features. It’s free and included in IBM WAS.
If you are using WebSphere Application Server in your environment then most probably you will end up using IHS and as an administrator, you must know the installation procedure of IBM HTTP Server.
In this article, I will explain how to install IHS on Linux environment using IBM Installation Manager.
Let’s get it started…
- Launch IBM Installation Manager
./IBMIM
- Click on File >> Preferences
- Click on Add Repository and use the following repository link
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHSILAN.v85/repository.xml
- Click on OK
- Enter the IBM ID and click on OK again
- Click on OK on Preferences window
- Click Install on IBM IM Window. It will start the installation wizard.
- Select the product in the list and click on Next
- Accept the terms of the license agreement and click Next
- Leave the default path for creating a new package group and click Next
- Select the architecture between 32-bit or 64-bit and click Next. In this demonstration, I will proceed with 64 bit.
- Enter the port number you wish to keep for IHS and click Next
- Review the information on Summary window and click Install
- It may take few minutes and once done you will have installation confirmation. Click finish.
Great! You have installed IBM HTTP Server 8.5.5 successfully. It’s time to start the IHS and verify the installation.
- Go to path where IHS is installed
cd /opt/IBM/HTTPServer/bin
- Execute apachectl command to start the web server
./apachectl start
Access the web server with server IP or hostname to see the IHS default page.
Well done! You have verified the IBM HTTP Server installation. Next, you would be interested in integrating IHS with WebSphere as explained here.
More great readings on Apache HTTP
-
How to Redirect AMP Page to Non-AMP in Nginx, Apache, Cloudflare?Abhishek Nair on September 27, 2021
-
How to Install Apache and Secure with Let’s Encrypt Certtificate?Aghilan Baskar on April 5, 2021
-
How to Block .git in Apache, Nginx and Cloudflare?Chandan Kumar on October 27, 2020
-
How to Protect Page with Password in Apache, Nginx, WordPress, Hosting?Chandan Kumar on September 11, 2020
-
How to Implement ZeroSSL Certificate in Apache and Nginx?Asad Ali on May 24, 2020
-
How to Enable CORS in Apache and Nginx?Chandan Kumar on October 18, 2019
Join Geekflare Newsletter
Every week we share trending articles and tools in our newsletter. More than 10,000 people enjoy reading, and you will love it too.