APACHE2::REQUESTIO::READ: (70007) THE TIMEOUT SPECIFIED HAS EXPIRED

APACHE2::REQUESTIO::READ: (70007) THE TIMEOUT SPECIFIED HAS EXPIRED

am 31.12.2008 07:48:44 von Shibi NS

------=_Part_169338_5561700.1230706124959
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi all,

I am getting following error from CGI module after mod_perl 2.0.4 migration
, is there is any way resolve it ? . This issue occurs not all the time

My code is

sub handler
{
my ($req) = @_;

my $username;

my $remote_ip = $req->connection->remote_ip;

#
# Create a Session object.
#
my $cgi = CGI->new($req); ## This line cases the problem ()
}

Error Stack

Apache2::RequestIO::read: (104) Connection reset by peer at (eval 899) line
5

Line File Sub Called Arg
WntA
---- ---- ----------
-------
275 Debug.pm Debug::stack_trace Y N
5 (eval 899) Debug::__ANON__
Y N
599 CGI.pm CGI::read_from_client Y
N
360 CGI.pm CGI::init Y
N
55 Auth.pm CGI::new Y
N
0 -e
EPD::Auth::handler Y N
0 -e (eval)
N N


--Shibi Ns--

------=_Part_169338_5561700.1230706124959
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi all,

I am getting following error from CGI module after mod_perl =
2.0.4 migration , is there is any way resolve it ? . This issue occurs not =
all the time

My code is

sub handler
{
  &nbs=
p; my ($req) =3D @_;


    my $username;

    my $remote_i=
p =3D $req->connection->remote_ip;

    #
&nb=
sp;   # Create a Session object.
    #
 =
;   my $cgi =3D CGI->new($req); ## This line cases the problem=
()
}


Error Stack

Apache2::RequestIO::read: (104) Connection reset by peer=
at (eval 899) line 5

Line File      &=
nbsp;          Sub Called =
;            &n=
bsp;            =
;          Arg
WntA
----=
----           &nbs=
p;     ----------      &n=
bsp;            =
;            &n=
bsp;    -------

 275 Debug.pm         &nb=
sp;   Debug::stack_trace       =
;            &n=
bsp;         Y N
   5 =
(eval 899)           =
;    Debug::__ANON__      &nbs=
p;            &=
nbsp;            Y N=

 599 CGI.pm         &=
nbsp;      CGI::read_from_client   =
            &nb=
sp;          Y N

 360 CGI.pm          =
;      CGI::init      &nb=
sp;            =
            &nb=
sp;      Y N
  55 Auth.pm   =
;            CGI::ne=
w            &n=
bsp;            =
;            &n=
bsp; Y N
   0 -e       &nbs=
p;            &=
nbsp;   EPD::Auth::handler      &nb=
sp;            =
          Y N

   0 -e         &nbs=
p;             =
(eval)           &nb=
sp;            =
            &nb=
sp;    N N


--Shibi Ns--


------=_Part_169338_5561700.1230706124959--