Re: inline mod_perl - is this possible?

2003-03-19 Thread Helmut Zeilinger
Hi, Apache::ASP also works very fine: http://www.apache-asp.org/ Helmut --On Wednesday, March 19, 2003 03:55:20 -0800 "www.ReadNotify.com" <[EMAIL PROTECTED]> wrote: Hi, I want to do this (serverside of course); is it possible? I am running print $ENV{MOD_PERL}; print "process ID $$"; on

Re: Preloading DBI crashes Apache

2003-02-23 Thread Dr. Helmut Zeilinger
Hi Dan, i had a similar problem with DBI. Did you reinstall (recompile) the DBI module after you installed Perl 5.80 from a previous Perl version (and maybe all DBD drivers)? Helmut --On Friday, February 21, 2003 16:28:19 -0500 Dan Brosemer <[EMAIL PROTECTED]> wrote: Hi. I'm new here, and ho

Re: Apache::DBI and mod_perl 2

2003-02-14 Thread Dr. Helmut Zeilinger
Hi Chris, are you shure that is is the Apache::DBI, that needs the Apache::Constants or is it another module? For me Apache::DBI loads without problems (2.044/1.9908/5.8) even without the "use compat();" compatibility layer. Helmut --On Friday, February 14, 2003 09:00:31 -0500 Chris Faust <[E

Stacked Handlers Execution Chain

2003-01-28 Thread Helmut Zeilinger
Hi, i am using mod_perl 1.99_08. I have two mod_perl handlers: ... PerlResponseHandler Test::handler0 Test::handler1 ... How can i brake the execution chain between handler0 and handler1? Whatever i try as handler0 return value (OK, DECLINED, FORBIDDEN, 404) the handler1 is still executed. Th

AW: PerlSwitches -M and @INC

2003-01-27 Thread Helmut Zeilinger
rl/5.8.0/i686-linux-thread-multi /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl . -Ursprüngliche Nachricht- Von: Stas Bekman [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 25. Januar 2003 11:25 An: Helmut Zeilinger Cc: [EMAIL

Re: PerlSwitches -M and @INC

2003-01-23 Thread Dr. Helmut Zeilinger
onnerstag, 23. Januar 2003 12:42 +1100 Stas Bekman <[EMAIL PROTECTED]> wrote: Helmut Zeilinger wrote: Hi, i am trying Apache 2.0.44 and mod_perl 1.99_08. httpd.conf :Bevor all virtual hosts PerlRequire /usr/local/apache2/conf/virtual/startup.pl The content of startup.pl is as in the

PerlSwitches -M and @INC

2003-01-22 Thread Helmut Zeilinger
Hi, i am trying Apache 2.0.44 and mod_perl 1.99_08. httpd.conf :Bevor all virtual hosts PerlRequire /usr/local/apache2/conf/virtual/startup.pl The content of startup.pl is as in the mod_perl documentation including the "use Apache::compat()" directive. I one of my V-hosts i say (as