ally the
> even related to the problem that phpMyAdmin is displaying. That is
> something you can look into further though Perhaps part of
> DataJoy::Application is reading the post variables out of STDIN.
>
> Adam
>
>
>
> Miha Lampret wrote:
>>
>> Hello all,
>
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:
Hello all,
I am writting web application for mod_perl which will be installed on
client's server. Application is almost finished and now I am wondering
which is the best way to protect source code.
Already checked Module::Crypt but cound't get it to work. It doesn't
create any output file. I
On Friday 21 November 2003 04:25 pm, Ged Haywood wrote:
> Hello there,
>
> > I have similar machine and configuration works well.
>
> You mean the same exact configuration?
>
> > I even copied binaries and I got the same problem.
>
> In general it's not a good idea. Which binaries did you copy?
Hi all,
I installed Apache 2.0.47 with php5 and mod_perl 1.99.11 on RH 7.2. Both php
and mod_perl are compiled as so modules. When I access some script I got
segmentation falut. I tryied to find out which line is problematic but it
happens everytime at the different line. I have similar machine