Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

I recently setup a server to run multiple instance of IBM HTTP Server from a Single IHS Install on Windows.

Originally the servers looked like this,

...

Code Block
languagebash
cd \opt\apache2\
bin\apache.exe -f conf-c\httpd.conf -k install -n "IBM HTTP Server 7.0-b"
Installing the IBM HTTP Server 7.0-b service
The IBM HTTP Server 7.0-b service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.

Uninstall an Instance

In some cases you will want to uninstall the instance. As far as I can tell this does not remove any files. It simply removes the service item from Windows,

Code Block
cd \opt\apache2\
bin\apache.exe -k install -n "IBM HTTP Server 7.0-b"