Operating System - HP-UX
1827771 Members
2735 Online
109969 Solutions
New Discussion

Re: multiple apache(different version) in HPUX server

 
Ricky_4
Frequent Advisor

multiple apache(different version) in HPUX server

Hi All,

Currently, HPUX server has older version of Apache but need to install another application. This requires new version of apache and old apache is also used by another application.

Is it possible to co-exist 2 apache with different version and will just use different port for this 2 web server?

Thanks.

Ricky
2 REPLIES 2
Borislav Perkov
Respected Contributor

Re: multiple apache(different version) in HPUX server

Hi,
Yes it is possible. You can install a new version even the old one works.
More information you can find on
www.apache.org

Regards,
Borislav
Florian Heigl (new acc)
Honored Contributor

Re: multiple apache(different version) in HPUX server

In httpd.conf there are two settings You need to look for:

Listen 192.168.1.1 port 8080
(this usually isn't used, it's e.g. for multihomed systems where apache only ought to use specific interfaces or for listening on multiple ports.

Port 8080 < this is the one usually modified for this like You want to to.

Watch out in case there are virtual hosts defined, the definition often also contains the port number.
yesterday I stood at the edge. Today I'm one step ahead.