Re: BUG?: POST/GET data loss

2003-12-15 Thread Volker Kroll
On Wed, 2003-12-10 at 11:38, Hakan Nilsson wrote: > Thanks for your input Volker, but we don't care if it is POST or GET that > is used. Most often we have links like > > A link! > > which sometimes work and sometimes fails > > To you that have the same problem (Jason Chinnes I think it was?):

my mod_perl Server hangs

2004-02-11 Thread Volker Kroll
Hi. I have a problem with my response_handler. After some time the system hangs. I do find in the error_log: [Tue Feb 10 15:58:43 2004] [error] [client 127.0.0.1] failed to get bucket brigade: 70014:End of file found Many thousand times Can someone please give me a hint where to search for

Re: my mod_perl Server hangs

2004-02-12 Thread Volker Kroll
On Wed, 2004-02-11 at 19:45, Stas Bekman wrote: > Volker Kroll wrote: > > [Tue Feb 10 15:58:43 2004] [error] [client 127.0.0.1] failed to get > > bucket brigade: 70014:End of file found > > > > Many thousand times > > > > Can someone please give m

Problem with Apache2 mod_perl uploading a file

2003-10-27 Thread Volker Kroll
Hi, how do I enable File-uploads in mod_perl1.99 for Apache2? In Apache 1.3 I had to change some variables in Apache::Request but Apache::Request is not ported right now. How do I do it? I looked in the documentation, but it was not mentioned there, so, perhaps you can help me. Thanks in advance

Re: Problem with Apache2 mod_perl uploading a file

2003-10-28 Thread Volker Kroll
On Mon, 2003-10-27 at 17:36, Stas Bekman wrote: > Volker Kroll wrote: > > Hi, > > > > how do I enable File-uploads in mod_perl1.99 for Apache2? > > In Apache 1.3 I had to change some variables in Apache::Request but > > Apache::Request is not ported right now

Re: BUG?: POST/GET data loss

2003-12-09 Thread Volker Kroll
On Tue, 2003-12-09 at 14:06, Hakan Nilsson 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 submitte