Operating System - HP-UX
1829594 Members
1913 Online
109992 Solutions
New Discussion

Trying to install Apache on HP-UX 11.0

 
SOLVED
Go to solution
Laurie A. Krumrey
Regular Advisor

Trying to install Apache on HP-UX 11.0

Hi All,

I get this error when trying to start up
the apache server:

[crit] (13)Permission denied: make_sock: could not bind to port 80

TIA,
Laurie



Happiness is a choice
3 REPLIES 3
John Bolene
Honored Contributor
Solution

Re: Trying to install Apache on HP-UX 11.0

Root has to start this process to get access to the port.

The process then spawns all the normal processes as the www user that you setup.
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
A. Clay Stephenson
Acclaimed Contributor

Re: Trying to install Apache on HP-UX 11.0

Hi Laurie:

First,
Do a netstat -a | grep http and see if there is already a listener on port 80.
Secondly, did you try to start apache as root?

Clay
If it ain't broke, I can fix that.
James R. Ferguson
Acclaimed Contributor

Re: Trying to install Apache on HP-UX 11.0

Hi Laurie:

This kind of error generally means that the socket (port) is already in use. You can use 'netstat -a' to verify this.

Regards!

...JRF...