Stipe, as a note: I'm seeing something similar with Squid on 1.3.3+ .dll's. I have not had time to binary search for the change that did it yet. Affected machines Are win2k, possibly NT.
If you have the time to search for this, what you do is * setup a cygwin1.dll build environment from CVS (as per the cygwin web site). * pick a date - say half-way between 1.3.2 and 1.3.3. use CVS -z3 up -Pd -D "10th June 2001" to get the CVS repository udpated to that specific date. (run this command in src/winsup, and in src/newlib). run make in the build dir. copy new-cygwin1.dll to /usr/bin/cygwin1.dll Test. Iterate moving the date forward or backwards, in a binary search pattern (ie 1/4 of the date distance between 1.3.3 and 1.3.4, and the next step is 1/8th and so on. Rob ----- Original Message ----- From: "Stipe Tolj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 5:59 AM Subject: apache-1.3.x strange behaviour on keep-alives > Hi, > > I need some help from the Cygwin core developers on our Apache for > Cygwin port. Apache for Cygwin runs very stable and secure on Cygwin > 1.1.8-2, 1.3.3-2 on WinNT4, Win2000, WinXP. > > Two issues are currently open: > > * starting apache's httpd as a NT service via cygrunsrv. Corinna, > any advice here why this does not work? What major changes have been > needed to sshd to make this possible? Can I addopt them to httpd? > > * Apache's httpd childs serve HTTP requests, but under some strage > constelation the keep-alive connections stay active, even while the > client is away. So I don't consider this an Apache problem, but a > Cygwin problem on sockets. See > http://apache.dev.wapme.net/server-status for a snapshot of a running > 1.3.21-dev version with this still open keep-alives. > > > Thanks in advance. > > Stipe > > [EMAIL PROTECTED] > ------------------------------------------------------------------- > Wapme Systems AG > > M�nsterstr. 248 > 40470 D�sseldorf > > Tel: +49-211-74845-0 > Fax: +49-211-74845-299 > > E-Mail: [EMAIL PROTECTED] > Internet: http://www.wapme-systems.de > ------------------------------------------------------------------- > wapme.net - wherever you are > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
