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
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
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
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/
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
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
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
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
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
>