I've been following the documentation at
http://www.perldoc.com/cpan/Apache/Example.html#Handling%20the%20'User%20pressed%20Stop%20button'%20case

I've written a test perl module that implements the code to handle the
case when the user presses 'stop'. When I do
        GET http://localhost:81/nm/xxx
then press ^C, everything works as expected.  However, when I do
        GET http://localhost:80/nm/xxx
which involves going through a second apache server
(http://perl.apache.org/tuning/#USING_ProxyPass_WITH_TWO_SERVERS),
pressing ^C never terminates the web request.  Is the first Apache not
closing the socket for the second Apache?

Has anybody run into this before? I'm using Linux 2.2 with
Apache/1.3.19 (Unix) mod_perl/1.25

Configuration details available upon request.

-- 
Matthew Darwin
Community Volunteer
[EMAIL PROTECTED]
http://www.davin.ottawa.on.ca/~matthew/

Reply via email to