HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_soc error for second apache instance.
Operating System - HP-UX
1836091
Members
2826
Online
110089
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-15-2003 07:36 AM
10-15-2003 07:36 AM
make_soc error for second apache instance.
Server 16 way superdome running 11.11.
6 nics. 2 ethernet.
1st nic-ip assigned - a.b.c.d
2nd nic-ip assigned - x.y.z.f
both on same subnet. One apache instance running on ip a.b.c.d port -80.
I am configuring second apache instance for ip x.y.z.f port 80.
Apache error logs say port in use error 226. make_soc error.
/etc/services has this.
http 80/tcp www # World Wide Web HTTP
http 80/udp www # World Wide Web HTTP
Listendirective in httpd.conf is as follows.
Listen 172.17.112.81:80
Any clues why this is happening?
No processes running on port except first apache instance.
6 nics. 2 ethernet.
1st nic-ip assigned - a.b.c.d
2nd nic-ip assigned - x.y.z.f
both on same subnet. One apache instance running on ip a.b.c.d port -80.
I am configuring second apache instance for ip x.y.z.f port 80.
Apache error logs say port in use error 226. make_soc error.
/etc/services has this.
http 80/tcp www # World Wide Web HTTP
http 80/udp www # World Wide Web HTTP
Listendirective in httpd.conf is as follows.
Listen 172.17.112.81:80
Any clues why this is happening?
No processes running on port except first apache instance.
There is no substitute to HARDWORK
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 07:51 AM
10-15-2003 07:51 AM
Re: make_soc error for second apache instance.
Hi RAC,
First thing to mention is having two NICs asserting IPs on the same subnet will be problematic. It may work, but it may work unlike what you think it should. For instance traffic may come in an identifiable port, but *which* port should it go out & if ot goes outthe other the next hop will complain because of the different MAC address. So you should put them on separate subnets.
In fact your error may come from the fact that Apache is attempting to create the socket on the "wrong" port.
Second thing is I believe you'll need separate listen directive for each in the httpd.conf file.
Rgds,
Jeff
First thing to mention is having two NICs asserting IPs on the same subnet will be problematic. It may work, but it may work unlike what you think it should. For instance traffic may come in an identifiable port, but *which* port should it go out & if ot goes outthe other the next hop will complain because of the different MAC address. So you should put them on separate subnets.
In fact your error may come from the fact that Apache is attempting to create the socket on the "wrong" port.
Second thing is I believe you'll need separate listen directive for each in the httpd.conf file.
Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 08:25 AM
10-15-2003 08:25 AM
Re: make_soc error for second apache instance.
Jeff,
Right on target.
Changes listen directive and it worked.
Can I do the same in ifdefine ssl stuff. i.e can I do listen x.y.z.s:443 in each httpd.conf?
Thanks again.
Right on target.
Changes listen directive and it worked.
Can I do the same in ifdefine ssl stuff. i.e can I do listen x.y.z.s:443 in each httpd.conf?
Thanks again.
There is no substitute to HARDWORK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP