1757725 Members
2445 Online
108863 Solutions
New Discussion юеВ

Re: Webserver

 
SOLVED
Go to solution
Eduardo Ruiz
Occasional Contributor

Webserver

I would like to know where can I get some information in how to set up Apache webserver on a HP9000 10.20.

Thank you
Ed Ruiz
6 REPLIES 6
Marc Dijkstra
Trusted Contributor

Re: Webserver

I found that there is a rather nice README in the apache tar download to do with the compile, setup and so on, including the nasty little catch wrt setting up an apache on HP-UX... This one.

User/Group: The name (or #number) of the user/group to run httpd as.
# . On SCO (ODT 3) use "User nouser" and "Group nogroup".
# . On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
# when the value of (unsigned)Group is above 60000;
# don't use Group nogroup on these systems!
#
User wwwrun
Group nogroup

I will attach the relevant README.
MND
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila"
Marc Dijkstra
Trusted Contributor

Re: Webserver

Ed

Also check out http://www.apache.org/docs

MND
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila"
Eduardo Ruiz
Occasional Contributor

Re: Webserver

Hi, where i can find apache for an hp9000 10.20
Ed Ruiz
Marc Dijkstra
Trusted Contributor

Re: Webserver

http://httpd.apache.org/dist/

There is no real "flavoured" Apache release as far as I can see from 1.3, so you will have to download the src and compile it according to the INSTALL doc I sent you.

MND
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila"
John Bolene
Honored Contributor
Solution

Re: Webserver

Here is the link to the HP version
http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.17/
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Marc Dijkstra
Trusted Contributor

Re: Webserver

Thanks John, been looking for that ;)

MND
"A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila"