You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1998/10/05 23:41:32 UTC

FIX: Apache proxy crashing under Win98

>Path: Sn!SupernewsNP!Supernews73!supernews.com!hub.org!hub.org!news.maxwell.syr.edu!news-peer.gip.net!news.gsl.net!gip.net!cpk-news-hub1.bbnplanet.com!cpk-news-feed4.bbnplanet.com!cpk-news-feed1.bbnplanet.com!news.bbnplanet.com!news.ums.edu!haven.umd.edu!hecate.umd.edu!not-for-mail
>From: Shane_Brooks@umail.umd.edu (Shane Brooks)
>Newsgroups: comp.infosystems.www.servers.ms-windows
>Subject: FIX: Apache proxy crashing under Win98
>Date: Mon, 5 Oct 1998 15:31:33 -0400
>Organization: University of Maryland
>Lines: 20
>Message-ID: <MP...@news.glue.umd.edu>
>NNTP-Posting-Host: zoopsych2-87.umd.edu
>X-Newsreader: MicroPlanet Gravity v2.10
>Xref: Sn comp.infosystems.www.servers.ms-windows:25274

Using Apache 1.3.2, as a web proxy, the proxy module would often 
crash when the browser stop button was pressed, or when swithing 
to a new page before the first one had finished loading.  This 
bug is listed in the official Apache bug database.  Apache stays 
running, and spawns another proxy - so it isnt too bad.  The 
proxy would crash several times per browing session.

Recently I needed to add the control parameter "Listen 593" to my 
httpd.conf   so that I could access a secure newserver with 
netscape on port 593, as well as having the default "port 80" 
open.

All crashes have ceased.  (yay!).  If I comment out the "Listen" 
statement, then the crashes resume (about 1 for every 2 mins 
browsing).

I cant explain it - but this may help someone.

Cheers,
Shane