The following reply was made to PR mod_jserv/4340; it has been noted by GNATS.

From: [EMAIL PROTECTED] (Andrew Fullford)
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], java-apache@list.working-dogs.com
Subject: Re: mod_jserv/4340: socket connection to jserv should be bound to host 
address
Date: Mon, 10 May 1999 21:59:47 -0500 (CDT)

 I'll hack on this -- especially given somebody cares!  I'm not sure why
 this wouldn't work, it's probably something simple.
 
 Andy
 --
 Andrew Fullford       Email: [EMAIL PROTECTED]
 August Associates        Web: www.august.net
 
 > Date: Mon, 10 May 1999 19:46:13 -0700
 > Subject: Re: mod_jserv/4340: socket connection to jserv should be bound to
 >       host address
 > From: "jon *" <[EMAIL PROTECTED]>
 > To: [EMAIL PROTECTED]
 > 
 > >    ret=bind(sock,(struct sockaddr *)&addr,sizeof(struct sockaddr_in));
 > 
 > Hello,
 > 
 > I have tried adding that line and everything stopped working...the diff of
 > the code change that I attempted is below. I do see the cannot bind to host
 > error in my mod_jserv.log file.
 > 
 > I really am not experienced with networking code in C so I'm not sure what
 > is going wrong, I'm just trying to see if I can close this bug report.
 > 
 > Any better ideas?
 > 
 > -jon
 > 
 > Index: jserv_ajpv11.c
 > ===================================================================
 > RCS file: /products/cvs/master/jserv/src/c/jserv_ajpv11.c,v
 > retrieving revision 1.24
 > diff -r1.24 jserv_ajpv11.c
 > 101a102,110
 > >     ret=bind(sock,(struct sockaddr *)&addr,sizeof(struct sockaddr_in));
 > >     if (ret==-1) {
 > >         jserv_error(JSERV_LOG_EMERG,cfg,"ajp11: %s %s:%d",
 > >                     "can not bind to host",
 > >                     inet_ntoa(addr.sin_addr),
 > >                     port);
 > >         return -1;
 > >     }
 > > 
 > 

Reply via email to