Link to home
Start Free TrialLog in
Avatar of RishiBang
RishiBang

asked on

IBM Http Server Instances

Hi,

I am requested to setup multiple instances of IBM Http Server v7 on the same machine.

I requests Experts to let me know the configuration involved in this.

Thanks,
Rishi
Avatar of Shalom Carmel
Shalom Carmel
Flag of Israel image

why ??
you can setup multiple virtual hosts in a single IBM Http Server Instance to support any configuration you like ..

but if you insist, it will be like setting up multiple Apache server instances.
You will have to manually set up each instance after the first one, as I think that the IBM installer does not support multiple installations. It means duplicating the directories, and manually creating the service entries.
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RishiBang
RishiBang

ASKER

Hi gheist,

Thanks for the info.

I am able to run diff. instance of IHS as yo have suggested using diff httpd.conf fils (using httpd -f option).

But I am forced to use diff(rather unique) port set for two instances (like 80 & 90 for Non-SSL http)

Can I configure the machine with one more IP and use 80 for both the instances?

Pls let me know.  I am having IHS on Solaris 10 U8

Thanks,
Rishi
Yes, you can configure one or more apache instances to listen on specific IPs instead of using wildcard listener i.e:

Where You have:
Listen 80
You need multiple directives like:
Listen 127.0.0.1:80
Listen [::1]:80

and so on.
since it seems that you are running both apache instances as same user i'd suggest using one httpd.conf

If you do not have websphere a common Apache does even better in same place.