Re: [MP2][QUESTION]Session and inactivity

2008-02-13 Thread titetluc titetluc
2008/2/13, Perrin Harkins <[EMAIL PROTECTED]>: > > On Feb 13, 2008 2:03 AM, titetluc titetluc <[EMAIL PROTECTED]> wrote: > > By pooling, I mean the fact that expired sessionS have to be REGULARLY > purge > > (in opposed to a callback mechanism (IMHO, the best solution ). This > > callback would be

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread André Warnier
Of course, what I forgot to mention below - and sorry if you know that already - is that whichever perl modules you pre-load in your main Apache server config via the startup.pl script, you do not need to "use" anymore in all your perl scripts or Apache/mod_perl handlers. (At the cost of having

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread André Warnier
Hi. About your problem below... I am not sure that this is going to help, nor even if it is really relevant to your specific problem. Just trying to give you ideas, because it reminds me of something. Below are two configurations, of two of our systems which have slightly different versions

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
Hello Perrin, thanks for this hint.. here comes the output.. Lodded modules in %INC: re.pm APR/Const.pm File/Spec/Functions.pm Apache2/URI.pm APR/Status.pm warnings.pm Apache2/Connection.pm Apache2/XSLoader.pm Apache2/Util.pm Fcntl.pm Symbol.pm Exporter.p

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Perrin Harkins
On Feb 13, 2008 9:09 AM, Petry Roman, IT <[EMAIL PROTECTED]> wrote: > Can't locate object method "request" via package "Apache" at > /usr/lib/cgi-bin/test1.pl line 4. If Apache2::compat is loaded, it should create that namespace. Dump %INC from your script and see if Apache.pm is in it. - Perri

AW: MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
Hello Randy, i did read those documents again and again, but i can´t find the cause of my problems with the compat module 8-(.. If i try the new mod_perl2 syntax everything is o.k.. but to redesign all scripts is not an solution at this time. i need backward compatibility with mod_perl1 at this

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
Hello Jim, thanks for fast answer, but i still get this erros in the error file of apache, afteri have replaced the parens. [Wed Feb 13 18:02:04 2008] [error] Can't locate object method "request" via package "Apache" at /usr/lib/cgi-bin/test1.pl line 4.\n -Ursprüngliche Nachricht- Von:

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Randy Kobes
On Wed, 13 Feb 2008, Petry Roman, IT wrote: Hello @all, we are just transfering our Intranet Server which used Apache 1.3 and mod_perl1 from SLES8 to SLES10 wiht Apache2 and mod_perl2. There's a couple of documents: http://perl.apache.org/docs/2.0/user/porting/porting.html http://perl.a

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Jim Brandt
You might try it without the parens: use Apache2::compat; Petry Roman, IT wrote: Hello @all, we are just transfering our Intranet Server which used Apache 1.3 and mod_perl1 from SLES8 to SLES10 wiht Apache2 and mod_perl2. The switch has to go quick and we can´t redesign all of our old mp1 p

Re: [MP2][QUESTION]Session and inactivity

2008-02-13 Thread Perrin Harkins
On Feb 13, 2008 2:03 AM, titetluc titetluc <[EMAIL PROTECTED]> wrote: > By pooling, I mean the fact that expired sessionS have to be REGULARLY purge > (in opposed to a callback mechanism (IMHO, the best solution ). This > callback would be called on ONE session expiration and would suppress it. >

MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
Hello @all, we are just transfering our Intranet Server which used Apache 1.3 and mod_perl1 from SLES8 to SLES10 wiht Apache2 and mod_perl2. The switch has to go quick and we can´t redesign all of our old mp1 programs to mp2, so we try to use the compat module. But I have no luck with it. I te

Re: [MP2][QUESTION]Session and inactivity

2008-02-13 Thread André Warnier
titetluc titetluc wrote: OK, pooling is maybe a franglais (mix of French and English) term By pooling, I mean the fact that expired sessionS have to be REGULARLY purge (in opposed to a callback mechanism (IMHO, the best solution ). This callback would be called on ONE session expiration and