Re: PerlAuthenHandler & phpMyAdmin

2008-10-22 Thread Miha Lampret
You are right. In Datajoy::Application I was using CGI.pm. Removing "new CGI" code from Application.pm solved the problem. Thank you for your help. Best regards, Miha On Wed, Oct 22, 2008 at 8:49 PM, Adam Prime <[EMAIL PROTECTED]> wrote: > Usually, if you run into problems that only affect POST

Re: PerlAuthenHandler & phpMyAdmin

2008-10-22 Thread Adam Prime
Usually, if you run into problems that only affect POST requests, that means that somewhere earlier in the apache cycle there is something consuming the posted data. Looking at the code you've posted though, it's not immediately obvious that that is the problem, nor is it obvious that it's act

PerlAuthenHandler & phpMyAdmin

2008-10-22 Thread Miha Lampret
Hello all, Today I tried to limit access to phpMyAdmin using my own Authen.pm module. It works well but not always. Looks like phpMyAdmin has problems with HTTP post method if I enable my PerlAuthenHandler Authen.pm. Otherwise phpMyAdmin and Authen.pm work well. The error I get in phpMyAdmin is: