1833897 Members
1826 Online
110063 Solutions
New Discussion

Latest apache for 10.20?

 
SOLVED
Go to solution
Nick Brennan_1
Occasional Advisor

Latest apache for 10.20?

I am trying to find out what the latest available version of Apache for 10.20 is. I've been asked to install 2.0.41 to fix some security issues, but this appears to be a 11.00/ 11i release only.

Does anyone know whether the HP depot v.2.0.41 is available for 10.20, and if so where I can get it from?
4 REPLIES 4
Balaji N
Honored Contributor

Re: Latest apache for 10.20?

http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache2-2.0.35/

does this help.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Bill McNAMARA_1
Honored Contributor

Re: Latest apache for 10.20?

I can only see precompiles 10.20 in the binaries/hpux/old/ dir of apache.org (
http://nagoya.apache.org/mirror/httpd/binaries/hpux/old/ ) so I guess if you want to get the latest you gotta go to the porting archive for the binary or compile it yourself from the source.

Later,
Bill
It works for me (tm)
Mehdi_1
Regular Advisor
Solution

Re: Latest apache for 10.20?

Hi

Unfortunately you will not find any Apache2 binary for 10.20 platform. You need to down load the source code and compile it yourself. I would suggest you use the source code from the HPUX Archive Center. The source code is the same as the one you down load from the original apache site with some minor change for HPUX systems. But unfortunately is not the latest one.

http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache2-2.0.35

I hope that helps


Mehdi
Nick Brennan_1
Occasional Advisor

Re: Latest apache for 10.20?

Thanks for your help all.