I try to install apache 2.0.58 with mod_perl 2.0.2.
After "make test" I got the following output at the end:
httpd: module "mod_perl.c" is not compatible with this version of Apache
(found 20051115, need 20020903).
Please contact the vendor for the correct version.
httpd: module "mod_perl.c
Hi Randy,
Thank you for the new module. It loads correctly.
Thank you to everyone for their help and suggestions.
Tracy
"Randy Kobes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Mon, 15 May 2006, Tracy E Schreiber wrote:
>
>> Hi,
>>
>> I hope this isn't too much of a newbi
Foo Ji-Haw wrote:
I'm trying to explore using sessions in my application. It seems that my
option is restricted to Apache::Session. Please let me know if other
session modules exist for my platform.
CGI::Session. Don't be put off by the name. Neither Apache::Session or
CGI::Session have any
I'm trying to explore using sessions in my application. It seems that my
option is restricted to Apache::Session. Please let me know if other
session modules exist for my platform.
My test codes are as follows:
First run (to generate the session):
my %session;
eval
{
tie %sessi
You may need to add (to httpd.conf)
LoadFile c:/path/to/perl/bin/perl58.dll
before the LoadModule line.
Issac
Tracy E Schreiber wrote:
> Hi,
>
> I hope this isn't too much of a newbie question...
>
> I am trying to upgrade from Apache 2.0.55 using mod_perl V1.0 to Apache
> 2.2.2 using mod_per