[ANNOUNCE] Apache::Syntax::Highlight::Perl 1.00

2004-04-23 Thread Enrico Sorcinelli
The uploaded file Apache-Syntax-Highlight-Perl-1.00.tar.gz has entered CPAN as file: $CPAN/authors/id/E/EN/ENRYS/Apache-Syntax-Highlight-Perl-1.00.tar.gz size: 5890 bytes md5: 843edb9dc57f76926b1a5fec7cd78728 Apache::Syntax::Highlight::Perl is a mod_perl (1.0 and 2.0) module that

Re: Problem with modperl2/apache2/apreq2 upload

2004-04-23 Thread Ken Burcham
This is fixed for me now. I got the latest stuff from cvs and the list context array returns just the fields that are upload fields. Thanks SO much! ken. On 11 Apr 2004 at 20:51, Joe Schaefer [EMAIL PROTECTED] wrote: Any news? Happy Easter. ken. On 8 Apr 2004 at 13:22, Joe Schaefer

Re: [ANNOUNCE] Apache::Syntax::Highlight::Perl 1.00

2004-04-23 Thread Ken Burcham
Hi! I notice in the pod some things say: PerlSetVar HighlihtCSS /highlight/perl.css and some things say PerlSetVar HighlightCache On Notice the Highlight vs Highliht... Just wanted to point that out in case one was actually wrong. :) Also, could I use something like this for

installing modperl with prefix=something

2004-04-23 Thread Pete Greening
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am working on a freebsd 4.9 athlon system, and trying to rebuild the apache suite with new mod_perl, mod_ssl, and php. Since this is a live server, I want to build the suite in a subtree, other than /usr/local, so that I can test it all. I

Re: installing modperl with prefix=something

2004-04-23 Thread Perrin Harkins
On Fri, 2004-04-23 at 17:17, Pete Greening wrote: I got mod_ssl, php, and apache to all redirect their output to prefix=/usr/local/buildjail, but the mod_perl make install process tries to write to /usr/local/lib/perl5/site_perl/5.005/i386-freebsd, which is bad. Set LIB=/usr/local/buildjail

ANNOUNCE: Apache::Session::Wrapper

2004-04-23 Thread Dave Rolsky
0.17 2004-04-23 - Fix a bug in checking parameters which could occur when the commit parameter for Postgres, Oracle, or Sybcase was passed. This caused a fatal error when creating the wrapper object. Patch by Max Baker. -dave /*=== House Absolute Consulting

Segfaults

2004-04-23 Thread Beau E. Cox
Hi I have two 'identical' boxes, one test, one production, running: Linux 2.6.6-rc1 gcc 3.3.3 glibc 2.3.2 perl 5.8.4 (new last night) Apache 2.1 cvs mod_perl 2 cvs libapreq2 cvs Embperl cvs The test server works flawlessly. The production server segfault(11)s at the end (all output is

Re: Segfaults

2004-04-23 Thread Perrin Harkins
On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: 1) are core dumps automatically generated by seqfaults? If not, how do I have Apache generate them? Sounds like you're looking for this: http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults - Perrin -- Report

cvs commit: modperl-2.0/t/response/TestAPR socket.pm

2004-04-23 Thread stas
stas2004/04/23 10:59:01 Modified:t/response/TestAPR socket.pm Log: mention the other tests that cover APR::Socket testing Revision ChangesPath 1.4 +2 -1 modperl-2.0/t/response/TestAPR/socket.pm Index: socket.pm

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2004-04-23 Thread stas
stas2004/04/23 11:00:32 Modified:.Changes xs/APR/Socket APR__Socket.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: - APR::Socket::timeout_set now croaks on failure - header file cleanup