Updating the Apache configuration file on IBM HTTP server

You must update the httpd.conf file and restart the server.

Procedure

  1. On Windows computers, start a Command Prompt window with the Run as administrator option. On Linux® computers, open a shell.
  2. Go to the <IHS_root>/conf directory.
  3. Open the httpd.conf file using a text editor.
    1. Uncomment the following in the file.
      LoadModule ibm_ssl_module modules/mod_ibm_ssl.soListen 443<VirtualHost *:443>SSLEnable</VirtualHost>KeyFile /home/opuser/IBM/HTTPServer/<yourkeystore.kdb>SSLDisable
    2. Save and close the file.
    Note: You must also replace <yourkeystore.kdb> with your keystore file and replace port 443 with your TLS/SSL port for IBM® HTTP Server.
  4. To apply the changes, restart the IBM HTTP Server.