POST_MAX not working

2002-01-04 Thread Trond Arve Nordheim
POST_MAX to 1 byte, still nothing. Right now you're probably assuming somethings wrong in my module, -but-... ;) When I remove POST_MAX, and instead put DISABLE_UPLOADS = 1, the warning appears. So it -does- work, just not with POST_MAX. Any ideas why this is happening? -- Trond Arve Nordheim

RE: POST_MAX not working

2002-01-04 Thread Trond Arve Nordheim
On Sat, 2002-01-05 at 01:03, Jonathan M. Hollin wrote: Trond, I've encountered the same with both Apache::Request and CGI.pm. Are you on a Windows server??? Nope, using Linux (Debian sid) with Apache 1.3.22 and mod_perl 1.26 w/libapreq 0.33, all three compiled from source... -- Trond Arve

RE: Apache segfault

2000-07-18 Thread Trond Arve Nordheim
kind of desperat here, so an answer would be deeply appreciated :) - dufuz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17. juli 2000 16:24 To: Lukas Ertl Cc: Trond Arve Nordheim; [EMAIL PROTECTED] Subject: Re: Apache segfault On Mon, 17 Jul 2000, Lukas

RE: Apache segfault

2000-07-18 Thread Trond Arve Nordheim
Ok... If some information was missing in my previous mails, here it comes ;) Apache version: 1.3.12 mod_perl version: 1.24 mod_php version: 4.0.0 MySQL version: Ver 9.38 Distrib 3.22.32, for pc-linux-gnu (i586) Msql-Mysql modules version: 2.0414 DBI version: 1.14 HTML::Mason: 0.87 gdb dump: (no

RE: Apache segfault

2000-07-18 Thread Trond Arve Nordheim
To: Trond Arve Nordheim Cc: [EMAIL PROTECTED] Subject: RE: Apache segfault I can't confirm this. I use Apache 1.3.12, mod_perl 1.24, mod_php 4.0.xx, MySQL 3.22.32 on a FreeBSD box and everything runs fine. lg, le

RE: segfault on DBI-connect (was Re: Apache segfault)

2000-07-18 Thread Trond Arve Nordheim
That was not the problem. I've tried that on all 3 servers, without results... - dufuz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 18. juli 2000 14:27 To: Trond Arve Nordheim Cc: [EMAIL PROTECTED] Subject: segfault on DBI-connect (was Re: Apache segfault

Apache segfault

2000-07-17 Thread Trond Arve Nordheim
Hi. I'm having problems with my Apache segfaulting when I run subroutines from modules that uses DBI. ([Mon Jul 17 13:55:22 2000] [notice] child pid 28327 exit signal Segmentation fault (11)). It seems like the DBI-connection function causes this, but I'm not able to find out why. It's actually