Re: Re [OT]: mod_perl output filter and mod_proxy, mod_cache

2011-07-14 Thread Niels Larsen
llection easier. But, I am grateful for what exists of course. While watching the language certainly, I'm moving from Apache/mod_perl to Dancer/Nginx for speed and memory reason. Ok, back to lurk-mode, Niels Larsen > [OT, ADVOCACY] > > I am partial to perl and CPAN, because the

RE: a require problem

2008-08-29 Thread niels
My errors are often obvious and found right in the places where I am not looking. Niels L > For me, it's the same on both. > > What could be the problem here? How can we take the next steps in > debugging this? > > ERic

RE: a require problem

2008-08-29 Thread niels
Could it be that during forking a different effective user id is set, which is what -x checks? are $<, $>, $( and $) all the same under cgi and mod_perl? (it sounds like /usr/bin/rcsdiff is not a symbolic link, which could be treated differently maybe, followsymlinks, etc) Niels L

Thanks for advice

2008-08-27 Thread Niels Larsen
, and it seems not worth gaining the last speed by making the code Apache specific, since generating pages behind Apache takes 99% of the time anyway. Niels L

Re: Compiling Perl + mod_perl on 64-bit linux

2008-08-26 Thread Niels Larsen
Thats what I would do too. The CGI::Builder author seems to be available to help (http://perl.4pro.net), perhaps for pay, but maybe he wont charge for compile- and bug-fixing. Niels Dan Axtell wrote: On Tuesday 26 August 2008 2:28:46 pm Niels Larsen wrote: I dont have a good answer. But

Re: Compiling Perl + mod_perl on 64-bit linux

2008-08-26 Thread Niels Larsen
from 5.10? (i feel 5.10 is less stable than 5.8, but doesnt get in my way). Niels OK, I tried this: sh ./Configure -de -Accflags='-fPIC' -Dprefix=/usr/local \ -Dloclibpth="/usr/lib64" one peculiarity of my make, gnu make 3.81, is I have to edit the makefile to comme

Re: Compiling Perl + mod_perl on 64-bit linux

2008-08-26 Thread Niels Larsen
I had something that sounds the same. Setting CCFLAGS didnt work, but sh ./Configure -de -Accflags='-fPIC' (etc) did give a libperl that worked on AMD x86_64. With 5.10 though. Niels L Dan Axtell wrote: You will need to compile perl with -fPIC on x86_64, I think I did it with

mod_perl2 STDOUT question

2008-08-20 Thread Niels Larsen
t [EMAIL PROTECTED], and that too works, but would like to use system, Proc::SafeExec, etc. I use Apache 2.2.9, mod_perl 2.0.4 and Linux. Below the example is the mod_perl part of httpd.conf. Any ideas? (I'm sure its something obvious i missed, but it has become an ob

What happened with Apache2::Reload in mod_perl-2.0.4?

2008-04-18 Thread Niels van Dijke
Hi mod_perl maintainers, Thank you for releasing mod_perl 2.0.4. I was wondering what happened to Apache2::Reload? Was it missed in packaging for the upload to CPAN? If so then there may be other files missing too. Regards, Niels