- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem in starting apache web server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 06:48 PM
тАО12-06-2005 06:48 PM
when trying to start it:
#/opt/hpws/apache/bin/apachectl start
i get this error
"<13>Permission denied: make_sock: could not bind to address [::]:80 no listening sockets available ,shutting down
Unable to open logs"
THANK U
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 06:54 PM
тАО12-06-2005 06:54 PM
Solution# netstat -na | grep 80
Do you have in /etc/services file as,
http 80/tcp www # World Wide Web HTTP
http 80/udp www # World Wide Web HTTP
Did you configure Listen TAG in httpd.conf with ip-address of your machine?
like,
Listen 10.31.77.134:80
or
Listen 127.0.0.1:80
It will work.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 07:02 PM
тАО12-06-2005 07:02 PM
Re: Problem in starting apache web server
1. Insufficient privileges.
2. 80 port already been used up by some other daemon.
3. Incorrect configurations.
http://mail-archives.apache.org/mod_mbox/httpd-users/200304.mbox/%3C025901c30a5c$20f87a50$3f0aa8c0@NIKS%3E
http://mail-archives.apache.org/mod_mbox/httpd-users/200301.mbox/%3CBAY1-DAV15NOVMhCQuq0000d7db@hotmail.com%3E
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 07:11 PM
тАО12-06-2005 07:11 PM
Re: Problem in starting apache web server
your problem looks similar to this:
http://www2.itrc.hp.com/service/cki/search.do?category=c0&prevQueryString=&mode=text&searchString=no+listening+sockets+available&searchCrit=exactphrase&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&dateRange=all&search.x=15&search.y=8
also, r u starting apache from root?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 07:13 PM
тАО12-06-2005 07:13 PM
Re: Problem in starting apache web server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 07:20 PM
тАО12-06-2005 07:20 PM
Re: Problem in starting apache web server
You can not start apache then. You must be a root to startup apache. Check this,
http://lists.freebsd.org/pipermail/freebsd-questions/2003-September/019440.html
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 07:20 PM
тАО12-06-2005 07:20 PM
Re: Problem in starting apache web server
i have started apache from user root
in httpd.conf i have added
Listen (server ip):80
thank u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 07:21 PM
тАО12-06-2005 07:21 PM
Re: Problem in starting apache web server
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2005 07:24 PM
тАО12-06-2005 07:24 PM