Total Pageviews

Sunday, July 17, 2016

OHS-9999 VirtualHost: main] (13)Permission denied: make_soc k: could not bind to address :80



[OHS-9999] [worker.c] [host_id: orasystems] [host_ad
 [tid: 1] [user: shahbaz] [VirtualHost: main] (13)Permission denied:  make_soc
k: could not bind to address  80


solution:
go to ohs home <>/ohs/bin

ls -altr

find file .apachectl (make sure it have "." dont make changes to apachectl file

run below commands

chown root .apachectl

 chmod 6750 .apachectl

now restart ohs  with the user who owns the OHS installation, the reason is any port that is below 1024 can only be started by root. my this ohs have port 80 that's why regular user was unable to start it.


No comments:

Post a Comment