FYI: ModPerl and APR with Apache HTTPd v2.4 on "pkgin" in the NetBSD 7 environment

2015-12-23 Thread Randolf Richardson
For anyone who wants to use ModPerl and APR with Apache HTTPd v2.4 on NetBSD 7 (installed via "pkgin"), this Problem Report that I submitted to the NetBSD web site will probably be of interest to you: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50583

[FYI] Apache2::ModLogConfig

2011-03-05 Thread Torsten Förtsch
Apache2::ModLogConfig just uploaded to CPAN. see http://foertsch.name/perldoc/Apache2::ModLogConfig The oldest mp2/apache version I have tested with is 2.0.4 on httpd 2.2.9. A newer Apache::Test is needed, though. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch

Re: FYI

2007-10-24 Thread Philippe M. Chiasson
Fred Moyer wrote: > There was a recent sytems upgrade which probably caused this. Looking > into it. Yup, caused by a switch to a 64 bit OS. A couple of CPAN packages need rebuilding, I am taking care of it. Philippe M. Ch

Re: FYI

2007-10-23 Thread Fred Moyer
There was a recent sytems upgrade which probably caused this. Looking into it. > It's been broken at least a week. > > Quoting Bill Whillers <[EMAIL PROTECTED]>: > >> Maybe someones working? >> >> I'm just getting generic Internal Server Errors when searching on >> anything >> like "handler". >>

FYI: Building modperl in a separate build directory

2007-10-23 Thread Torsten Foertsch
Hi, I have often the problem to switch between prefork and worker MPM. So I thought of using a separate build directory for each MPM while having a common source directory. This led to the attached script. It creates 3 directories, mymodperl, mymodperl-worker, mymodperl-prefork, checks http://

Re: FYI

2007-10-22 Thread adam . prime
It's been broken at least a week. Quoting Bill Whillers <[EMAIL PROTECTED]>: Maybe someones working? I'm just getting generic Internal Server Errors when searching on anything like "handler". http://perl.apache.org/search/swish.cgi?query=handler&sbm=&submit=search On Monday 22 October 200

Re: FYI

2007-10-22 Thread Bill Whillers
Maybe someones working? I'm just getting generic Internal Server Errors when searching on anything like "handler". http://perl.apache.org/search/swish.cgi?query=handler&sbm=&submit=search On Monday 22 October 2007 16:47, Arshavir Grigorian wrote: > Not sure if people already know about this,

FYI

2007-10-22 Thread Arshavir Grigorian
Not sure if people already know about this, but running any search off of perl.apache.org gives a 500.

FYI: AppArmor - makes mod_perl/mod_php safer on linux

2006-04-07 Thread Stas Bekman
I was just at cansecwest (http://cansecwest.com/) here in Vancouver, and went to a talk by Crispin Cowan from Novell. He presented AppArmor which confines the application into a restricted mode (which files it can access and what it can and cannot do). Unlike jail/chroot AppArmor allows you to

FYI: Perl 5.8.7 Release Candidate 1

2005-05-25 Thread Stas Bekman
Please test that release to make sure that your apps will still work when 5.8.7 is released. ++ | 5.8.7 RC1 is out | | posted by rafael on Friday May 20, @08:20 (Releases)

FYI: Product Review: XAMPP, an Apache Distribution

2005-02-24 Thread Render Web
http://newsvac.newsforge.com/newsvac/05/02/23/1422244.shtml Not sure if this is old news here or not. From the age of the AF site it should be :-) Jacqui

FYI: metux MPM Apache project

2004-04-22 Thread Stas Bekman
This project was mention on httpd-dev: http://www.metux.de/mpm/en/?patpage= "The Metux MPM is an module for the Apache 2.0 Webserver which allows it to run several VirtualHosts under different User-IDs. Some other modules such as mod_cgid allow functionality which is superficially similar. Metux

Re: FYI: Apache 1.3 and 2.0.x now escape \n in error_log

2004-03-16 Thread Sebastian Podjasek
Yes, both Apache generations now escape almost everything that goes to the error_log. Please read about the new -DAP_UNSAFE_ERROR_LOG_UNESCAPED compile time option. Apache 1.3: http://perl.apache.org/docs/1.0/guide/install.html#Unescaping_F_error_log_ Apache 2.0: http://perl.apache.org/docs/2.0/

FYI: Apache 1.3 and 2.0.x now escape \n in error_log (was: Re: Question: $r->log_error quotation)

2004-03-16 Thread Stas Bekman
Sebastian Podjasek wrote: Hello everyone, sorry for bothering but something changed from my previous mod_perl version. Now I'm using 1.29.0.2-4 from Debian package, previosly I've used 'log_error' to dump some variables via Data::Dumper for debugging. Currently it is almost impossible to read the o