cvs commit: modperl-2.0/t/preconnection/TestPreConnection - New directory

2003-01-19 Thread stas
stas2003/01/19 23:55:35 modperl-2.0/t/preconnection/TestPreConnection - New directory

cvs commit: modperl-2.0/t/preconnection/TestPreConnection note.pm

2003-01-19 Thread stas
stas2003/01/19 23:56:17 Added: t/preconnection note.t t/preconnection/TestPreConnection note.pm Log: add a simple test to verify that PreConnection handlers are working Revision ChangesPath 1.1 modperl-2.0/t/preconnection/note.t

cvs commit: modperl-2.0/t/preconnection/TestPreConnection note.pm

2003-01-19 Thread stas
stas2003/01/19 23:59:44 Modified:t/preconnection/TestPreConnection note.pm Log: cleanup Revision ChangesPath 1.2 +1 -3 modperl-2.0/t/preconnection/TestPreConnection/note.pm Index: note.pm

DBI Mod_perl2

2003-01-19 Thread Daryl Lee
Should I expect DBI to work with mod_perl2? I have a simple script that just connects to a MySQL database and reports success or faiure. When I run it from cgi-bin as a regular CGI script, it succeeds. When I put it in my mod_perl script directory, it runs, but fails to connect. My mod_perl

RE: a javscript in perl

2003-01-19 Thread Joe Palladino
Have you tried build the JavaScript dynamically in the perl code? -- Joe -Original Message- From: koudjo ametepe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 5:08 AM To: [EMAIL PROTECTED] Subject: a javscript in perl hello everybody , Thank you for yours answers that

mod_rewrite + PerlTransHandler

2003-01-19 Thread Torsten Foertsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am trying to get a PerlTransHandler called *after* some mod_rewrite processing. I thought if I configure the rewrite rules *before* the PerlTransHandler: RewriteEngine On RewriteRule ... [PT] PerlTransHandler

Apache::Session::File hangs

2003-01-19 Thread Axel Huizinga
Hi! The following code hangs after reloading and the try to tie again the previously created session! WHY? package Loop; use strict; use Apache; use Apache::Session::File; use CGI qw(:cgi); use Devel::Symdump; use Data::Dumper; use vars qw( $id $sID $lockDir %session

RE: a javscript in perl

2003-01-19 Thread Wilson, Allen
I agree...with building it dynamically I've done that myself...you build the javascript based on a parameter that is passed to the script. Allen -Original Message- From: Joe Palladino [mailto:[EMAIL PROTECTED]] Sent: Sun 1/19/2003 10:38 AM To: [EMAIL PROTECTED] Cc:

Re: Apache::Session::File hangs

2003-01-19 Thread Perrin Harkins
Axel Huizinga wrote: The following code hangs after reloading and the try to tie again the previously created session! WHY? ... use vars qw( $id $sID $lockDir %session $sessionDir ); The session variable has to go out of scope for the lock to be released. I know

mod_perl 2 APache 2.0 MPM

2003-01-19 Thread Sinclair, Alan (CORP, GEAccess)
All, Starting to strike the first blows with Apache 2.0. I am now wondering about thread safety with mod_perl 2. Will mod_perl support a threaded MPM Apache config ? Thanks,

Re: DBI Mod_perl2

2003-01-19 Thread Stas Bekman
Daryl Lee wrote: Should I expect DBI to work with mod_perl2? I have a simple script that just connects to a MySQL database and reports success or faiure. When I run it from cgi-bin as a regular CGI script, it succeeds. When I put it in my mod_perl script directory, it runs, but fails to

Re: mod_rewrite + PerlTransHandler

2003-01-19 Thread Stas Bekman
Torsten Foertsch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am trying to get a PerlTransHandler called *after* some mod_rewrite processing. I thought if I configure the rewrite rules *before* the PerlTransHandler: RewriteEngine On RewriteRule ... [PT] PerlTransHandler

Re: mod_perl 2 APache 2.0 MPM

2003-01-19 Thread Stas Bekman
Sinclair, Alan (CORP, GEAccess) wrote: All, Starting to strike the first blows with Apache 2.0. I am now wondering about thread safety with mod_perl 2. Will mod_perl support a threaded MPM Apache config ? Why using the future tense, it does support the threaded mpm pretty much from the very

Re: [mp2] failed test building mp2

2003-01-19 Thread Stas Bekman
Nick Tonkin wrote: On Sun, 19 Jan 2003, Stas Bekman wrote: Nick Tonkin wrote: On Fri, 17 Jan 2003, Nick Tonkin wrote: Hey all, Building the latest mp2 I get: protocol/echo_filter.ok Failed Test Stat Wstat Total Fail Failed