PerlAddVar and multiply

2004-03-21 Thread Mike P. Mikhailov
Hello modperl, Recently I found a strange behavior of the PerlAddVar directive in the multiply location container. Here example: 1. perladdvar.conf (include'd in the main httpd.conf): SetHandler perl-script PerlHandlerTest::PerlAddVar PerlAddVar VAR

Re: [mp1] Newbie: figuring out Apache::Reload with relative paths

2004-03-21 Thread Stas Bekman
Mark Stosberg wrote: [...] Is there a simpler way to make Apache::Reload work when there are relative 'use lib' paths in the code? [...] Thank you very much for your prompt and helpful to reply. You're welcome, Mark ;) Just to add a bit more to this thread: I did follow this advice about setting

Re: mod_ssl and mod_perl not compatible?

2004-03-21 Thread Stas Bekman
Richard Chen wrote: Hi, I have a working apache server: SERVER_SOFTWARE="Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7d" built like this: cd mod_ssl-2.8.16-1.3.29 ./configure --with-apache=../apache_1.3.29 --enable-shared=ssl cd ../apache_1.3.29 SSL_BASE=/usr/local/ssl ./configure --prefi

mod_ssl and mod_perl not compatible?

2004-03-21 Thread Richard Chen
Hi, I have a working apache server: SERVER_SOFTWARE="Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7d" built like this: cd mod_ssl-2.8.16-1.3.29 ./configure --with-apache=../apache_1.3.29 --enable-shared=ssl cd ../apache_1.3.29 SSL_BASE=/usr/local/ssl ./configure --prefix=/usr/local/

Re: tied hashes frustration

2004-03-21 Thread Chris Ochs
Ah yes pnotes. You know actually I think you mentioned this once before in a similar thread I brought up, not sure why I didn't remember it. > > since some of the methods in my modules are called from the template toolkit > > via callbacks, it's really difficult to make sure those methods have ac

Re: [mp1] Newbie: figuring out Apache::Reload with relative paths

2004-03-21 Thread Mark Stosberg
Stas -- On 2004-02-26, Stas Bekman <[EMAIL PROTECTED]> wrote: > Mark Stosberg wrote: >> Hello, >> >> I'm a new modperl user, and I'm trying to figure out the joy that is >> Apache::Reload. >> >> I keep having an issue where it can't find the modules to reload, >> apparently due to relative path

Re: tied hashes frustration

2004-03-21 Thread Perrin Harkins
On Sat, 2004-03-20 at 14:41, Chris Ochs wrote: > Now the problem is that when the application dies > unexpectedly, the session locking leaves a lock on the session file. Which Apache::Session subclass are you using? With some of them (i.e. the database-backed ones) you don't really need to bother

Re: catching server errors

2004-03-21 Thread Perrin Harkins
On Sat, 2004-03-20 at 22:30, Chris Ochs wrote: > Problem is if there is a compilation or runtime error, I cant' figure out > how to catch it so I can log it or print the error to the screen. I can't > wrap it in an eval because for some reasons I don't completely understand it > masks the opcodes

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-21 Thread Helmut Zeilinger
Hi, --On Friday, March 19, 2004 10:20:48 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: > Helmut Zeilinger wrote: >> Hi, >> >> --On Tuesday, March 09, 2004 00:18:22 -0800 Stas Bekman <[EMAIL PROTECTED]> >> wrote: >> .. >> on Linux 2.4.22/Apache 2.48/Perl 5.9.0 the compilation of mp 1.99_13 >