perlsetvar sometimes fails at server startup

2002-09-09 Thread [EMAIL PROTECTED]
Hi on win32 with perl 561/modperl 1.27-01 dev httpd.conf Perl [..] $PerlSetvar='var foo'; (set outside any container in httpd.conf) $Perlrequire='startup.pl'; [...] /Perl then inside a module used in startup.pl use Apache(); my $s=Apache-server ; (ok) my

Re: $r-prev is always defined

2002-09-09 Thread Geoffrey Young
Jindo wrote: Hello, According to docs, $r-prev returns undef unless there is an internal redirect. But to my surprises, $r-prev is always defined, severely breaking down the code/flow logic of my scripts. Here is what I have in /Index.cgi (My browser defaults to that page) for

Easy success!

2002-09-09 Thread Narins, Josh
Following the bleeding edge CVS directions mod_perl and httpd 2.0 installed like a breeze on Debian GNU/Linux 3.0 I guess the apache expat-lite libs are off by default now, since my XML::SAX style parser went in beautifully.

weird bug in Apache::Filter with UTF-8

2002-09-09 Thread [EMAIL PROTECTED]
Hi under perl561/modperl 1 I have 2 modules in an apache filter context perlhandler module1 module2 module1 prints some text partly hardcoded normal (but accented) text partly from an XML::XPath instruction (UTF-8 codeset but inside the ascii 127) - if module1 is alone the output is ok -

RE: $r-prev is always defined

2002-09-09 Thread Jindo
Hello, Unfortunately, I did suspect the same before and called Index.cgi directly. By calling it directly, $r-log_error($r-prev()-uri()) still perfectly printed one line in error_log. It's rather a very strange behaviour that I hope someone could figure it out. $r-prev() returns a blessed

[DIGEST] mod_perl digest 2002/08/26

2002-09-09 Thread jgsmith
-- mod_perl digest August 26, 2002 - September 8, 2002 -- Recent happenings in the mod_perl world... Features

Re: $r-prev is always defined

2002-09-09 Thread Geoffrey Young
Jindo wrote: Hello, Unfortunately, I did suspect the same before and called Index.cgi directly. By calling it directly, $r-log_error($r-prev()-uri()) still perfectly printed one line in error_log. you must be doing something with internal redirects _someplace_. I'm running CVS

Mason 1.05 + Apache::Session problem!

2002-09-09 Thread Ufuk Yuzereroglu
HiI am running a RedHat 7.3 server with kernel 2.4.18, Apache 1.3-26, mod_perl 1.26-5 and Apache::Session 1.53 and HTML::Mason-1.05 modules. When I try to start apache i get the error message:Starting httpd: Subroutine status_mason redefined at

ap_kill_timeout(0) apache-1.3.26 mod_perl-1.27 caused segfault on HPUX 11?

2002-09-09 Thread Phil Lobbes
Hi, I've been troubleshooting a problem with: perl-5.6.1 (no-threads) apache-1.3.26 mod_perl-1.27 HPUX 11 Compiler: cc/ansic (HP92453-01 A.11.01.00 HP C Compiler) Please let me know if there is additional info that I can provide that might help tracking down this problem!