- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Connection refused: unable to connect to cgi d...
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
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
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
11-13-2002 10:02 PM
11-13-2002 10:02 PM
Connection refused: unable to connect to cgi daemon after
When i am running a stressed test on apache2x, i go this error:
[Tue Nov 12 22:25:18 2002] [error] [client 192.168.30.73] (239)Connection refused: unable to connect to cgi daemon after
multiple tries: /opt/hpapache2/cgi-bin/nph-actuate.cgi
does any body has idea?
Seems this happens when the old sessions are closed and new sessions starting.
Reagards,
Zhe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 10:19 PM
11-13-2002 10:19 PM
Re: Connection refused: unable to connect to cgi daemon after
have you added these modules mod_cgi and mod_cgid in AddModule in httpd.conf ?
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 10:49 PM
11-13-2002 10:49 PM
Re: Connection refused: unable to connect to cgi daemon after
Since i am using WPM model, so i added :
LoadModule cgid_module modules/mod_cgid.so
in httpd.conf.
Also this error happens when the new sessions are starting. but not every session got this error.
Regards,
Zhe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 11:05 PM
11-13-2002 11:05 PM
Re: Connection refused: unable to connect to cgi daemon after
edit httpd.conf
MaxKeepAliveRequests 0
restart apache server. Hope your problem is solved . Put the old value after stress testing
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 11:10 PM
11-13-2002 11:10 PM
Re: Connection refused: unable to connect to cgi daemon after
I set MaxKeepAliveRequests to 512 before, i will change it to 0.
Let me bother you again in case if i still get the same problem.
Thanks,
Zhe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 11:22 PM
11-13-2002 11:22 PM
Re: Connection refused: unable to connect to cgi daemon after
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 11:44 PM
11-13-2002 11:44 PM
Re: Connection refused: unable to connect to cgi daemon after
MaxClients 500
revert back after stress test is over
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 10:14 AM - last edited on 04-26-2021 02:10 AM by Parvez_Admin
11-15-2002 10:14 AM - last edited on 04-26-2021 02:10 AM by Parvez_Admin
Re: Connection refused: unable to connect to cgi daemon after
errno 239 implies that nothing was listening at the destination IP address and port number, but that the IP address was reachable. perhaps something died and did not get restarted in time to avert the error. (ignoring things like firewall filtering...)
if something were actually listening, but didn't respond in time, then I would have expected an errno 238 for ECONNTIMEDOUTftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt
[Admin: Above link is no longer valid]
may be of some help when tuning a stress test, though will not directly address an errno 239