RE: Cannot build in apache 2.2.27 w/ event MPM, perl 5.20.0, mod_perl svn trunk

Mark Hedges <[email protected]> Mon, 23 Jun 2014 22:19:41 +0000
Newsgroups gmane.comp.apache.apreq
Message-ID <55EEF0B3C5BF2744B2248754D717EE4C4B337D@USASHEXMB02.LYV.LiveNation.com>
I think it's related to this:

[Mon Jun 23 15:17:36 2014] [debug] mod_apreq2.c(521): [client 127.0.0.1] (7=
0008)Partial results are valid but processing is incomplete: cannot steal c=
ontext: bad filter status

In my Apache 2.2.27 build I used --enable-ext-filter and --enable-filter, i=
f that is relevant.

Mark

-----Original Message-----
From: Mark Hedges=20
Sent: Monday, June 23, 2014 3:14 PM
To: [email protected]
Cc: Mark Hedges
Subject: Cannot build in apache 2.2.27 w/ event MPM, perl 5.20.0, mod_perl =
svn trunk

This is weird.  When I `make test` it fails, but if I cd into the module di=
rectory and do t/TEST -verbose, it succeeds.

/ntfhome/local/sbin/httpd  -d /ntfhome/local/src/libapreq/libapreq2-2.13/mo=
dule/t -f /ntfhome/local/src/libapreq/libapreq2-2.13/module/t/conf/httpd.co=
nf -D APACHE2 -D PERL_USEITHREADS
using Apache/2.2.27 (event MPM)

waiting 60 seconds for server to start: ...
waiting 60 seconds for server to start: ok (waited 1 secs)
server localhost:8529 started
server localhost:8530 listening (mod_ssl)
server localhost:8531 listening (proxy_http_https)
server localhost:8532 listening (proxy_https_https)
server localhost:8533 listening (proxy_https_http)
[  debug] configuring httpd
[  debug] Using httpd: /ntfhome/local/sbin/httpd
[  debug] isolated httpd_info VERSION =3D Apache/2.2.27 (Unix)
[  debug] isolated httpd_info BUILT =3D Jun 23 2014 13:18:07
[  debug] isolated httpd_info MODULE_MAGIC_NUMBER =3D 20051115:33
[  debug] isolated httpd_info SERVER_MPM =3D Event
[  debug] isolated httpd_defines APACHE_MPM_DIR =3D server/mpm/experimental=
/event
[  debug] isolated httpd_defines APR_HAS_SENDFILE =3D 1
[  debug] isolated httpd_defines APR_HAS_MMAP =3D 1
[  debug] isolated httpd_defines APR_HAVE_IPV6 (IPv4-mapped addresses enabl=
ed) =3D 1
[  debug] isolated httpd_defines APR_USE_SYSVSEM_SERIALIZE =3D 1
[  debug] isolated httpd_defines APR_USE_PTHREAD_SERIALIZE =3D 1
[  debug] isolated httpd_defines SINGLE_LISTEN_UNSERIALIZED_ACCEPT =3D 1
[  debug] isolated httpd_defines APR_HAS_OTHER_CHILD =3D 1
[  debug] isolated httpd_defines AP_HAVE_RELIABLE_PIPED_LOGS =3D 1
[  debug] isolated httpd_defines DYNAMIC_MODULE_LIMIT =3D 128
[  debug] isolated httpd_defines HTTPD_ROOT =3D /ntfhome/local
[  debug] isolated httpd_defines SUEXEC_BIN =3D /ntfhome/local/bin/suexec
[  debug] isolated httpd_defines DEFAULT_SCOREBOARD =3D logs/apache_runtime=
_status
[  debug] isolated httpd_defines DEFAULT_ERRORLOG =3D logs/error_log
[  debug] isolated httpd_defines AP_TYPES_CONFIG_FILE =3D /etc/httpd/mime.t=
ypes
[  debug] isolated httpd_defines SERVER_CONFIG_FILE =3D /etc/httpd/httpd.co=
nf
[  debug] inheriting config file: /etc/httpd/httpd.conf
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authn_file.so
[  debug] libexec/httpd/mod_authn_file.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_authn_file.so
[  debug] Found: authn_file_module =3D> mod_authn_file.c
[  debug] LoadModule authn_file_module mod_authn_file.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authn_dbm.so
[  debug] libexec/httpd/mod_authn_dbm.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_authn_dbm.so
[  debug] Found: authn_dbm_module =3D> mod_authn_dbm.c
[  debug] LoadModule authn_dbm_module mod_authn_dbm.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authn_anon.so
[  debug] libexec/httpd/mod_authn_anon.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_authn_anon.so
[  debug] Found: authn_anon_module =3D> mod_authn_anon.c
[  debug] LoadModule authn_anon_module mod_authn_anon.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authn_dbd.so
[  debug] libexec/httpd/mod_authn_dbd.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_authn_dbd.so
[  debug] Found: authn_dbd_module =3D> mod_authn_dbd.c
[  debug] LoadModule authn_dbd_module mod_authn_dbd.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authn_default.so
[  debug] libexec/httpd/mod_authn_default.so successfully resolved to exist=
ing file /ntfhome/local/libexec/httpd/mod_authn_default.so
[  debug] Found: authn_default_module =3D> mod_authn_default.c
[  debug] LoadModule authn_default_module mod_authn_default.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authn_alias.so
[  debug] libexec/httpd/mod_authn_alias.so successfully resolved to existin=
g file /ntfhome/local/libexec/httpd/mod_authn_alias.so
[  debug] Found: authn_alias_module =3D> mod_authn_alias.c
[  debug] LoadModule authn_alias_module mod_authn_alias.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authz_host.so
[  debug] libexec/httpd/mod_authz_host.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_authz_host.so
[  debug] Found: authz_host_module =3D> mod_authz_host.c
[  debug] LoadModule authz_host_module mod_authz_host.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authz_groupfile.so
[  debug] libexec/httpd/mod_authz_groupfile.so successfully resolved to exi=
sting file /ntfhome/local/libexec/httpd/mod_authz_groupfile.so
[  debug] Found: authz_groupfile_module =3D> mod_authz_groupfile.c
[  debug] LoadModule authz_groupfile_module mod_authz_groupfile.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authz_user.so
[  debug] libexec/httpd/mod_authz_user.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_authz_user.so
[  debug] Found: authz_user_module =3D> mod_authz_user.c
[  debug] LoadModule authz_user_module mod_authz_user.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authz_dbm.so
[  debug] libexec/httpd/mod_authz_dbm.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_authz_dbm.so
[  debug] Found: authz_dbm_module =3D> mod_authz_dbm.c
[  debug] LoadModule authz_dbm_module mod_authz_dbm.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authz_owner.so
[  debug] libexec/httpd/mod_authz_owner.so successfully resolved to existin=
g file /ntfhome/local/libexec/httpd/mod_authz_owner.so
[  debug] Found: authz_owner_module =3D> mod_authz_owner.c
[  debug] LoadModule authz_owner_module mod_authz_owner.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_authz_default.so
[  debug] libexec/httpd/mod_authz_default.so successfully resolved to exist=
ing file /ntfhome/local/libexec/httpd/mod_authz_default.so
[  debug] Found: authz_default_module =3D> mod_authz_default.c
[  debug] LoadModule authz_default_module mod_authz_default.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_auth_basic.so
[  debug] libexec/httpd/mod_auth_basic.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_auth_basic.so
[  debug] Found: auth_basic_module =3D> mod_auth_basic.c
[  debug] LoadModule auth_basic_module mod_auth_basic.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_auth_digest.so
[  debug] libexec/httpd/mod_auth_digest.so successfully resolved to existin=
g file /ntfhome/local/libexec/httpd/mod_auth_digest.so
[  debug] Found: auth_digest_module =3D> mod_auth_digest.c
[  debug] LoadModule auth_digest_module mod_auth_digest.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_isapi.so
[  debug] libexec/httpd/mod_isapi.so successfully resolved to existing file=
 /ntfhome/local/libexec/httpd/mod_isapi.so
[  debug] Found: isapi_module =3D> mod_isapi.c
[  debug] LoadModule isapi_module mod_isapi.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_file_cache.so
[  debug] libexec/httpd/mod_file_cache.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_file_cache.so
[  debug] Found: file_cache_module =3D> mod_file_cache.c
[  debug] LoadModule file_cache_module mod_file_cache.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_cache.so
[  debug] libexec/httpd/mod_cache.so successfully resolved to existing file=
 /ntfhome/local/libexec/httpd/mod_cache.so
[  debug] Found: cache_module =3D> mod_cache.c
[  debug] LoadModule cache_module mod_cache.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_disk_cache.so
[  debug] libexec/httpd/mod_disk_cache.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_disk_cache.so
[  debug] Found: disk_cache_module =3D> mod_disk_cache.c
[  debug] LoadModule disk_cache_module mod_disk_cache.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_mem_cache.so
[  debug] libexec/httpd/mod_mem_cache.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_mem_cache.so
[  debug] Found: mem_cache_module =3D> mod_mem_cache.c
[  debug] LoadModule mem_cache_module mod_mem_cache.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_dbd.so
[  debug] libexec/httpd/mod_dbd.so successfully resolved to existing file /=
ntfhome/local/libexec/httpd/mod_dbd.so
[  debug] Found: dbd_module =3D> mod_dbd.c
[  debug] LoadModule dbd_module mod_dbd.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_bucketeer.so
[  debug] libexec/httpd/mod_bucketeer.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_bucketeer.so
[  debug] Found: bucketeer_module =3D> mod_bucketeer.c
[  debug] LoadModule bucketeer_module mod_bucketeer.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_dumpio.so
[  debug] libexec/httpd/mod_dumpio.so successfully resolved to existing fil=
e /ntfhome/local/libexec/httpd/mod_dumpio.so
[  debug] Found: dumpio_module =3D> mod_dumpio.c
[  debug] LoadModule dumpio_module mod_dumpio.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_reqtimeout.so
[  debug] libexec/httpd/mod_reqtimeout.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_reqtimeout.so
[  debug] Found: reqtimeout_module =3D> mod_reqtimeout.c
[  debug] LoadModule reqtimeout_module mod_reqtimeout.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_ext_filter.so
[  debug] libexec/httpd/mod_ext_filter.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_ext_filter.so
[  debug] Found: ext_filter_module =3D> mod_ext_filter.c
[  debug] LoadModule ext_filter_module mod_ext_filter.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_include.so
[  debug] libexec/httpd/mod_include.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_include.so
[  debug] Found: include_module =3D> mod_include.c
[  debug] LoadModule include_module mod_include.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_filter.so
[  debug] libexec/httpd/mod_filter.so successfully resolved to existing fil=
e /ntfhome/local/libexec/httpd/mod_filter.so
[  debug] Found: filter_module =3D> mod_filter.c
[  debug] LoadModule filter_module mod_filter.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_substitute.so
[  debug] libexec/httpd/mod_substitute.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_substitute.so
[  debug] Found: substitute_module =3D> mod_substitute.c
[  debug] LoadModule substitute_module mod_substitute.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_charset_lite.so
[  debug] libexec/httpd/mod_charset_lite.so successfully resolved to existi=
ng file /ntfhome/local/libexec/httpd/mod_charset_lite.so
[  debug] Found: charset_lite_module =3D> mod_charset_lite.c
[  debug] LoadModule charset_lite_module mod_charset_lite.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_deflate.so
[  debug] libexec/httpd/mod_deflate.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_deflate.so
[  debug] Found: deflate_module =3D> mod_deflate.c
[  debug] LoadModule deflate_module mod_deflate.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_log_config.so
[  debug] libexec/httpd/mod_log_config.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_log_config.so
[  debug] Found: log_config_module =3D> mod_log_config.c
[  debug] LoadModule log_config_module mod_log_config.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_log_forensic.so
[  debug] libexec/httpd/mod_log_forensic.so successfully resolved to existi=
ng file /ntfhome/local/libexec/httpd/mod_log_forensic.so
[  debug] Found: log_forensic_module =3D> mod_log_forensic.c
[  debug] LoadModule log_forensic_module mod_log_forensic.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_logio.so
[  debug] libexec/httpd/mod_logio.so successfully resolved to existing file=
 /ntfhome/local/libexec/httpd/mod_logio.so
[  debug] Found: logio_module =3D> mod_logio.c
[  debug] LoadModule logio_module mod_logio.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_env.so
[  debug] libexec/httpd/mod_env.so successfully resolved to existing file /=
ntfhome/local/libexec/httpd/mod_env.so
[  debug] Found: env_module =3D> mod_env.c
[  debug] LoadModule env_module mod_env.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_mime_magic.so
[  debug] libexec/httpd/mod_mime_magic.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_mime_magic.so
[  debug] Found: mime_magic_module =3D> mod_mime_magic.c
[  debug] LoadModule mime_magic_module mod_mime_magic.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_cern_meta.so
[  debug] libexec/httpd/mod_cern_meta.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_cern_meta.so
[  debug] Found: cern_meta_module =3D> mod_cern_meta.c
[  debug] LoadModule cern_meta_module mod_cern_meta.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_expires.so
[  debug] libexec/httpd/mod_expires.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_expires.so
[  debug] Found: expires_module =3D> mod_expires.c
[  debug] LoadModule expires_module mod_expires.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_headers.so
[  debug] libexec/httpd/mod_headers.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_headers.so
[  debug] Found: headers_module =3D> mod_headers.c
[  debug] LoadModule headers_module mod_headers.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_ident.so
[  debug] libexec/httpd/mod_ident.so successfully resolved to existing file=
 /ntfhome/local/libexec/httpd/mod_ident.so
[  debug] Found: ident_module =3D> mod_ident.c
[  debug] LoadModule ident_module mod_ident.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_usertrack.so
[  debug] libexec/httpd/mod_usertrack.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_usertrack.so
[  debug] Found: usertrack_module =3D> mod_usertrack.c
[  debug] LoadModule usertrack_module mod_usertrack.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_unique_id.so
[  debug] libexec/httpd/mod_unique_id.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_unique_id.so
[  debug] Found: unique_id_module =3D> mod_unique_id.c
[  debug] LoadModule unique_id_module mod_unique_id.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_version.so
[  debug] libexec/httpd/mod_version.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_version.so
[  debug] Found: version_module =3D> mod_version.c
[  debug] LoadModule version_module mod_version.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_proxy.so
[  debug] libexec/httpd/mod_proxy.so successfully resolved to existing file=
 /ntfhome/local/libexec/httpd/mod_proxy.so
[  debug] Found: proxy_module =3D> mod_proxy.c
[  debug] LoadModule proxy_module mod_proxy.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_proxy_connect.so
[  debug] libexec/httpd/mod_proxy_connect.so successfully resolved to exist=
ing file /ntfhome/local/libexec/httpd/mod_proxy_connect.so
[  debug] Found: proxy_connect_module =3D> mod_proxy_connect.c
[  debug] LoadModule proxy_connect_module mod_proxy_connect.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_proxy_ftp.so
[  debug] libexec/httpd/mod_proxy_ftp.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_proxy_ftp.so
[  debug] Found: proxy_ftp_module =3D> mod_proxy_ftp.c
[  debug] LoadModule proxy_ftp_module mod_proxy_ftp.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_proxy_http.so
[  debug] libexec/httpd/mod_proxy_http.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_proxy_http.so
[  debug] Found: proxy_http_module =3D> mod_proxy_http.c
[  debug] LoadModule proxy_http_module mod_proxy_http.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_proxy_scgi.so
[  debug] libexec/httpd/mod_proxy_scgi.so successfully resolved to existing=
 file /ntfhome/local/libexec/httpd/mod_proxy_scgi.so
[  debug] Found: proxy_scgi_module =3D> mod_proxy_scgi.c
[  debug] LoadModule proxy_scgi_module mod_proxy_scgi.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_proxy_ajp.so
[  debug] libexec/httpd/mod_proxy_ajp.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_proxy_ajp.so
[  debug] Found: proxy_ajp_module =3D> mod_proxy_ajp.c
[  debug] LoadModule proxy_ajp_module mod_proxy_ajp.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_proxy_balancer.so
[  debug] libexec/httpd/mod_proxy_balancer.so successfully resolved to exis=
ting file /ntfhome/local/libexec/httpd/mod_proxy_balancer.so
[  debug] Found: proxy_balancer_module =3D> mod_proxy_balancer.c
[  debug] LoadModule proxy_balancer_module mod_proxy_balancer.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_ssl.so
[  debug] libexec/httpd/mod_ssl.so successfully resolved to existing file /=
ntfhome/local/libexec/httpd/mod_ssl.so
[  debug] Found: ssl_module =3D> mod_ssl.c
[  debug] LoadModule ssl_module mod_ssl.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_mime.so
[  debug] libexec/httpd/mod_mime.so successfully resolved to existing file =
/ntfhome/local/libexec/httpd/mod_mime.so
[  debug] Found: mime_module =3D> mod_mime.c
[  debug] LoadModule mime_module mod_mime.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_dav.so
[  debug] libexec/httpd/mod_dav.so successfully resolved to existing file /=
ntfhome/local/libexec/httpd/mod_dav.so
[  debug] Found: dav_module =3D> mod_dav.c
[  debug] LoadModule dav_module mod_dav.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_status.so
[  debug] libexec/httpd/mod_status.so successfully resolved to existing fil=
e /ntfhome/local/libexec/httpd/mod_status.so
[  debug] Found: status_module =3D> mod_status.c
[  debug] LoadModule status_module mod_status.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_autoindex.so
[  debug] libexec/httpd/mod_autoindex.so successfully resolved to existing =
file /ntfhome/local/libexec/httpd/mod_autoindex.so
[  debug] Found: autoindex_module =3D> mod_autoindex.c
[  debug] LoadModule autoindex_module mod_autoindex.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_asis.so
[  debug] libexec/httpd/mod_asis.so successfully resolved to existing file =
/ntfhome/local/libexec/httpd/mod_asis.so
[  debug] Found: asis_module =3D> mod_asis.c
[  debug] LoadModule asis_module mod_asis.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_info.so
[  debug] libexec/httpd/mod_info.so successfully resolved to existing file =
/ntfhome/local/libexec/httpd/mod_info.so
[  debug] Found: info_module =3D> mod_info.c
[  debug] LoadModule info_module mod_info.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_suexec.so
[  debug] libexec/httpd/mod_suexec.so successfully resolved to existing fil=
e /ntfhome/local/libexec/httpd/mod_suexec.so
[  debug] Found: suexec_module =3D> mod_suexec.c
[  debug] LoadModule suexec_module mod_suexec.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_cgi.so
[  debug] libexec/httpd/mod_cgi.so successfully resolved to existing file /=
ntfhome/local/libexec/httpd/mod_cgi.so
[  debug] Found: cgi_module =3D> mod_cgi.c
[  debug] LoadModule cgi_module mod_cgi.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_dav_fs.so
[  debug] libexec/httpd/mod_dav_fs.so successfully resolved to existing fil=
e /ntfhome/local/libexec/httpd/mod_dav_fs.so
[  debug] Found: dav_fs_module =3D> mod_dav_fs.c
[  debug] LoadModule dav_fs_module mod_dav_fs.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_vhost_alias.so
[  debug] libexec/httpd/mod_vhost_alias.so successfully resolved to existin=
g file /ntfhome/local/libexec/httpd/mod_vhost_alias.so
[  debug] Found: vhost_alias_module =3D> mod_vhost_alias.c
[  debug] LoadModule vhost_alias_module mod_vhost_alias.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_negotiation.so
[  debug] libexec/httpd/mod_negotiation.so successfully resolved to existin=
g file /ntfhome/local/libexec/httpd/mod_negotiation.so
[  debug] Found: negotiation_module =3D> mod_negotiation.c
[  debug] LoadModule negotiation_module mod_negotiation.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_dir.so
[  debug] libexec/httpd/mod_dir.so successfully resolved to existing file /=
ntfhome/local/libexec/httpd/mod_dir.so
[  debug] Found: dir_module =3D> mod_dir.c
[  debug] LoadModule dir_module mod_dir.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_imagemap.so
[  debug] libexec/httpd/mod_imagemap.so successfully resolved to existing f=
ile /ntfhome/local/libexec/httpd/mod_imagemap.so
[  debug] Found: imagemap_module =3D> mod_imagemap.c
[  debug] LoadModule imagemap_module mod_imagemap.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_actions.so
[  debug] libexec/httpd/mod_actions.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_actions.so
[  debug] Found: actions_module =3D> mod_actions.c
[  debug] LoadModule actions_module mod_actions.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_speling.so
[  debug] libexec/httpd/mod_speling.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_speling.so
[  debug] Found: speling_module =3D> mod_speling.c
[  debug] LoadModule speling_module mod_speling.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_alias.so
[  debug] libexec/httpd/mod_alias.so successfully resolved to existing file=
 /ntfhome/local/libexec/httpd/mod_alias.so
[  debug] Found: alias_module =3D> mod_alias.c
[  debug] LoadModule alias_module mod_alias.c
[  debug] using httpd.conf inherited ServerRoot to resolve libexec/httpd/mo=
d_rewrite.so
[  debug] libexec/httpd/mod_rewrite.so successfully resolved to existing fi=
le /ntfhome/local/libexec/httpd/mod_rewrite.so
[  debug] Found: rewrite_module =3D> mod_rewrite.c
[  debug] LoadModule rewrite_module mod_rewrite.c
[  debug] /etc/httpd/mime.types is already absolute
[  debug] /etc/httpd/mime.types successfully resolved to existing file /etc=
/httpd/mime.types
[  debug] Matched Apache revision Apache/2.2.27 2
t/big_request.t .. 1/42 # Failed test 22 in t/big_request.t at line 42 fail=
 #10
# Failed test 23 in t/big_request.t at line 42 fail #11
# Failed test 24 in t/big_request.t at line 42 fail #12
# Failed test 25 in t/big_request.t at line 42 fail #13
# Failed test 26 in t/big_request.t at line 42 fail #14
t/big_request.t .. 27/42 # Failed test 27 in t/big_request.t at line 42 fai=
l #15
# Failed test 28 in t/big_request.t at line 42 fail #16
# Failed test 29 in t/big_request.t at line 42 fail #17
# Failed test 30 in t/big_request.t at line 42 fail #18
# Failed test 31 in t/big_request.t at line 64 fail #13
# Failed test 32 in t/big_request.t at line 64 fail #14
# Failed test 33 in t/big_request.t at line 64 fail #15
# Failed test 34 in t/big_request.t at line 64 fail #16
t/big_request.t .. 35/42 # Failed test 35 in t/big_request.t at line 64 fai=
l #17
# Failed test 36 in t/big_request.t at line 64 fail #18
# Failed test 37 in t/big_request.t at line 64 fail #19
# Failed test 38 in t/big_request.t at line 64 fail #20
# Failed test 39 in t/big_request.t at line 64 fail #21
# Failed test 40 in t/big_request.t at line 64 fail #22
# Failed test 41 in t/big_request.t at line 64 fail #23
t/big_request.t .. 42/42 # Failed test 42 in t/big_request.t at line 64 fai=
l #24
t/big_request.t .. Failed 21/42 subtests=20
t/cgi.t .......... ok    =20
t/cookie.t ....... ok  =20
t/request.t ...... 1/36 # Failed test 19 in t/request.t at line 19 fail #3
# Failed test 20 in t/request.t at line 22 fail #3
# Failed test 21 in t/request.t at line 19 fail #4
t/request.t ...... 22/36 # Failed test 22 in t/request.t at line 22 fail #4
# Failed test 23 in t/request.t at line 27 fail #2
# Failed test 24 in t/request.t at line 32 fail #2
# Failed test 25 in t/request.t at line 42 fail #2
# Failed test 26 in t/request.t at line 45 fail #3
# Failed test 27 in t/request.t at line 52 fail #3
# Failed test 28 in t/request.t at line 45 fail #4
t/request.t ...... 29/36 # Failed test 29 in t/request.t at line 52 fail #4
# Failed test 30 in t/request.t at line 73 fail #2
# Failed test 31 in t/request.t at line 78 fail #2
# Failed test 32 in t/request.t at line 89 fail #2
# Failed test 33 in t/request.t at line 90 fail #2
# Failed test 34 in t/request.t at line 93 fail #2
# Failed test 35 in t/request.t at line 109 fail #2
t/request.t ...... 36/36 # Failed test 36 in t/request.t at line 118 fail #=
2
t/request.t ...... Failed 18/36 subtests=20
t/upload.t ....... ok  =20

Test Summary Report
-------------------
t/big_request.t (Wstat: 0 Tests: 42 Failed: 21)
  Failed tests:  22-42
t/request.t    (Wstat: 0 Tests: 36 Failed: 18)
  Failed tests:  19-36
Files=3D5, Tests=3D122, 15 wallclock secs ( 0.28 usr  0.09 sys +  4.75 cusr=
  0.85 csys =3D  5.97 CPU)
Result: FAIL
Failed 2/5 test programs. 39/122 subtests failed.
[warning] server localhost:8529 shutdown
[  error] error running tests (please examine t/logs/error_log)
make[1]: *** [run_tests] Error 1
make[1]: Leaving directory `/ntfhome/local/src/libapreq/libapreq2-2.13/modu=
le'
make: *** [module_test] Error 2



cat module/t/logs/error_log
[Mon Jun 23 15:08:15 2014] [info] mod_unique_id: using ip addr 10.73.198.12=
3
[Mon Jun 23 15:08:16 2014] [info] Init: Seeding PRNG with 144 bytes of entr=
opy
[Mon Jun 23 15:08:16 2014] [info] Loading certificate & private key of SSL-=
aware server
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_pphrase.c(470): unencrypted R=
SA private key - pass phrase not required
[Mon Jun 23 15:08:16 2014] [info] Loading certificate & private key of SSL-=
aware server
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_pphrase.c(470): unencrypted R=
SA private key - pass phrase not required
[Mon Jun 23 15:08:16 2014] [info] Loading certificate & private key of SSL-=
aware server
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_pphrase.c(470): unencrypted R=
SA private key - pass phrase not required
[Mon Jun 23 15:08:16 2014] [info] Init: Generating temporary RSA private ke=
ys (512/1024 bits)
[Mon Jun 23 15:08:16 2014] [info] Init: Generating temporary DH parameters =
(512/1024 bits)
[Mon Jun 23 15:08:16 2014] [info] Init: Initializing (virtual) servers for =
SSL
[Mon Jun 23 15:08:16 2014] [info] Configuring server for SSL protocol
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(890): Configuring RSA =
server certificate
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(936): Configuring RSA =
server private key
[Mon Jun 23 15:08:16 2014] [info] Configuring server for SSL protocol
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(890): Configuring RSA =
server certificate
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(936): Configuring RSA =
server private key
[Mon Jun 23 15:08:16 2014] [info] Configuring server for SSL protocol
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(890): Configuring RSA =
server certificate
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(936): Configuring RSA =
server private key
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1165): loaded 4 client=
 certs for SSL proxy
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:16 2014] [debug] ssl_engine_init.c(1165): loaded 1 client=
 certs for SSL proxy
[Mon Jun 23 15:08:16 2014] [info] mod_ssl/2.2.27 compiled against Server: A=
pache/2.2.27, Library: OpenSSL/0.9.8e-fips-rhel5
[Mon Jun 23 15:08:16 2014] [notice] Digest: generating secret for digest au=
thentication ...
[Mon Jun 23 15:08:16 2014] [notice] Digest: done
[Mon Jun 23 15:08:16 2014] [info] mod_unique_id: using ip addr 10.73.198.12=
3
[Mon Jun 23 15:08:17 2014] [info] Init: Seeding PRNG with 144 bytes of entr=
opy
[Mon Jun 23 15:08:17 2014] [info] Loading certificate & private key of SSL-=
aware server
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_pphrase.c(470): unencrypted R=
SA private key - pass phrase not required
[Mon Jun 23 15:08:17 2014] [info] Loading certificate & private key of SSL-=
aware server
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_pphrase.c(470): unencrypted R=
SA private key - pass phrase not required
[Mon Jun 23 15:08:17 2014] [info] Loading certificate & private key of SSL-=
aware server
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_pphrase.c(470): unencrypted R=
SA private key - pass phrase not required
[Mon Jun 23 15:08:17 2014] [info] Init: Generating temporary RSA private ke=
ys (512/1024 bits)
[Mon Jun 23 15:08:17 2014] [info] Init: Generating temporary DH parameters =
(512/1024 bits)
[Mon Jun 23 15:08:17 2014] [info] Init: Initializing (virtual) servers for =
SSL
[Mon Jun 23 15:08:17 2014] [info] Configuring server for SSL protocol
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(890): Configuring RSA =
server certificate
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(936): Configuring RSA =
server private key
[Mon Jun 23 15:08:17 2014] [info] Configuring server for SSL protocol
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(890): Configuring RSA =
server certificate
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(936): Configuring RSA =
server private key
[Mon Jun 23 15:08:17 2014] [info] Configuring server for SSL protocol
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(890): Configuring RSA =
server certificate
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(936): Configuring RSA =
server private key
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1165): loaded 4 client=
 certs for SSL proxy
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(521): Creating new SSL=
 context (protocols: SSLv2, SSLv3, TLSv1)
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(696): Configuring clie=
nt authentication
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DCalifornia/L=3DSan Francisco/O=3DASF/OU=3Dhttpd-test/CN=3Dca/=
[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/ST=3DUtah/L=3DSalt Lake City/O=3DXcert EZ by DST/CN=3DXcert EZ by =
DST/[email protected]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DDigital Signature Trust Co./OU=3DDST (ANX Network) CA
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DUS/O=3DAmerican Express Company, Inc./OU=3DAmerican Express Technolog=
ies/CN=3DAmerican Express Global Certificate Authority
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Object Publishing Certifi=
cate Authority/CN=3DBelSign Object Publishing CA/emailAddress=3Dwebmaster@b=
elsign.be
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1414): CA certificate:=
 /C=3DBE/L=3DBrussels/O=3DBelSign NV/OU=3DBelSign Secure Server Certificate=
 Authority/CN=3DBelSign Secure Server CA/[email protected]=
e
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(759): Configuring perm=
itted SSL ciphers [ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(784): Configuring cert=
ificate revocation facility
[Mon Jun 23 15:08:17 2014] [debug] ssl_engine_init.c(1165): loaded 1 client=
 certs for SSL proxy
[Mon Jun 23 15:08:17 2014] [info] mod_ssl/2.2.27 compiled against Server: A=
pache/2.2.27, Library: OpenSSL/0.9.8e-fips-rhel5
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 3 in child 27836 for worker proxy:reverse
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 3 in child 27836 for (*) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 2 in child 27836 for worker http://localhost:8529/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 2 in child 27836 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 1 in child 27836 for worker https://localhost:8530/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 1 in child 27836 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 0 in child 27836 for worker https://localhost:8530/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 0 in child 27836 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 3 in child 27837 for worker proxy:reverse
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker proxy:=
reverse already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 3 in child 27837 for (*) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 2 in child 27837 for worker http://localhost:8529/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker http:/=
/localhost:8529/ already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 2 in child 27837 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 1 in child 27837 for worker https://localhost:8530/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker https:=
//localhost:8530/ already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 1 in child 27837 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 0 in child 27837 for worker https://localhost:8530/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker https:=
//localhost:8530/ already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 0 in child 27837 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 3 in child 27838 for worker proxy:reverse
[Mon Jun 23 15:08:17 2014] [notice] Apache/2.2.27 (Unix) mod_ssl/2.2.27 Ope=
nSSL/0.9.8e-fips-rhel5 DAV/2 mod_apreq2-20090110/2.8.0 configured -- resumi=
ng normal operations
[Mon Jun 23 15:08:17 2014] [info] Server built: Jun 23 2014 13:18:07
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker proxy:=
reverse already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 3 in child 27838 for (*) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 2 in child 27838 for worker http://localhost:8529/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker http:/=
/localhost:8529/ already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 2 in child 27838 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 1 in child 27838 for worker https://localhost:8530/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker https:=
//localhost:8530/ already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 1 in child 27838 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 0 in child 27838 for worker https://localhost:8530/
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1844): proxy: worker https:=
//localhost:8530/ already initialized
[Mon Jun 23 15:08:17 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 0 in child 27838 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:17 2014] [debug] mod_apreq_output_filter_test.c(71): [cli=
ent 127.0.0.1] appending parsed data
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:19 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 3 in child 28099 for worker proxy:reverse
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1844): proxy: worker proxy:=
reverse already initialized
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 3 in child 28099 for (*) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 2 in child 28099 for worker http://localhost:8529/
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1844): proxy: worker http:/=
/localhost:8529/ already initialized
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 2 in child 28099 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 1 in child 28099 for worker https://localhost:8530/
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1844): proxy: worker https:=
//localhost:8530/ already initialized
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 1 in child 28099 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1825): proxy: grabbed score=
board slot 0 in child 28099 for worker https://localhost:8530/
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1844): proxy: worker https:=
//localhost:8530/ already initialized
[Mon Jun 23 15:08:24 2014] [debug] proxy_util.c(1921): proxy: initialized w=
orker 0 in child 28099 for (localhost) min=3D0 max=3D25 smax=3D25
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(61): [client 127=
.0.0.1] starting cookie tests
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [test] =3D> [netscape]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [key] =3D> [apache]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(61): [client 127=
.0.0.1] starting cookie tests
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [test] =3D> [rfc]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [key] =3D> [apache]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(61): [client 127=
.0.0.1] starting cookie tests
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [test] =3D> [encoded value with space]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [key] =3D> [apache]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(61): [client 127=
.0.0.1] starting cookie tests
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [test] =3D> [bake]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [key] =3D> [apache]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(61): [client 127=
.0.0.1] starting cookie tests
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [test] =3D> [bake2]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [key] =3D> [apache]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(61): [client 127=
.0.0.1] starting cookie tests
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [test] =3D> [httponly]
[Mon Jun 23 15:08:26 2014] [debug] mod_apreq_cookie_test.c(40): [client 127=
.0.0.1] [key] =3D> [apache]
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> 1
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> 2
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] HTTPUPLOAD =3D> b
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> 1
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> 1
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> 2
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> 2
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] HTTPUPLOAD =3D> b
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(93): [client 127=
.0.0.1] (20014)Internal error: test not found: paring error detected (no pa=
ram table)
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> 6
[Mon Jun 23 15:08:28 2014] [debug] filter.c(246): [client 127.0.0.1] disabl=
ing stale protocol filter
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq2.c(512): [client 127.0.0.1] st=
ealing filter context
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] foo =3D> 1
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] bar =3D> 2
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] quux =3D> 01234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
12345678901234567
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> 6
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] more =3D> 01234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
12345678901234567
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(93): [client 127=
.0.0.1] (20014)Internal error: test not found: paring error detected (no pa=
ram table)
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> ok
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /apreq_request_test?test=3Dredirect
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> redirect
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect with prefetch
[Mon Jun 23 15:08:28 2014] [debug] filter.c(246): [client 127.0.0.1] disabl=
ing stale protocol filter
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /apreq_request_test?foo=3Dbar
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq2.c(512): [client 127.0.0.1] st=
ealing filter context
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] foo =3D> bar
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] quux =3D> 01234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
12345678901234567
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> redirect with prefetch
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] more =3D> 01234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
12345678901234567
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> ok
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /apreq_access_test?test=3Dredirect
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> redirect
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect with prefetch
[Mon Jun 23 15:08:28 2014] [debug] filter.c(246): [client 127.0.0.1] disabl=
ing stale protocol filter
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /apreq_access_test?foo=3Dbar
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq2.c(512): [client 127.0.0.1] st=
ealing filter context
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect with prefetch
[Mon Jun 23 15:08:28 2014] [debug] filter.c(246): [client 127.0.0.1] disabl=
ing stale protocol filter
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(55): [client 12=
7.0.0.1] starting apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq2.c(512): [client 127.0.0.1] st=
ealing filter context
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(60): [client 12=
7.0.0.1] discard request body
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] foo =3D> bar
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] quux =3D> 01234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
12345678901234567
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] test =3D> redirect with prefetch
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(38): [client 12=
7.0.0.1] more =3D> 01234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
12345678901234567
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_request_test.c(73): [client 12=
7.0.0.1] finished apreq_request_test
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect_index_txt_GET
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /index.txt
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect_index_txt_POST
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /index.txt
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq2.c(521): [client 127.0.0.1] (7=
0008)Partial results are valid but processing is incomplete: cannot steal c=
ontext: bad filter status
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(71): [cli=
ent 127.0.0.1] appending parsed data
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(71): [cli=
ent 127.0.0.1] appending parsed data
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] test =3D> 15
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(71): [cli=
ent 127.0.0.1] appending parsed data
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] test =3D> 16
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] post data =3D> foo
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] more =3D> 01234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
56789012345678901
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] test =3D> output filter POST
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect_index_html_GET
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /index.html?foo=3Dbar
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(71): [cli=
ent 127.0.0.1] appending parsed data
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] foo =3D> bar
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_access_test.c(81): [client 127=
.0.0.1] ACCESS GRANTED: test =3D> redirect_index_html_POST
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(45): [client 1=
27.0.0.1] looking for new location
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_redirect_test.c(50): [client 1=
27.0.0.1] redirecting to /index.html?foo=3Dquux
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq2.c(521): [client 127.0.0.1] (7=
0008)Partial results are valid but processing is incomplete: cannot steal c=
ontext: bad filter status
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(71): [cli=
ent 127.0.0.1] appending parsed data
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] foo =3D> quux
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] quux =3D> 01234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
567890123456789012345678901234567890123456789012345678901234567890123456789=
012345678901234567890123456789012345678901234567890123456789012345678901234=
56789012345678901
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] location =3D> /index.html?foo=3Dquux
[Mon Jun 23 15:08:28 2014] [debug] mod_apreq_output_filter_test.c(51): [cli=
ent 127.0.0.1] foo =3D> 012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
678901234567890123456789012345678901234567890123456789012345678901234567890=
123456789012345678901234567890123456789012345678901234567890123456789012345=
67890123456789012
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(51): [client 127=
.0.0.1] starting apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(95): [client 127=
.0.0.1] finished apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(51): [client 127=
.0.0.1] starting apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(95): [client 127=
.0.0.1] finished apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(51): [client 127=
.0.0.1] starting apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(95): [client 127=
.0.0.1] finished apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(51): [client 127=
.0.0.1] starting apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(95): [client 127=
.0.0.1] finished apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(51): [client 127=
.0.0.1] starting apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(95): [client 127=
.0.0.1] finished apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(51): [client 127=
.0.0.1] starting apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(95): [client 127=
.0.0.1] finished apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(51): [client 127=
.0.0.1] starting apreq_upload_test
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] filter.c(270): [client 127.0.0.1] prefet=
ching 65536 bytes
[Mon Jun 23 15:08:32 2014] [debug] mod_apreq_upload_test.c(95): [client 127=
.0.0.1] finished apreq_upload_test
[Mon Jun 23 15:08:32 2014] [info] removed PID file /ntfhome/local/src/libap=
req/libapreq2-2.13/module/t/logs/httpd.pid (pid=3D27835)