On Tue, 9 Dec 2003 14:06:17 +0100 (CET)
Hakan Nilsson <[EMAIL PROTECTED]> wrote:

> 
> Hi, I've got a serious problem when using mod_perl, and even though I and
> others seem to have had this problem no one seem to have come to a
> conclusion on what's actually wrong.
> 
> The problem is that sometimes, the GET or POST data submitted never gets
> to my script.
> 
> When I check the Apache logs (for GET requests) I can see that the whole
> URL is posted, but when I as the first thing at all I do in the
> handler-sub try to log the input, I have nothing at all.
> If I simply reload the page it sometimes work, and sometimes don't.
> 
> I've done all I can searching for the error, but I just can't pinpoint
> when it happens, as far as I can tell it's just a random fluke.
> 
> We first experienced this using Apache 1.3.19 with the current mod_perl
> then (sorry, can't locate the exact version now) on Solaris, and have
> since experienced it on RedHat and Debian systems too, with different
> versions of Apache and mod_perl (currently for example Debian testing with
> Apache 2.0.47 and mod_perl 1.99_07, even if we do use Apache::Compat) and
> all have this error.
> 
> I've searched the archives, documentation and all other resources I could
> find, and even though I've seen this question asked before no one seemed
> to come to any conclusion on what it could be or how to fix it.
> 
> Yes, I only get the info once so it's not that. Yes, I've read the
> documentation about mod_perl, yes I've...
> I've also posted this here before (about a year ago) and even though I got
> some helpful tips and such we never really fixed the problem.
> 
> Anyone got an idea on what this can be, and even better: Have anyone seen
> this happen and managed to get rid of it?
> 


I think that you first should upgrade to the latest apache/mod_perl version:

apache 1.3.29/mod_perl 1.29
apache 2.0.48/mod_perl 1.9911

by

        - Enrico


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to