David Graves <[EMAIL PROTECTED]> writes: [...]
> If I stop using all mod-perl on other scripts, the problem > disappears. > > I know it sounds crazy, but non-modperl scripts sometimes don't get > their POST data if I use modperl for other scripts. Are you using a modperl auth handler anywhere? If an auth handler has been coded to use CGI.pm, it will consume the POST data and your cgi scripts won't ever get it. -- Joe Schaefer -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html