1834237 Members
2369 Online
110066 Solutions
New Discussion

Re: Web Server

 
SOLVED
Go to solution
Ray roberto
New Member

Web Server

My workstation is model : 9000/778/B132L+
and OS version is 10.20....
Iam trying to run a web-server but can not find the correct version to run of apache ..etc. If there is software which is compatable with this workstation to run a web server please let me know.
2 REPLIES 2
Edward Alfert_2
Respected Contributor
Solution

Re: Web Server

what matters is the operating system version (in your case hp-ux 10.20)...you can download a compiled version of apache from:
http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.20/
HP-UX 10.20 Dynamically Linked Binary (gzipped)
when you download it to your workstation execute the following:
gunzip *.gz
then issue the following:
swinstall -s /path-to-file/apache*.depot

this will start the swinstall utility where it will guide you through the install.

I have successfully installed apache this way on my workstation that has hp-ux 11i, but i know it will work for you.
"Do what you love and you will never work a day in your life." - Confucius
ajax13
Frequent Advisor

Re: Web Server

Hi,
Also you visit this site http://httpd.apache.org/dist/httpd
and download whatever version you want, or you could download the source code and compile it on your server.

Thanks