You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2006/09/07 20:07:50 UTC

[RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

A release candidate for mod_perl 2.0.3 is now available for testing.

Please grab the candidate from

http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz

and report back successes or failures. When reporting failures, please see
the bug reporting guidelines at

http://perl.apache.org/bugs/

so that your report can get the best attention possible.

CHANGES since 2.0.2:
---------------------
Fix bug concerning 'error-notes' having no value on
errordocument redirect.
[Guy Albertelli II <gu...@albertelli.com>]

Multi-line $PerlConfig is now working [Gozer]

PerlOptions None was previously incorrectly reported as invalid
inside <VirtualHost> or <Directory> blocks.
[Philip M. Gollucci]

Require B::Size 0.07 and B::TerseSize 0.07 for Apache2::Status
[Philip M. Gollucci]

Apache2::Status was expecting B::TerseSize to return
an op count for things that it didn't causing
requests like http://localhost/perl-status/main?noh_b_package_size
to cause 405s
[Philip M. Gollucci]

Updates for Win32 to allow building and testing on Apache/2.2:
- use httpd.exe as the Apache binary name when installing apxs
- use new apr library names (libapr-1.lib and libaprutil-1.lib)
[Randy Kobes]

Make sure that additional library paths are included in the build flags
so that mod_perl will use the same versions of libraries that APR does.
[Mike Smith <mi...@mailchannels.com>]

Added $r->connection->pnotes, identical to $r->pnotes, but
for the entire lifetime of the connection
[Geoffrey Young, Gozer]

Fixed problems with add_config() and thread-safety: [Gozer]
- $s->add_config is not allowed anymore after server startup
- $r->add_config can only affect configuration for the current
   request, just like .htaccess files do

Make sure that LIBS and other MakeMaker command line flags are not
ignored by the top level Makefile.PL and xs/APR/APR/Makefile.PL [Stas]

Corrected a typo that would cause the corruption of $), the
effective group id as Perl sees it [Gozer]

Added support for httpd-2.2's new override_opts in Apache2::Access.
Calls to add_config() now accept an override_opts value as the 4th
argument. [Torsten Foertsch <to...@gmx.net>, Gozer]

Fix 'PerlSwitches +inherit' that got broken somewhere along
the way to 2.0. You can also use 'PerlOptions +InheritSwitches'
for the same result. [Gozer]

Add perl API corresponding to User and Group directives in httpd.conf:
Apache2::ServerUtil->user_id and Apache2::ServerUtil->group_id
[Stas]

Apache2::Reload now first unloads all modified modules before
trying to reload them. This way, inter-module dependencies
are more likely to be correctly satisfied when reloaded
[Javier Uruen Val <ju...@warp.es>, Gozer]

$r->add_config() can now take an optionnal 3rd argument that
specifies what pseudo <Location $path> the configuration is
evaluated into [Torsten Foertsch <to...@gmx.net>]

remove -DAP_HAVE_DESIGNATED_INITIALIZER and -DAP_DEBUG from
MP_MAINTAINER mode to avoid collisions [Joe Orton]

Back out r280262 which was causing Apache2::Reload to misbehave.
[JT Smith <jt...@plainblack.com>]

Perl_do_open/close fixes to make mod_perl 2.0 compile with
blead-perl@25889+ (5.9.3+) [Stas]

Added Apache2::PerlSections->server, returning the server
into which the <Perl> section is defined [Gozer]

Require B::Size and B::TerseSize v0.06 for Apache2::Status
options StatusTerse and StatusTerseSize which has now been
updated to support the new mod_perl2 api post RC5.
[Philip M. Gollucci]

When using Apache2::PerlSections->dump, the configuration
would print out in the correct order, but when the configuration was
passed off to Apache the ordering was lost.
[Scott Wessels <sw...@usgn.net>]

-- 
The mod_perl Development Team <dev[at]perl.apache.org>

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by "Philippe M. Chiasson" <go...@ectoplasm.org>.
On 7-Sep-06, at 11:07 AM, Philip M. Gollucci wrote:

> A release candidate for mod_perl 2.0.3 is now available for testing.
>
> Please grab the candidate from
>
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz
>
> and report back successes or failures. When reporting failures,  
> please see
> the bug reporting guidelines at

OS X (Intel)
$> /usr/bin/perl Makefile.PL MP_APXS=/usr/sbin/apxs
Configuring Apache/2.2.2 mod_perl/2.0.3-rc1 Perl/v5.8.8
[...]
All tests successful, 4 tests and 18 subtests skipped.
Files=236, Tests=2622, 127 wallclock secs (93.76 cusr + 19.12 csys =  
112.88 CPU)
All tests successful, 1 test skipped.
Files=18, Tests=82, 12 wallclock secs ( 7.38 cusr +  1.54 csys =  8.92  
CPU)

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Radoslaw Zielinski wrote:
> -------------8<---------- Start Bug Report ------------8<----------
> 1. Problem Description:
> 
> t/directive/perldo.t fails.  make test TEST_VERBOSE=1 output:
This was resolved thanks to Fred Moyer and Geoff.  I've just committed there patch to svn it will be in rc2


-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Radoslaw Zielinski wrote:
> -------------8<---------- Start Bug Report ------------8<----------
> 1. Problem Description:
> 
> t/directive/perldo.t fails.  make test TEST_VERBOSE=1 output:
This was resolved thanks to Fred Moyer and Geoff.  I've just committed there patch to svn it will be in rc2


-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by Radoslaw Zielinski <ra...@gmail.com>.
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

t/directive/perldo.t fails.  make test TEST_VERBOSE=1 output:

[...]
# testing : $PerlConfig
# expected: 1
# received: 
not ok 18
# testing : $PerlConfig
# expected: 1
# received: 
not ok 19
# testing : $PerlConfig
# expected: 1
# received: 
not ok 20
# testing : @PerlConfig
# expected: 1
# received: 
not ok 21
# testing : @PerlConfig
# expected: 1
# received: 
not ok 22
FAILED tests 18-22

error_log doesn't contain anything which seems helpful:

$ grep 'Failed test' t/logs/error_log | sed -e 's,/.*/t/,t/,'
# Failed test 18 in t/response/TestDirective/perldo.pm at line 64
# Failed test 19 in t/response/TestDirective/perldo.pm at line 64 fail #2
# Failed test 20 in t/response/TestDirective/perldo.pm at line 64 fail #3
# Failed test 21 in t/response/TestDirective/perldo.pm at line 69
# Failed test 22 in t/response/TestDirective/perldo.pm at line 69 fail #2



2. Used Components and their Configuration:

*** mod_perl version 2.000003

*** using /home/users/builder/rpm/BUILD/mod_perl-2.0.3-rc1/lib/Apache2/BuildConfig.pm

*** Makefile.PL options:
  MP_APR_CONFIG  => /usr/bin/apr-1-config
  MP_APR_LIB     => aprext
  MP_APU_CONFIG  => /usr/bin/apu-1-config
  MP_APXS        => /usr/sbin/apxs
  MP_COMPAT_1X   => 1
  MP_GENERATE_XS => 1
  MP_LIBNAME     => mod_perl
  MP_USE_DSO     => 1


*** /usr/sbin/httpd.prefork -V
Server version: Apache/2.2.3
Server built:   Jul 28 2006 07:50:47
Server's Module Magic Number: 20051115:3
Server loaded:  APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D BIG_SECURITY_HOLE
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/usr"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/run/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="/var/run/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="/etc/httpd/mime.types"
 -D SERVER_CONFIG_FILE="/etc/httpd/apache.conf"

*** /usr/bin/ldd /usr/sbin/httpd.prefork
	linux-gate.so.1 =>  (0xffffe000)
	libpcre.so.0 => /lib/libpcre.so.0 (0xb7fac000)
	libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb7f96000)
	libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0xb7f75000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb7f62000)
	libc.so.6 => /lib/libc.so.6 (0xb7e43000)
	libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0xb7e0f000)
	liblber-2.3.so.0 => /usr/lib/liblber-2.3.so.0 (0xb7e03000)
	libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7de5000)
	libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7db5000)
	libuuid.so.1 => /lib/libuuid.so.1 (0xb7db2000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7dad000)
	/lib/ld-linux.so.2 (0xb7fd4000)
	libresolv.so.2 => /lib/libresolv.so.2 (0xb7d9b000)
	libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7d85000)
	libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7d48000)
	libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7c1c000)


*** (apr|apu)-config linking info

 -L/usr/lib -laprutil-1 -lldap -llber -lexpat -lcrypt -L/usr/lib
 -L/usr/lib -lapr-1 -luuid -lpthread -ldl 



*** /usr/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.17.8-0.5, archname=i686-pld-linux-thread-multi
    uname='linux bzium 2.6.17.8-0.5 #1 tue aug 8 14:23:38 cest 2006 i686 unknown unknown pld linux '
    config_args='-des -Dcc=i686-pld-linux-gcc -Darchname=i686-pld-linux -Dcccdlflags=-fPIC -Dccdlflags=-rdynamic -Dldlibpthname=none -Dldflags=-Wl,--as-needed  -Dlddlflags=-shared -Wl,--as-needed  -Doptimize=-O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4 -ggdb  -Duseshrplib -Dd_dosuid -Dman1dir=/usr/share/man/man1 -Dman1ext=1 -Dman3dir=/usr/share/man/man3 -Dman3ext=3perl -Dvendorman1dir=/usr/share/man/man1 -Dvendorman1ext=1p -Dvendorman3dir=/usr/share/man/man3 -Dvendorman3ext=3pm -Dsiteman1dir=/usr/local/man/man1 -Dsiteman1ext=1p -Dsiteman3dir=/usr/local/man/man3 -Dsiteman3ext=3pm -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr/local -Dlibpth=/usr/lib /lib -Dprivlib=/usr/share/perl5/5.8.8 -Darchlib=/usr/lib/perl5/5.8.8/i686-pld-linux-thread-multi -Dsitelib=/usr/local/share/perl5 -Dsitearch=/usr/local/lib/perl5/5.8.0/i686-pld-linux-thread-multi -Dvendorlib=/usr/share/perl5/vendor_perl -Dvendorarch=/usr/lib/perl5/vendor_perl/5.8.0/i686-pld-linux-thread-multi -Ui_db -Ui_dbm -Di_gdbm -Ui_ndbm -Dlibswanted=dl m c crypt gdbm -Dusethreads -Duselargefiles'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='i686-pld-linux-gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4 -ggdb ',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20060817 (prerelease) (PLD-Linux)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='i686-pld-linux-gcc', ldflags ='-Wl,--as-needed '
    libpth=/usr/lib /lib
    libs=-ldl -lm -lpthread -lc -lcrypt -lgdbm
    perllibs=-ldl -lm -lpthread -lc -lcrypt
    libc=/lib/libc-2.4.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.4'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.8.8/i686-pld-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -Wl,--as-needed '


Characteristics of this binary (from libperl): 
  Compile-time options: DEBUGGING MULTIPLICITY PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Aug 24 2006 10:35:16
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /usr/local/lib/perl5/5.8.0/i686-pld-linux-thread-multi
    /usr/local/share/perl5
    /usr/lib/perl5/vendor_perl/5.8.0/i686-pld-linux-thread-multi
    /usr/share/perl5/vendor_perl
    /usr/lib/perl5/5.8.8/i686-pld-linux-thread-multi
    /usr/share/perl5/5.8.8
    .

*** Packages of interest status:

Apache2            : -
Apache2::Request   : 2.08
CGI                : 3.15, 3.23
ExtUtils::MakeMaker: 6.30, 6.30
LWP                : 5.805
mod_perl           : -
mod_perl2          : 2.000002


This report was generated by t/REPORT on Fri Sep  8 13:35:18 2006 GMT.

-------------8<---------- End Bug Report --------------8<----------

-- 
Radosław Zieliński <ra...@pld-linux.org>

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by "Philippe M. Chiasson" <go...@ectoplasm.org>.
On 7-Sep-06, at 11:07 AM, Philip M. Gollucci wrote:

> A release candidate for mod_perl 2.0.3 is now available for testing.
>
> Please grab the candidate from
>
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz
>
> and report back successes or failures. When reporting failures,  
> please see
> the bug reporting guidelines at

OS X (Intel)
$> /usr/bin/perl Makefile.PL MP_APXS=/usr/sbin/apxs
Configuring Apache/2.2.2 mod_perl/2.0.3-rc1 Perl/v5.8.8
[...]
All tests successful, 4 tests and 18 subtests skipped.
Files=236, Tests=2622, 127 wallclock secs (93.76 cusr + 19.12 csys =  
112.88 CPU)
All tests successful, 1 test skipped.
Files=18, Tests=82, 12 wallclock secs ( 7.38 cusr +  1.54 csys =  8.92  
CPU)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Thu, 7 Sep 2006, Philip M. Gollucci wrote:

> A release candidate for mod_perl 2.0.3 is now available for testing.
>
> Please grab the candidate from
>
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz

+1. Tested on

- Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 819)
- linux: Apache/2.0.55 (prefork), perl-5.8.7

-- 
best regards,
Randy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1: make test fails

Posted by Jie Gao <J....@isu.usyd.edu.au>.
t/logs/error_log:

[Fri Sep 08 21:07:44 2006] [info] mod_unique_id: using ip addr 129.78.xx.xx
END in modperl_extra.pl, pid=6707
[Fri Sep 08 21:07:45 2006] [notice] Digest: generating secret for digest authentication ...
[Fri Sep 08 21:07:45 2006] [notice] Digest: done
[Fri Sep 08 21:07:45 2006] [info] mod_unique_id: using ip addr 129.78.xx.xx
[Fri Sep 08 21:07:46 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
driver for [DBDriver unset] n
ot available
[Fri Sep 08 21:07:46 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
failed to initialise
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 6715 for
worker http://localhost:85
29/TestFilter__both_str_req_proxy_content/
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in
child 6715 for (localhost)
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 1 in child 6715 for
worker proxy:reverse
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 1 in
child 6715 for (*)
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
driver for [DBDriver unset] n
ot available
[Fri Sep 08 21:07:46 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
failed to initialise
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 6716 for
worker http://localhost:85
29/TestFilter__both_str_req_proxy_content/
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1644): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in
child 6716 for (localhost)
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 1 in child 6716 for
worker proxy:reverse
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 1 in
child 6716 for (*)
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:46 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ already initialized
[Fri Sep 08 21:07:46 2006] [notice] Apache/2.2.3 (Unix) world domination series/2.0 DAV/2 PHP/5.1.6
mod_perl/2.0.3-rc1 Perl/v5.8.8 c
onfigured -- resuming normal operations
[Fri Sep 08 21:07:46 2006] [info] Server built: Sep  8 2006 20:06:44
[Fri Sep 08 21:07:46 2006] [debug] prefork.c(991): AcceptMutex: sysvsem (default: sysvsem)
[Fri Sep 08 21:07:50 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
driver for [DBDriver unset] n
ot available
[Fri Sep 08 21:07:50 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
failed to initialise
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 6762 for
worker http://localhost:85
29/TestFilter__both_str_req_proxy_content/
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1644): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in
child 6762 for (localhost)
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 1 in child 6762 for
worker proxy:reverse
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 1 in
child 6762 for (*)
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ already initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:07:50 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [info] [client 127.0.0.1] TestAPI::aplog test in progress

*** The following warn entry is expected and harmless ***
This log message comes with no header

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [debug] aplog.pm(71): log_serror test 1

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [debug] aplog.pm(83): (20014)Internal error: log_serror test 2

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [crit] [client 127.0.0.1] (20007)No time was provided and one was required.:
log_rerror test

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [error] $r->log_error test

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [error] $s->log_error test

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [error] access to /TestAPI__aplog failed for 127.0.0.1, reason: $r->log_reason
test

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [error] access to filename failed for 127.0.0.1, reason: $r->log_reason
filename test

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [debug] aplog.pm(144): TestAPI::aplog test done
[Fri Sep 08 21:07:54 2006] [notice] [client 127.0.0.1] This message should appear with LogLevel=error!

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [warn] $s->warn test

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [warn] Apache2::ServerRec::warn test

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [warn] Apache2::ServerRec::warn test

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:07:54 2006] [warn] warn test

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:00 2006] [error] Process 6715 terminates itself\n
[Fri Sep 08 21:08:04 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
driver for [DBDriver unset] n
ot available
[Fri Sep 08 21:08:04 2006] [crit] (70023)This function has not been implemented on this platform: DBD:
failed to initialise
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 6973 for
worker http://localhost:85
29/TestFilter__both_str_req_proxy_content/
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1644): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in
child 6973 for (localhost)
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 1 in child 6973 for
worker proxy:reverse
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 1 in
child 6973 for (*)
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized
[Fri Sep 08 21:08:04 2006] [debug] proxy_util.c(1610): proxy: worker
http://localhost:8529/TestFilter__both_str_req_proxy_content/ a
lready initialized

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:15 2006] [error] Apache::log_error test ok

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:08:15 2006] [warn] Apache->warn ok

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:08:15 2006] [warn] Apache::warn ok

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:08:15 2006] [warn] Apache::Server->warn ok

*** The following warn entry is expected and harmless ***
[Fri Sep 08 21:08:15 2006] [warn] Apache::Server::warn ok

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:23 2006] [error] [client 127.0.0.1] APR::Socket::recv: (11) Resource temporarily
unavailable at /usr/local/src/mod
_perl-2.0.3-rc1/t/response/TestError/runtime.pm line 156

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:23 2006] [error] [client 127.0.0.1] Undefined subroutine
&TestError::runtime::no_such_func called at /usr/local/sr
c/mod_perl-2.0.3-rc1/t/response/TestError/runtime.pm line 150.\n

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:23 2006] [error] [client 127.0.0.1] APR::Socket::recv: (11) Resource temporarily
unavailable at /usr/local/src/mod
_perl-2.0.3-rc1/t/response/TestError/runtime.pm line
156\n\tTestError::runtime::mp_error('APR::Socket=SCALAR(0x2804db0)') called at
/usr/local/src/mod_perl-2.0.3-rc1/t/response/TestError/runtime.pm line
75\n\tTestError::runtime::die_hook_confess_mp_error('Apache2:
:RequestRec=SCALAR(0x27fa8f0)', 'APR::Socket=SCALAR(0x2804db0)') called at
/usr/local/src/mod_perl-2.0.3-rc1/t/response/TestError/ru
ntime.pm line 31\n\tTestError::runtime::handler('Apache2::RequestRec=SCALAR(0x27fa8f0)') called at -e line
0\n\teval {...} called at
 -e line 0\n

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:23 2006] [error] [client 127.0.0.1] Undefined subroutine
&TestError::runtime::no_such_func called at /usr/local/sr
c/mod_perl-2.0.3-rc1/t/response/TestError/runtime.pm line 150.\n at
/usr/local/src/mod_perl-2.0.3-rc1/t/response/TestError/runtime.p
m line 150\n\tTestError::runtime::non_mp_error('APR::Socket=SCALAR(0x2808350)') called at
/usr/local/src/mod_perl-2.0.3-rc1/t/respon
se/TestError/runtime.pm line
82\n\tTestError::runtime::die_hook_confess_non_mp_error('Apache2::RequestRec=SCALAR(0x283b830)', 'APR::
Socket=SCALAR(0x2808350)') called at /usr/local/src/mod_perl-2.0.3-rc1/t/response/TestError/runtime.pm
line 31\n\tTestError::runtime
::handler('Apache2::RequestRec=SCALAR(0x283b830)') called at -e line 0\n\teval {...} called at -e line 0\n

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:23 2006] [error] [client 127.0.0.1] custom die hook: APR::Socket::recv: (11) Resource
temporarily unavailable at /
usr/local/src/mod_perl-2.0.3-rc1/t/response/TestError/runtime.pm line 156 at
/usr/local/src/mod_perl-2.0.3-rc1/t/response/TestError/
runtime.pm line 87.\n

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:23 2006] [error] [client 127.0.0.1] custom die hook: Undefined subroutine
&TestError::runtime::no_such_func called
 at /usr/local/src/mod_perl-2.0.3-rc1/t/response/TestError/runtime.pm line 150.\n

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:24 2006] [error] [client 127.0.0.1] failed to resolve handler `TestError::syntax':
syntax error at /usr/local/src/
mod_perl-2.0.3-rc1/t/response/TestError/syntax.pm line 17, near "\\;"\nCompilation failed in require at
(eval 192) line 3.\n
[Fri Sep 08 21:08:24 2006] [debug] mod_deflate.c(749): [client 127.0.0.1] Zlib: Inflated 14 to 12 : URL
/TestFilter__both_str_native
_remove
[Fri Sep 08 21:08:25 2006] [debug] mod_deflate.c(749): [client 127.0.0.1] Zlib: Inflated 54 to 59 : URL
/TestFilter__both_str_req_mi
x
[Fri Sep 08 21:08:25 2006] [debug] mod_deflate.c(447): [client 127.0.0.1] Zlib: Compressed 21 to 21 : URL
/TestFilter__both_str_req_
mix
[Fri Sep 08 21:08:25 2006] [debug] mod_proxy_http.c(54): proxy: HTTP: canonicalising URL
//localhost:8529/TestFilter__both_str_req_p
roxy_content/foo
[Fri Sep 08 21:08:25 2006] [debug] proxy_util.c(1378): [client 127.0.0.1] proxy: http: found worker
http://localhost:8529/TestFilter
__both_str_req_proxy_content/ for http://localhost:8529/TestFilter__both_str_req_proxy_content/foo
[Fri Sep 08 21:08:25 2006] [debug] mod_proxy.c(756): Running scheme http handler (attempt 0)
[Fri Sep 08 21:08:25 2006] [debug] mod_proxy_http.c(1662): proxy: HTTP: serving URL
http://localhost:8529/TestFilter__both_str_req_p
roxy_content/foo
[Fri Sep 08 21:08:25 2006] [debug] proxy_util.c(1798): proxy: HTTP: has acquired connection for
(localhost)
[Fri Sep 08 21:08:25 2006] [debug] proxy_util.c(1858): proxy: connecting
http://localhost:8529/TestFilter__both_str_req_proxy_conten
t/foo to localhost:8529
[Fri Sep 08 21:08:25 2006] [debug] proxy_util.c(1951): proxy: connected
/TestFilter__both_str_req_proxy_content/foo to localhost:852
9
[Fri Sep 08 21:08:25 2006] [debug] proxy_util.c(2045): proxy: HTTP: fam 2 socket created to connect to
localhost
[Fri Sep 08 21:08:25 2006] [debug] proxy_util.c(2141): proxy: HTTP: connection complete to 127.0.0.1:8529
(localhost)
[Fri Sep 08 21:08:25 2006] [debug] mod_proxy_http.c(1448): proxy: start body send
[Fri Sep 08 21:08:25 2006] [debug] mod_proxy_http.c(1537): proxy: end body send
[Fri Sep 08 21:08:25 2006] [debug] proxy_util.c(1816): proxy: HTTP: has released connection for
(localhost)

*** The following 2 error entries are expected and harmless ***
[Fri Sep 08 21:08:27 2006] [error] [client 127.0.0.1] This filter must die at
/usr/local/src/mod_perl-2.0.3-rc1/t/filter/TestFilter/
in_error.pm line 26.\n
[Fri Sep 08 21:08:27 2006] [error] [client 127.0.0.1] Apache2::RequestIO::read: (120001) filter handler
has failed at /usr/local/src
/mod_perl-2.0.3-rc1/t/filter/TestFilter/in_error.pm line 41
[Fri Sep 08 21:08:38 2006] [error] [client 127.0.0.1] Undefined subroutine &TestHooks::error::bomb called
at /usr/local/src/mod_perl
-2.0.3-rc1/t/hooks/TestHooks/error.pm line 21.\n
[Fri Sep 08 21:08:38 2006] [error] [client 127.0.0.1] Undefined subroutine &TestHooks::error::bomb called
at /usr/local/src/mod_perl
-2.0.3-rc1/t/hooks/TestHooks/error.pm line 21.\n

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:42 2006] [error] [client 127.0.0.1] File does not exist:
/usr/local/src/mod_perl-2.0.3-rc1/t/htdocs/nope

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:52 2006] [error] [client 127.0.0.1] need AuthName: /TestModperl__setauth

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:53 2006] [error] [client 127.0.0.1] File does not exist:
/usr/local/src/mod_perl-2.0.3-rc1/t/htdocs/TestModperl__s
tatus

*** The following error entry is expected and harmless ***
[Fri Sep 08 21:08:53 2006] [error] [client 127.0.0.1] Died at
/usr/local/src/mod_perl-2.0.3-rc1/t/response/TestModperl/status.pm lin
e 24.\n

*** The following error entry is expected and harmless ***
Argument "foobar" isn't numeric.

*** The following error entry is expected and harmless ***
Argument "foo9bar" isn't numeric.
[Fri Sep 08 21:08:59 2006] [debug] mod_proxy_http.c(54): proxy: HTTP: canonicalising URL
//localhost:8538/TestModules__proxy_real
[Fri Sep 08 21:08:59 2006] [debug] proxy_util.c(1397): [client 127.0.0.1] proxy: *: found reverse proxy
worker for http://localhost:
8538/TestModules__proxy_real
[Fri Sep 08 21:08:59 2006] [debug] mod_proxy.c(756): Running scheme http handler (attempt 0)
[Fri Sep 08 21:08:59 2006] [debug] mod_proxy_http.c(1662): proxy: HTTP: serving URL
http://localhost:8538/TestModules__proxy_real
[Fri Sep 08 21:08:59 2006] [debug] proxy_util.c(1798): proxy: HTTP: has acquired connection for (*)
[Fri Sep 08 21:08:59 2006] [debug] proxy_util.c(1858): proxy: connecting
http://localhost:8538/TestModules__proxy_real to localhost:
8538
[Fri Sep 08 21:08:59 2006] [debug] proxy_util.c(1951): proxy: connected /TestModules__proxy_real to
localhost:8538
[Fri Sep 08 21:08:59 2006] [debug] proxy_util.c(2045): proxy: HTTP: fam 2 socket created to connect to *
[Fri Sep 08 21:08:59 2006] [debug] proxy_util.c(2141): proxy: HTTP: connection complete to 127.0.0.1:8538
(localhost)
[Fri Sep 08 21:08:59 2006] [debug] mod_proxy_http.c(1448): proxy: start body send
[Fri Sep 08 21:08:59 2006] [debug] mod_proxy_http.c(1537): proxy: end body send
[Fri Sep 08 21:08:59 2006] [debug] proxy_util.c(1816): proxy: HTTP: has released connection for (*)
Constant subroutine Apache2::Reload::Test::const redefined at
/usr/local/src/mod_perl-2.0.3-rc1/blib/lib/ModPerl/Util.pm line 69, <f
h00003perlfunc.pod> line 1.
Subroutine subpackage redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 7,
<fh00003perlfunc.pod> line
 1.
Subroutine run redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 9,
<fh00003perlfunc.pod> line 1.
Subroutine simple redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 15,
<fh00003perlfunc.pod> line 1.
Prototype mismatch: sub Apache2::Reload::Test::const: none vs () at /usr/local/lib/perl5/5.8.8/constant.pm
line 103, <fh00003perlfun
c.pod> line 1.
Subroutine prototype redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 17,
<fh00003perlfunc.pod> line
 1.
Constant subroutine Apache2::Reload::Test::const redefined at
/usr/local/src/mod_perl-2.0.3-rc1/blib/lib/ModPerl/Util.pm line 69, <f
h00003perlfunc.pod> line 1.
Subroutine subpackage redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 7,
<fh00003perlfunc.pod> line
 1.
Subroutine run redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 9,
<fh00003perlfunc.pod> line 1.
Subroutine simple redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 15,
<fh00003perlfunc.pod> line 1.
Prototype mismatch: sub Apache2::Reload::Test::const: none vs () at /usr/local/lib/perl5/5.8.8/constant.pm
line 103, <fh00003perlfun
c.pod> line 1.
Subroutine prototype redefined at /usr/local/src/mod_perl-2.0.3-rc1/t/lib/Apache2/Reload/Test.pm line 17,
<fh00003perlfunc.pod> line
 1.
Constant subroutine Apache2::Reload::Test::const redefined at
/usr/local/src/mod_perl-2.0.3-rc1/blib/lib/ModPerl/Util.pm line 69, <f
h00003perlfunc.pod> line 1.
[Fri Sep 08 21:09:01 2006] [error] server reached MaxClients setting, consider raising the MaxClients
setting
[Fri Sep 08 21:09:07 2006] [error] [client 127.0.0.1] user stas: authentication failure for "/": Password
Mismatch
[Fri Sep 08 21:09:08 2006] [info] Child process pid=6973 is exiting
[Fri Sep 08 21:09:08 2006] [info] Child process pid=6973 is exiting - server push
[Fri Sep 08 21:09:08 2006] [info] Child process pid=6716 is exiting
END in modperl_extra.pl, pid=6973
[Fri Sep 08 21:09:08 2006] [info] Child process pid=6716 is exiting - server push
END in modperl_extra.pl, pid=6716
[Fri Sep 08 21:09:08 2006] [info] Child process pid=6762 is exiting
[Fri Sep 08 21:09:08 2006] [info] Child process pid=6762 is exiting - server push
END in TestModperl::print, pid=6762
END in modperl_extra.pl, pid=6762
[Fri Sep 08 21:09:08 2006] [info] removed PID file /usr/local/src/mod_perl-2.0.3-rc1/t/logs/httpd.pid
(pid=6711)
[Fri Sep 08 21:09:08 2006] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=6711



On Fri, 8 Sep 2006, Jie Gao wrote:

> Date: Fri, 8 Sep 2006 21:13:15 +1000 (EST)
> From: Jie Gao <J....@isu.usyd.edu.au>
> To: modperl <mo...@perl.apache.org>
> Subject: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1: make test fails
>
>
> -------------8<---------- Start Bug Report ------------8<----------
> 1. Problem Description:
>
> make test fails:
>
> [warning] result: OK
> [warning] the client side drops 'root' permissions and becomes 'nobody'
> /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/httpd  -d /usr/local/src/mod_perl-2.0.3-rc1/ModPerl-Registry/t -f /usr/local/src/mod_perl-2.0.3-rc1/ModPerl-Registry/t/conf/httpd.conf -D APACHE2
> using Apache/2.2.3 (prefork MPM)
>
> waiting 90 seconds for server to start: ...
> waiting 90 seconds for server to start: ok (waited 2 secs)
> server localhost:8529 started
> t/206................ok
> t/304................ok
> t/404................ok
> t/500................ok
> t/bad_scripts........ok
> t/basic..............ok
> t/bin_resp...........ok
> t/cgi................ok
> t/closure............ok
> t/dirindex...........ok
> t/fatalstobrowser....ok 1/4# Failed test 3 in t/fatalstobrowser.t at line 28 fail #2
> t/fatalstobrowser....NOK 3# Failed test 4 in t/fatalstobrowser.t at line 34 fail #2
> t/fatalstobrowser....FAILED tests 3-4
>         Failed 2/4 tests, 50.00% okay
> t/flush..............ok
> t/ithreads...........skipped
>         all skipped: perl 5.8.1 or higher w/ithreads enabled is required
> t/nph................ok
> t/perlrun_extload....ok
> t/prefork............ok
> t/redirect...........ok
> t/special_blocks.....ok
> Failed Test         Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/fatalstobrowser.t                4    2  50.00%  3-4
> 1 test skipped.
> Failed 1/18 test scripts, 94.44% okay. 2/85 subtests failed, 97.65% okay.
> [warning] server localhost:8529 shutdown
> [  error] error running tests (please examine t/logs/error_log)
> +--------------------------------------------------------+
> | Please file a bug report: http://perl.apache.org/bugs/ |
> +--------------------------------------------------------+
> make[1]: *** [run_tests] Error 1
> make[1]: Leaving directory `/usr/local/src/mod_perl-2.0.3-rc1/ModPerl-Registry'
> make: *** [run_tests] Error 2
>
>
> 2. Used Components and their Configuration:
>
> *** mod_perl version 2.000003
>
> *** using /usr/local/src/mod_perl-2.0.3-rc1/lib/Apache2/BuildConfig.pm
>
> *** Makefile.PL options:
>   MP_APR_LIB     => aprext
>   MP_APXS        => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/apxs
>   MP_COMPAT_1X   => 1
>   MP_DEBUG       => 1
>   MP_GENERATE_XS => 1
>   MP_LIBNAME     => mod_perl
>   MP_TRACE       => 1
>   MP_USE_DSO     => 1
>
>
> *** /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/httpd -V
> Server version: Apache/2.2.3
> Server built:   Sep  8 2006 20:06:44
> Server's Module Magic Number: 20051115:3
> Server loaded:  APR 1.2.7, APR-Util 1.2.7
> Compiled using: APR 1.2.7, APR-Util 1.2.7
> Architecture:   64-bit
> Server MPM:     Prefork
>   threaded:     no
>     forked:     yes (variable process count)
> Server compiled with....
>  -D APACHE_MPM_DIR="server/mpm/prefork"
>  -D APR_HAS_SENDFILE
>  -D APR_HAS_MMAP
>  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
>  -D APR_USE_SYSVSEM_SERIALIZE
>  -D APR_USE_PTHREAD_SERIALIZE
>  -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
>  -D APR_HAS_OTHER_CHILD
>  -D AP_HAVE_RELIABLE_PIPED_LOGS
>  -D DYNAMIC_MODULE_LIMIT=128
>  -D HTTPD_ROOT="/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6"
>  -D SUEXEC_BIN="/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/exec"
>  -D DEFAULT_PIDLOG="logs/httpd.pid"
>  -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
>  -D DEFAULT_LOCKFILE="logs/accept.lock"
>  -D DEFAULT_ERRORLOG="logs/error_log"
>  -D AP_TYPES_CONFIG_FILE="conf/mime.types"
>  -D SERVER_CONFIG_FILE="conf/httpd.conf"
>
> *** /usr/bin/ldd /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/httpd
> 	libm.so.6 => /lib64/tls/libm.so.6 (0x0000002a9566c000)
> 	libaprutil-1.so.0 => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib/libaprutil-1.so.0 (0x0000002a957f3000)
> 	libdb-4.2.so => /lib64/tls/libdb-4.2.so (0x0000003f9c100000)
> 	libgdbm.so.2 => /usr/lib64/libgdbm.so.2 (0x0000003f9bd00000)
> 	libpq.so.4 => /usr/lib64/libpq.so.4 (0x0000002a9590f000)
> 	libexpat.so.0 => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib/libexpat.so.0 (0x0000002a95a2f000)
> 	libapr-1.so.0 => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib/libapr-1.so.0 (0x0000002a95b5a000)
> 	libuuid.so.1 => /lib64/libuuid.so.1 (0x0000002a95c83000)
> 	librt.so.1 => /lib64/tls/librt.so.1 (0x0000002a95d85000)
> 	libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000002a95e9f000)
> 	libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000002a95fd4000)
> 	libdl.so.2 => /lib64/libdl.so.2 (0x0000002a960e9000)
> 	libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a961ec000)
> 	libssl.so.4 => /lib64/libssl.so.4 (0x0000002a96421000)
> 	libcrypto.so.4 => /lib64/libcrypto.so.4 (0x0000002a9655d000)
> 	libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x0000002a9678d000)
> 	libresolv.so.2 => /lib64/libresolv.so.2 (0x0000002a968ff000)
> 	libnsl.so.1 => /lib64/libnsl.so.1 (0x0000002a96a14000)
> 	/lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)
> 	libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x0000002a96b2c000)
> 	libcom_err.so.2 => /lib64/libcom_err.so.2 (0x0000002a96c42000)
> 	libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x0000002a96d44000)
> 	libz.so.1 => /usr/lib64/libz.so.1 (0x0000003f9c300000)
>
>
> *** (apr|apu)-config linking info
>
>  -L/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib -laprutil-1 -lgdbm -ldb-4.2 -lpq -lexpat -L/usr/lib -L/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib
>  -L/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib -lapr-1 -luuid -lrt -lcrypt  -lpthread -ldl
>
>
>
> *** /usr/local/bin/perl -V
> Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
>   Platform:
>     osname=linux, osvers=2.6.9-22.0.2.elsmp, archname=x86_64-linux-ld
>     uname='linux mix 2.6.9-22.0.2.elsmp #1 smp thu jan 5 17:11:56 est 2006 x86_64 x86_64 x86_64 gnulinux '
>     config_args='-Dcc=gcc -Dccflags=-O2 -g -pipe -m64 -Accflags=-fPIC -Doptimize=-O2 -g -pipe -m64 -Duseperlio -Dusesfio -Dlocincpth=/usr/local/include -Duse64bitall -Ui_db -Dloclibpth=/usr/local/lib /usr/lib64 /usr/lib'
>     hint=recommended, useposix=true, d_sigaction=define
>     usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
>     useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
>     use64bitint=define use64bitall=define uselongdouble=define
>     usemymalloc=n, bincompat5005=undef
>   Compiler:
>     cc='gcc', ccflags ='-O2 -g -pipe -m64 -fPIC -DDEBUGGING -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
>     optimize='-O2 -g -pipe -m64',
>     cppflags='-O2 -g -pipe -m64 -fPIC -DDEBUGGING -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include -I/usr/include/gdbm'
>     ccversion='', gccversion='3.4.5 20051201 (Red Hat 3.4.5-2)', gccosandvers=''
>     intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
>     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
>     ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
>     alignbytes=16, prototype=define
>   Linker and Libraries:
>     ld='gcc', ldflags =' -L/usr/local/lib -L/usr/lib64 -L/usr/lib'
>     libpth=/usr/local/lib /usr/lib64 /usr/lib /lib
>     libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
>     perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
>     libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a
>     gnulibc_version='2.3.4'
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
>     cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib -L/usr/lib64 -L/usr/lib'
>
>
> Characteristics of this binary (from libperl):
>   Compile-time options: DEBUGGING PERL_MALLOC_WRAP USE_64_BIT_ALL
>                         USE_64_BIT_INT USE_LARGE_FILES USE_LONG_DOUBLE
>                         USE_PERLIO
>   Built under linux
>   Compiled at Mar 20 2006 08:13:42
>   %ENV:
>     PERL_LWP_USE_HTTP_10="1"
>   @INC:
>     /usr/local/lib/perl5/5.8.8/x86_64-linux-ld
>     /usr/local/lib/perl5/5.8.8
>     /usr/local/lib/perl5/site_perl/5.8.8/x86_64-linux-ld
>     /usr/local/lib/perl5/site_perl/5.8.8
>     /usr/local/lib/perl5/site_perl
>     .
>
> *** Packages of interest status:
>
> Apache2            : -
> Apache2::Request   : -
> CGI                : 3.23
> ExtUtils::MakeMaker: 6.30
> LWP                : 5.805
> mod_perl           : -
> mod_perl2          : 2.000002
>
>
> 3. This is the core dump trace: (if you get a core dump):
>
>   [CORE TRACE COMES HERE]
>
> This report was generated by t/REPORT on Fri Sep  8 11:09:36 2006 GMT.
>
> -------------8<---------- End Bug Report --------------8<----------
>
> Note: Complete the rest of the details and post this bug report to
> modperl <at> perl.apache.org. To subscribe to the list send an empty
> email to modperl-subscribe@perl.apache.org.
>
>
>

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1: make test fails

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
> t/fatalstobrowser....ok 1/4# Failed test 3 in t/fatalstobrowser.t at line 28 fail #2
> t/fatalstobrowser....NOK 3# Failed test 4 in t/fatalstobrowser.t at line 34 fail #2
> t/fatalstobrowser....FAILED tests 3-4
>         Failed 2/4 tests, 50.00% okay
Addressed:
http://svn.apache.org/viewvc?view=rev&rev=441421


-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /
  / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
        <___/

[RELEASE CANDIDATE]: mod_perl-2.0.3 RC1: make test fails

Posted by Jie Gao <J....@isu.usyd.edu.au>.
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

make test fails:

[warning] result: OK
[warning] the client side drops 'root' permissions and becomes 'nobody'
/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/httpd  -d /usr/local/src/mod_perl-2.0.3-rc1/ModPerl-Registry/t -f /usr/local/src/mod_perl-2.0.3-rc1/ModPerl-Registry/t/conf/httpd.conf -D APACHE2
using Apache/2.2.3 (prefork MPM)

waiting 90 seconds for server to start: ...
waiting 90 seconds for server to start: ok (waited 2 secs)
server localhost:8529 started
t/206................ok
t/304................ok
t/404................ok
t/500................ok
t/bad_scripts........ok
t/basic..............ok
t/bin_resp...........ok
t/cgi................ok
t/closure............ok
t/dirindex...........ok
t/fatalstobrowser....ok 1/4# Failed test 3 in t/fatalstobrowser.t at line 28 fail #2
t/fatalstobrowser....NOK 3# Failed test 4 in t/fatalstobrowser.t at line 34 fail #2
t/fatalstobrowser....FAILED tests 3-4
        Failed 2/4 tests, 50.00% okay
t/flush..............ok
t/ithreads...........skipped
        all skipped: perl 5.8.1 or higher w/ithreads enabled is required
t/nph................ok
t/perlrun_extload....ok
t/prefork............ok
t/redirect...........ok
t/special_blocks.....ok
Failed Test         Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/fatalstobrowser.t                4    2  50.00%  3-4
1 test skipped.
Failed 1/18 test scripts, 94.44% okay. 2/85 subtests failed, 97.65% okay.
[warning] server localhost:8529 shutdown
[  error] error running tests (please examine t/logs/error_log)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make[1]: *** [run_tests] Error 1
make[1]: Leaving directory `/usr/local/src/mod_perl-2.0.3-rc1/ModPerl-Registry'
make: *** [run_tests] Error 2


2. Used Components and their Configuration:

*** mod_perl version 2.000003

*** using /usr/local/src/mod_perl-2.0.3-rc1/lib/Apache2/BuildConfig.pm

*** Makefile.PL options:
  MP_APR_LIB     => aprext
  MP_APXS        => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/apxs
  MP_COMPAT_1X   => 1
  MP_DEBUG       => 1
  MP_GENERATE_XS => 1
  MP_LIBNAME     => mod_perl
  MP_TRACE       => 1
  MP_USE_DSO     => 1


*** /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/httpd -V
Server version: Apache/2.2.3
Server built:   Sep  8 2006 20:06:44
Server's Module Magic Number: 20051115:3
Server loaded:  APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
Architecture:   64-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6"
 -D SUEXEC_BIN="/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/exec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

*** /usr/bin/ldd /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/bin/httpd
	libm.so.6 => /lib64/tls/libm.so.6 (0x0000002a9566c000)
	libaprutil-1.so.0 => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib/libaprutil-1.so.0 (0x0000002a957f3000)
	libdb-4.2.so => /lib64/tls/libdb-4.2.so (0x0000003f9c100000)
	libgdbm.so.2 => /usr/lib64/libgdbm.so.2 (0x0000003f9bd00000)
	libpq.so.4 => /usr/lib64/libpq.so.4 (0x0000002a9590f000)
	libexpat.so.0 => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib/libexpat.so.0 (0x0000002a95a2f000)
	libapr-1.so.0 => /usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib/libapr-1.so.0 (0x0000002a95b5a000)
	libuuid.so.1 => /lib64/libuuid.so.1 (0x0000002a95c83000)
	librt.so.1 => /lib64/tls/librt.so.1 (0x0000002a95d85000)
	libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000002a95e9f000)
	libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000002a95fd4000)
	libdl.so.2 => /lib64/libdl.so.2 (0x0000002a960e9000)
	libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a961ec000)
	libssl.so.4 => /lib64/libssl.so.4 (0x0000002a96421000)
	libcrypto.so.4 => /lib64/libcrypto.so.4 (0x0000002a9655d000)
	libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x0000002a9678d000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x0000002a968ff000)
	libnsl.so.1 => /lib64/libnsl.so.1 (0x0000002a96a14000)
	/lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)
	libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x0000002a96b2c000)
	libcom_err.so.2 => /lib64/libcom_err.so.2 (0x0000002a96c42000)
	libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x0000002a96d44000)
	libz.so.1 => /usr/lib64/libz.so.1 (0x0000003f9c300000)


*** (apr|apu)-config linking info

 -L/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib -laprutil-1 -lgdbm -ldb-4.2 -lpq -lexpat -L/usr/lib -L/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib
 -L/usr/local/httpd-2.2.3+mod_perl-2.0.3-rc1+php-5.1.6/lib -lapr-1 -luuid -lrt -lcrypt  -lpthread -ldl



*** /usr/local/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.9-22.0.2.elsmp, archname=x86_64-linux-ld
    uname='linux mix 2.6.9-22.0.2.elsmp #1 smp thu jan 5 17:11:56 est 2006 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dcc=gcc -Dccflags=-O2 -g -pipe -m64 -Accflags=-fPIC -Doptimize=-O2 -g -pipe -m64 -Duseperlio -Dusesfio -Dlocincpth=/usr/local/include -Duse64bitall -Ui_db -Dloclibpth=/usr/local/lib /usr/lib64 /usr/lib'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-O2 -g -pipe -m64 -fPIC -DDEBUGGING -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-O2 -g -pipe -m64',
    cppflags='-O2 -g -pipe -m64 -fPIC -DDEBUGGING -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='3.4.5 20051201 (Red Hat 3.4.5-2)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib -L/usr/lib64 -L/usr/lib'
    libpth=/usr/local/lib /usr/lib64 /usr/lib /lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.4'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib -L/usr/lib64 -L/usr/lib'


Characteristics of this binary (from libperl):
  Compile-time options: DEBUGGING PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_LONG_DOUBLE
                        USE_PERLIO
  Built under linux
  Compiled at Mar 20 2006 08:13:42
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /usr/local/lib/perl5/5.8.8/x86_64-linux-ld
    /usr/local/lib/perl5/5.8.8
    /usr/local/lib/perl5/site_perl/5.8.8/x86_64-linux-ld
    /usr/local/lib/perl5/site_perl/5.8.8
    /usr/local/lib/perl5/site_perl
    .

*** Packages of interest status:

Apache2            : -
Apache2::Request   : -
CGI                : 3.23
ExtUtils::MakeMaker: 6.30
LWP                : 5.805
mod_perl           : -
mod_perl2          : 2.000002


3. This is the core dump trace: (if you get a core dump):

  [CORE TRACE COMES HERE]

This report was generated by t/REPORT on Fri Sep  8 11:09:36 2006 GMT.

-------------8<---------- End Bug Report --------------8<----------

Note: Complete the rest of the details and post this bug report to
modperl <at> perl.apache.org. To subscribe to the list send an empty
email to modperl-subscribe@perl.apache.org.



Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Fred Moyer wrote:
> Philip M. Gollucci wrote:
>> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz
>>
>> and report back successes or failures. When reporting failures, please see
> 
> Configuring Apache/2.0.59 mod_perl/2.0.3-rc1 Perl/v5.8.6
> ...
> All tests successful, 3 tests skipped.
Sorry folks, I didn't catch the new CGI.pm 3.22, 3.23 versions that came out.
http://svn.apache.org/viewvc?view=rev&rev=441421

prevents ModPerl-Registry/t/fatalstobrowser.t
from failing if you have CGI.pm 3.22+ installed.

I suppose this will need an RC2, but I'd like more feed back on this tarball first
so if there are any issues, we can fix them before I make RC2.

P.S.
  Thanks Fred!

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Fred Moyer wrote:
> Philip M. Gollucci wrote:
>> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz
>>
>> and report back successes or failures. When reporting failures, please see
> 
> Configuring Apache/2.0.59 mod_perl/2.0.3-rc1 Perl/v5.8.6
> ...
> All tests successful, 3 tests skipped.
Sorry folks, I didn't catch the new CGI.pm 3.22, 3.23 versions that came out.
http://svn.apache.org/viewvc?view=rev&rev=441421

prevents ModPerl-Registry/t/fatalstobrowser.t
from failing if you have CGI.pm 3.22+ installed.

I suppose this will need an RC2, but I'd like more feed back on this tarball first
so if there are any issues, we can fix them before I make RC2.

P.S.
  Thanks Fred!

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by Fred Moyer <fr...@taperfriendlymusic.org>.
Philip M. Gollucci wrote:
> 
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz
> 
> and report back successes or failures. When reporting failures, please see

Configuring Apache/2.0.59 mod_perl/2.0.3-rc1 Perl/v5.8.6
...
All tests successful, 3 tests skipped.

Linux 2.6.15

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by Fred Moyer <fr...@taperfriendlymusic.org>.
Philip M. Gollucci wrote:
> 
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz
> 
> and report back successes or failures. When reporting failures, please see

Configuring Apache/2.0.59 mod_perl/2.0.3-rc1 Perl/v5.8.6
...
All tests successful, 3 tests skipped.

Linux 2.6.15

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by Steve Hay <st...@uk.radan.com>.
Philip M. Gollucci wrote:
> A release candidate for mod_perl 2.0.3 is now available for testing.
> 
> Please grab the candidate from
> 
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz

All tests OK on Win32 with perl-5.8.8 and apache-2.2.2.

-- 


------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by Steve Hay <st...@uk.radan.com>.
Philip M. Gollucci wrote:
> A release candidate for mod_perl 2.0.3 is now available for testing.
> 
> Please grab the candidate from
> 
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz

All tests OK on Win32 with perl-5.8.8 and apache-2.2.2.

-- 


------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Thu, 7 Sep 2006, Philip M. Gollucci wrote:

> A release candidate for mod_perl 2.0.3 is now available for testing.
>
> Please grab the candidate from
>
> http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz

+1. Tested on

- Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 819)
- linux: Apache/2.0.55 (prefork), perl-5.8.7

-- 
best regards,
Randy