Joe Schaefer <[EMAIL PROTECTED]> writes: > "Client Services of New York, LLC" <[EMAIL PROTECTED]> writes: > >> Throws an Internal Server now. >> >> And returns >> >> "[Tue Feb 14 21:43:44 2006] [error] [client 24.195.xx.xxx] Conflicting >> information" >> >> Any gotchas I'm not seeing in the docs that could be responsible? > > Hm, how are you calling new() (what are the arguments)?
In particular, your POST_MAX argument. You'll get this error if that's larger than 64M. If you need more space than that, use APREQ2_ReadLimit 100M or somesuch in your server config. -- Joe Schaefer
