You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2015/07/13 12:04:35 UTC

svn commit: r1690620 [3/5] - in /httpd/test/mod_h2/trunk: ./ bin/ clients/ conf/ conf/mods-available/ conf/sites/ conf/ssl/ htdocs/ htdocs/test.example.org/ htdocs/test.example.org/003/ htdocs/test.example.org/004/ htdocs/test.example.org/006/ htdocs/t...

Added: httpd/test/mod_h2/trunk/conf/modules.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/modules.conf?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/modules.conf (added)
+++ httpd/test/mod_h2/trunk/conf/modules.conf Mon Jul 13 10:04:32 2015
@@ -0,0 +1,100 @@
+#
+# Dynamic Shared Object (DSO) Support
+#
+# To be able to use the functionality of a module which was built as a DSO you
+# have to place corresponding `LoadModule' lines at this location so the
+# directives contained in it are actually available _before_ they are used.
+# Statically compiled modules (those listed by `httpd -l') do not need
+# to be loaded here.
+#
+# Example:
+# LoadModule foo_module modules/mod_foo.so
+#
+
+LoadModule authn_file_module modules/mod_authn_file.so
+#LoadModule authn_dbm_module modules/mod_authn_dbm.so
+#LoadModule authn_anon_module modules/mod_authn_anon.so
+#LoadModule authn_dbd_module modules/mod_authn_dbd.so
+#LoadModule authn_socache_module modules/mod_authn_socache.so
+LoadModule authn_core_module modules/mod_authn_core.so
+LoadModule authz_host_module modules/mod_authz_host.so
+LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
+LoadModule authz_user_module modules/mod_authz_user.so
+#LoadModule authz_dbm_module modules/mod_authz_dbm.so
+#LoadModule authz_owner_module modules/mod_authz_owner.so
+#LoadModule authz_dbd_module modules/mod_authz_dbd.so
+LoadModule authz_core_module modules/mod_authz_core.so
+LoadModule access_compat_module modules/mod_access_compat.so
+LoadModule auth_basic_module modules/mod_auth_basic.so
+#LoadModule auth_form_module modules/mod_auth_form.so
+#LoadModule auth_digest_module modules/mod_auth_digest.so
+#LoadModule allowmethods_module modules/mod_allowmethods.so
+#LoadModule file_cache_module modules/mod_file_cache.so
+#LoadModule cache_module modules/mod_cache.so
+#LoadModule cache_disk_module modules/mod_cache_disk.so
+#LoadModule cache_socache_module modules/mod_cache_socache.so
+LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
+#LoadModule socache_dbm_module modules/mod_socache_dbm.so
+#LoadModule socache_memcache_module modules/mod_socache_memcache.so
+#LoadModule macro_module modules/mod_macro.so
+#LoadModule dbd_module modules/mod_dbd.so
+#LoadModule dumpio_module modules/mod_dumpio.so
+#LoadModule buffer_module modules/mod_buffer.so
+#LoadModule ratelimit_module modules/mod_ratelimit.so
+LoadModule reqtimeout_module modules/mod_reqtimeout.so
+#LoadModule ext_filter_module modules/mod_ext_filter.so
+#LoadModule request_module modules/mod_request.so
+#LoadModule include_module modules/mod_include.so
+LoadModule filter_module modules/mod_filter.so
+#LoadModule substitute_module modules/mod_substitute.so
+#LoadModule sed_module modules/mod_sed.so
+#LoadModule deflate_module modules/mod_deflate.so
+LoadModule mime_module modules/mod_mime.so
+LoadModule log_config_module modules/mod_log_config.so
+#LoadModule log_debug_module modules/mod_log_debug.so
+LoadModule logio_module modules/mod_logio.so
+LoadModule env_module modules/mod_env.so
+#LoadModule expires_module modules/mod_expires.so
+LoadModule headers_module modules/mod_headers.so
+#LoadModule unique_id_module modules/mod_unique_id.so
+LoadModule setenvif_module modules/mod_setenvif.so
+LoadModule version_module modules/mod_version.so
+#LoadModule remoteip_module modules/mod_remoteip.so
+LoadModule proxy_module modules/mod_proxy.so
+#LoadModule proxy_connect_module modules/mod_proxy_connect.so
+#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
+LoadModule proxy_http_module modules/mod_proxy_http.so
+LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
+#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
+#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
+#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
+#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
+#LoadModule proxy_express_module modules/mod_proxy_express.so
+#LoadModule session_module modules/mod_session.so
+#LoadModule session_cookie_module modules/mod_session_cookie.so
+#LoadModule session_crypto_module modules/mod_session_crypto.so
+#LoadModule session_dbd_module modules/mod_session_dbd.so
+#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
+LoadModule ssl_module modules/mod_ssl.so
+#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
+#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
+#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
+#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
+LoadModule unixd_module modules/mod_unixd.so
+#LoadModule dav_module modules/mod_dav.so
+LoadModule status_module modules/mod_status.so
+LoadModule autoindex_module modules/mod_autoindex.so
+#LoadModule info_module modules/mod_info.so
+LoadModule cgid_module modules/mod_cgid.so
+#LoadModule dav_fs_module modules/mod_dav_fs.so
+#LoadModule vhost_alias_module modules/mod_vhost_alias.so
+#LoadModule negotiation_module modules/mod_negotiation.so
+LoadModule dir_module modules/mod_dir.so
+#LoadModule actions_module modules/mod_actions.so
+#LoadModule speling_module modules/mod_speling.so
+#LoadModule userdir_module modules/mod_userdir.so
+LoadModule alias_module modules/mod_alias.so
+LoadModule rewrite_module modules/mod_rewrite.so
+
+#LoadModule fcgid_module modules/mod_fcgid.so
+LoadModule h2_module modules/mod_h2.so
\ No newline at end of file

Added: httpd/test/mod_h2/trunk/conf/sites/aaa-noh2.example.org.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/sites/aaa-noh2.example.org.conf?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/sites/aaa-noh2.example.org.conf (added)
+++ httpd/test/mod_h2/trunk/conf/sites/aaa-noh2.example.org.conf Mon Jul 13 10:04:32 2015
@@ -0,0 +1,48 @@
+################################################################################
+#
+# noh2.example.org
+#
+# a host reachable in clear/https that allow http/1.1 and *not* h2/h2c
+#
+################################################################################
+<VirtualHost *:SUBST_PORT_HTTPS_SUBST>
+    ServerName noh2.example.org
+    DocumentRoot "SUBST_SERVER_ROOT_SUBST/htdocs/test.example.org"
+
+    SSLEngine on
+	SSLCertificateFile SUBST_SERVER_ROOT_SUBST/conf/ssl/noh2.example.org.pem
+	SSLCertificateKeyFile SUBST_SERVER_ROOT_SUBST/conf/ssl/noh2.example.org.key
+
+    RewriteEngine on
+    RewriteRule ^/latest.tar.gz$ /xxx-1.0.2a.tar.gz [R=302,NC]
+
+    <IfModule h2_module>
+        H2Engine off
+    </IfModule>
+
+    <Location /hello.py>
+        SSLOptions +StdEnvVars
+    </Location>
+
+    <Location /greenbytes/>
+        ProxyPass http://www.greenbytes.de/
+        ProxyPassReverse http://www.greenbytes.de/
+        Order allow,deny
+        Allow from all
+    </Location>
+    ProxyPass /zeit http://www.zeit.de:80 max=20 ttl=120 retry=300
+</VirtualHost>
+
+
+<VirtualHost *:SUBST_PORT_HTTP_SUBST>
+	ServerName noh2.example.org:SUBST_PORT_HTTP_SUBST
+    DocumentRoot "SUBST_SERVER_ROOT_SUBST/htdocs/test.example.org"
+
+    RewriteEngine on
+    RewriteRule ^/latest.tar.gz$ /xxx-1.0.2a.tar.gz [R=302,NC]
+
+    <IfModule h2_module>
+        H2Engine off
+    </IfModule>
+
+</VirtualHost>

Added: httpd/test/mod_h2/trunk/conf/sites/test-ser.example.org.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/sites/test-ser.example.org.conf?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/sites/test-ser.example.org.conf (added)
+++ httpd/test/mod_h2/trunk/conf/sites/test-ser.example.org.conf Mon Jul 13 10:04:32 2015
@@ -0,0 +1,81 @@
+################################################################################
+#
+# test-ser.example.org
+#
+# a host reachable in clear/https that allow http/1.1 and h2/h2c
+# with H2Serialize On
+#
+################################################################################
+
+<VirtualHost *:SUBST_PORT_HTTPS_SUBST>
+	ServerName test-ser.example.org
+    DocumentRoot "SUBST_SERVER_ROOT_SUBST/htdocs/test.example.org"
+
+    SSLEngine on
+    SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
+    SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!3DES:!MD5:!PSK
+    SSLHonorCipherOrder on
+    SSLCertificateFile SUBST_SERVER_ROOT_SUBST/conf/ssl/test-ser.example.org.pem
+    SSLCertificateKeyFile SUBST_SERVER_ROOT_SUBST/conf/ssl/test-ser.example.org.key
+
+    RewriteEngine on
+    RewriteRule ^/latest.tar.gz$ /xxx-1.0.2a.tar.gz [R=302,NC]
+
+    <IfModule h2_module>
+        H2Engine on
+        H2SerializeHeaders on
+        H2AltSvc h2=test-ser.example.org:SUBST_PORT_HTTPS_SUBST
+        H2AltSvc h2c=:12345
+        H2AltSvc h2=mod-h2.greenbytes.de:SUBST_PORT_HTTPS_SUBST
+    </IfModule>
+
+    <Location /hello.py>
+        SSLOptions +StdEnvVars
+    </Location>
+
+    SSLProxyEngine on
+    SSLProxyProtocol +TLSv1 +TLSv1.1 +TLSv1.2
+    SSLProxyCipherSuite HIGH:!aNULL:!MD5
+    <Location /proxy/>
+        ProxyPass https://test-ser.example.org:SUBST_PORT_HTTPS_SUBST/
+        ProxyPassReverse https://test-ser.example.org:SUBST_PORT_HTTPS_SUBST/
+        Order allow,deny
+        Allow from all
+    </Location>
+    RewriteRule /rewrite(.*) https://test-ser.example.org:SUBST_PORT_HTTPS_SUBST$1 [P]
+
+    <Location /greenbytes/>
+        ProxyPass http://www.greenbytes.de/
+        ProxyPassReverse http://www.greenbytes.de/
+        Order allow,deny
+        Allow from all
+    </Location>
+    ProxyPass /zeit http://www.zeit.de:80 max=20 ttl=120 retry=300
+
+    <Location "/server-status">
+        SetHandler server-status
+    </Location>
+</VirtualHost>
+
+
+<VirtualHost *:SUBST_PORT_HTTP_SUBST>
+	ServerName test-ser.example.org:SUBST_PORT_HTTP_SUBST
+    DocumentRoot "SUBST_SERVER_ROOT_SUBST/htdocs/test.example.org"
+
+    RewriteEngine on
+    RewriteRule ^/latest.tar.gz$ /xxx-1.0.2a.tar.gz [R=302,NC]
+
+    <IfModule h2_module>
+        H2Engine on
+        H2SerializeHeaders on
+    </IfModule>
+
+    <Location /proxy/>
+        ProxyPass http://test-ser.example.org:SUBST_PORT_HTTP_SUBST/
+        ProxyPassReverse http://test-ser.example.org:SUBST_PORT_HTTP_SUBST/
+        Order allow,deny
+        Allow from all
+    </Location>
+    RewriteRule /rewrite(.*) http://test-ser.example.org:SUBST_PORT_HTTP_SUBST$1 [P]
+
+</VirtualHost>

Added: httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf (added)
+++ httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf Mon Jul 13 10:04:32 2015
@@ -0,0 +1,91 @@
+################################################################################
+#
+# test.example.org
+#
+# a host reachable in clear/https that allow http/1.1 and h2/h2c
+#
+################################################################################
+<Directory "SUBST_SERVER_ROOT_SUBST/htdocs/test.example.org">
+    Options Indexes FollowSymLinks
+    AllowOverride None
+    Require all granted
+
+    AddHandler cgi-script .py
+    Options +ExecCGI
+
+    <IfModule fcgi_module>
+    FcgidWrapper SUBST_SERVER_ROOT_SUBST/bin/php-wrapper .php
+    </IfModule>
+</Directory>
+
+
+<VirtualHost *:SUBST_PORT_HTTPS_SUBST>
+	ServerName test.example.org
+    DocumentRoot "SUBST_SERVER_ROOT_SUBST/htdocs/test.example.org"
+
+    SSLEngine on
+    SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
+    SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!3DES:!MD5:!PSK    
+    SSLHonorCipherOrder on
+    SSLCertificateFile SUBST_SERVER_ROOT_SUBST/conf/ssl/test.example.org.pem
+    SSLCertificateKeyFile SUBST_SERVER_ROOT_SUBST/conf/ssl/test.example.org.key
+
+    RewriteEngine on
+    RewriteRule ^/latest.tar.gz$ /xxx-1.0.2a.tar.gz [R=302,NC]
+
+    <IfModule h2_module>
+        H2Engine on
+        H2AltSvc h2=test.example.org:12346
+        H2AltSvc h2c=:12345
+        H2AltSvc h2=mod-h2.greenbytes.de:12346
+    </IfModule>
+
+    <Location /hello.py>
+        SSLOptions +StdEnvVars
+    </Location>
+
+    SSLProxyEngine on
+    SSLProxyProtocol +TLSv1 +TLSv1.1 +TLSv1.2
+    SSLProxyCipherSuite HIGH:!aNULL:!MD5
+    <Location /proxy/>
+        ProxyPass https://test.example.org:SUBST_PORT_HTTPS_SUBST/
+        ProxyPassReverse https://test.example.org:SUBST_PORT_HTTPS_SUBST/
+        Order allow,deny
+        Allow from all
+    </Location>
+    RewriteRule /rewrite(.*) https://test.example.org:SUBST_PORT_HTTPS_SUBST$1 [P]
+
+    <Location /greenbytes/>
+        ProxyPass http://www.greenbytes.de/
+        ProxyPassReverse http://www.greenbytes.de/
+        Order allow,deny
+        Allow from all
+    </Location>
+    ProxyPass /zeit http://www.zeit.de:80 max=20 ttl=120 retry=300
+
+    <Location "/server-status">
+        SetHandler server-status
+    </Location>
+</VirtualHost>
+
+
+<VirtualHost *:SUBST_PORT_HTTP_SUBST>
+	ServerName test.example.org:SUBST_PORT_HTTP_SUBST
+    DocumentRoot "SUBST_SERVER_ROOT_SUBST/htdocs/test.example.org"
+
+    RewriteEngine on
+    RewriteRule ^/latest.tar.gz$ /xxx-1.0.2a.tar.gz [R=302,NC]
+
+    <IfModule h2_module>
+        H2Engine on
+    </IfModule>
+
+    <Location /proxy/>
+        ProxyPass http://test.example.org:SUBST_PORT_HTTP_SUBST/
+        ProxyPassReverse http://test.example.org:SUBST_PORT_HTTP_SUBST/
+        Order allow,deny
+        Allow from all
+    </Location>
+    RewriteRule /rewrite(.*) http://test.example.org:SUBST_PORT_HTTP_SUBST$1 [P]
+
+</VirtualHost>

Added: httpd/test/mod_h2/trunk/conf/ssl/extensions.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/ssl/extensions.conf?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/ssl/extensions.conf (added)
+++ httpd/test/mod_h2/trunk/conf/ssl/extensions.conf Mon Jul 13 10:04:32 2015
@@ -0,0 +1,5 @@
+[ ssl_client ]
+basicConstraints = CA:FALSE
+nsCertType = client
+keyUsage = digitalSignature, keyEncipherment
+extendedKeyUsage = clientAuth
\ No newline at end of file

Added: httpd/test/mod_h2/trunk/conf/ssl/noh2.example.org.x509.input
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/ssl/noh2.example.org.x509.input?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/ssl/noh2.example.org.x509.input (added)
+++ httpd/test/mod_h2/trunk/conf/ssl/noh2.example.org.x509.input Mon Jul 13 10:04:32 2015
@@ -0,0 +1,9 @@
+DE
+NRW
+Muenster
+greenbytes GmbH
+.
+noh2.example.org
+.
+.
+.

Added: httpd/test/mod_h2/trunk/conf/ssl/test-ser.example.org.x509.input
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/ssl/test-ser.example.org.x509.input?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/ssl/test-ser.example.org.x509.input (added)
+++ httpd/test/mod_h2/trunk/conf/ssl/test-ser.example.org.x509.input Mon Jul 13 10:04:32 2015
@@ -0,0 +1,9 @@
+DE
+NRW
+Muenster
+greenbytes GmbH
+.
+test-ser.example.org
+.
+.
+.

Added: httpd/test/mod_h2/trunk/conf/ssl/test.example.org.x509.input
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/ssl/test.example.org.x509.input?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/ssl/test.example.org.x509.input (added)
+++ httpd/test/mod_h2/trunk/conf/ssl/test.example.org.x509.input Mon Jul 13 10:04:32 2015
@@ -0,0 +1,9 @@
+DE
+NRW
+Muenster
+greenbytes GmbH
+.
+test.example.org
+.
+.
+.

Added: httpd/test/mod_h2/trunk/configure.ac
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/configure.ac?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/configure.ac (added)
+++ httpd/test/mod_h2/trunk/configure.ac Mon Jul 13 10:04:32 2015
@@ -0,0 +1,148 @@
+# Copyright 2015 greenbytes GmbH (https://www.greenbytes.de)
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+AC_PREREQ([2.69])
+AC_INIT([mod_h2_test], [0.0.1], [stefan.eissing@greenbytes.de])
+
+LT_PREREQ([2.2.6])
+LT_INIT()
+dnl See versioning rule:
+dnl  http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+AC_SUBST(LT_CURRENT, 11)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 6)
+
+major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/[^0-9]//g"`
+minor=`echo $PACKAGE_VERSION |cut -d. -f2 | sed -e "s/[^0-9]//g"`
+patch=`echo $PACKAGE_VERSION |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"`
+
+PACKAGE_VERSION_NUM=`printf "0x%02x%02x%02x" "$major" "$minor" "$patch"`
+
+AC_SUBST(PACKAGE_VERSION_NUM)
+
+AC_CANONICAL_BUILD
+AC_CANONICAL_HOST
+AC_CANONICAL_TARGET
+
+AC_CONFIG_MACRO_DIR([m4])
+
+AM_INIT_AUTOMAKE([subdir-objects no-define])
+
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+AC_ARG_ENABLE([werror],
+    [AS_HELP_STRING([--enable-werror],
+                    [Turn on compile time warnings])],
+    [werror=$enableval], [werror=no])
+
+AC_ARG_WITH([apxs], [AS_HELP_STRING([--with-apxs],
+    [Use APXS executable [default=check]])],
+    [request_apxs=$withval], [request_apxs=check])
+
+
+# Checks for programs.
+AC_PROG_CC
+AC_PROG_CC_STDC
+
+if test "x$werror" != "xno"; then
+    AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])
+    AX_CHECK_COMPILE_FLAG([-Wextra], [CFLAGS="$CFLAGS -Wextra"])
+    AX_CHECK_COMPILE_FLAG([-Werror], [CFLAGS="$CFLAGS -Werror"])
+    AX_CHECK_COMPILE_FLAG([-Wmissing-prototypes], [CFLAGS="$CFLAGS -Wmissing-prototypes"])
+    AX_CHECK_COMPILE_FLAG([-Wstrict-prototypes], [CFLAGS="$CFLAGS -Wstrict-prototypes"])
+    AX_CHECK_COMPILE_FLAG([-Wmissing-declarations], [CFLAGS="$CFLAGS -Wmissing-declarations"])
+    AX_CHECK_COMPILE_FLAG([-Wpointer-arith], [CFLAGS="$CFLAGS -Wpointer-arith"])
+    # we like to use such things...
+    #AX_CHECK_COMPILE_FLAG([-Wdeclaration-after-statement], [CFLAGS="$CFLAGS -Wdeclaration-after-statement"])
+    AX_CHECK_COMPILE_FLAG([-Wformat-security], [CFLAGS="$CFLAGS -Wformat-security"])
+    AX_CHECK_COMPILE_FLAG([-Wwrite-strings], [CFLAGS="$CFLAGS -Wwrite-strings"])
+    AX_CHECK_COMPILE_FLAG([-Wshadow], [CFLAGS="$CFLAGS -Wshadow"])
+    AX_CHECK_COMPILE_FLAG([-Winline], [CFLAGS="$CFLAGS -Winline"])
+    AX_CHECK_COMPILE_FLAG([-Wnested-externs], [CFLAGS="$CFLAGS -Wnested-externs"])
+    AX_CHECK_COMPILE_FLAG([-Wfloat-equal], [CFLAGS="$CFLAGS -Wfloat-equal"])
+    AX_CHECK_COMPILE_FLAG([-Wundef], [CFLAGS="$CFLAGS -Wundef"])
+    AX_CHECK_COMPILE_FLAG([-Wendif-labels], [CFLAGS="$CFLAGS -Wendif-labels"])
+    AX_CHECK_COMPILE_FLAG([-Wempty-body], [CFLAGS="$CFLAGS -Wempty-body"])
+# does not make sense with APR as it prefers char* to void*
+#    AX_CHECK_COMPILE_FLAG([-Wcast-align], [CFLAGS="$CFLAGS -Wcast-align"])
+    AX_CHECK_COMPILE_FLAG([-Wclobbered], [CFLAGS="$CFLAGS -Wclobbered"])
+    AX_CHECK_COMPILE_FLAG([-Wvla], [CFLAGS="$CFLAGS -Wvla"])
+    AX_CHECK_COMPILE_FLAG([-Wpragmas], [CFLAGS="$CFLAGS -Wpragmas"])
+    AX_CHECK_COMPILE_FLAG([-Wunreachable-code], [CFLAGS="$CFLAGS -Wunreachable-code"])
+    AX_CHECK_COMPILE_FLAG([-Waddress], [CFLAGS="$CFLAGS -Waddress"])
+    AX_CHECK_COMPILE_FLAG([-Wattributes], [CFLAGS="$CFLAGS -Wattributes"])
+    AX_CHECK_COMPILE_FLAG([-Wdiv-by-zero], [CFLAGS="$CFLAGS -Wdiv-by-zero"])
+    AX_CHECK_COMPILE_FLAG([-Wshorten-64-to-32], [CFLAGS="$CFLAGS -Wshorten-64-to-32"])
+fi
+
+
+export BUILD_SUBDIRS="nghttp2 clients"
+
+AC_MSG_NOTICE("configuring build")
+
+if test x"$request_apxs" = "xcheck"; then
+    AC_PATH_PROG([APXS], [apxs])
+    if test "x${APXS}" = "x"; then
+        AC_MSG_ERROR("no APXS installation found")
+    fi
+else
+    APXS="$request_apxs"
+    AC_MSG_NOTICE("using APXS=$APXS as configured")
+fi
+
+prefix="$($APXS -q prefix)"
+bindir="$($APXS -q bindir)"
+MODULES="$($APXS -q libexecdir)"
+
+APACHECTL="$bindir/apachectl"
+HTTPD="$bindir/httpd"
+
+LDFLAGS="$LDFLAGS -L$($APXS -q libdir)"
+CPPFLAGS="$CPPFLAGS -I$($APXS -q includedir) -I$($APXS -q APR_INCLUDEDIR)"
+export SYSCONF_DIR="$($APXS -q sysconfdir)"
+export LIBEXEC_DIR="$($APXS -q LIBEXECDIR)"
+
+SERVER_NAME=$(hostname -f)
+ABS_PWD=$PWD
+
+AC_PATH_PROG([PHPCGI], [php-cgi])
+if test "x${PHPCGI}" = "x"; then
+    AC_MSG_ERROR("no php-cgi installation found")
+fi
+
+
+# substitution in generated files
+AC_SUBST(BUILD_SUBDIRS)
+AC_SUBST(SYSCONF_DIR)
+AC_SUBST(LIBEXEC_DIR)
+AC_SUBST(SERVER_NAME)
+AC_SUBST(ABS_PWD)
+AC_SUBST(PHPCGI)
+AC_SUBST(APACHECTL)
+AC_SUBST(HTTPD)
+AC_SUBST(MODULES)
+
+AC_CONFIG_FILES([
+    Makefile
+])
+
+AC_OUTPUT
+
+AC_MSG_NOTICE([summary of build options:
+
+    Version:        ${VERSION} shared $LT_CURRENT:$LT_REVISION:$LT_AGE
+    Host type:      ${host}
+    APXS:           ${APXS}
+])

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/001.html
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/001.html?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/htdocs/test.example.org/001.html (added)
+++ httpd/test/mod_h2/trunk/htdocs/test.example.org/001.html Mon Jul 13 10:04:32 2015
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML> 
+ <html>
+   <head>
+     <title>HTML/2.0 Test File: 001</title>
+   </head>
+   <body>
+     <p><h1>HTML/2.0 Test File: 001</h1></p>
+     <p>This file only contains a simple HTML structure with plain text.</p>
+   </body>
+</html>

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/001.html
------------------------------------------------------------------------------
    svn:executable = *

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/002.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/002.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/002.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/002.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/003.html
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/003.html?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/htdocs/test.example.org/003.html (added)
+++ httpd/test/mod_h2/trunk/htdocs/test.example.org/003.html Mon Jul 13 10:04:32 2015
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML> 
+ <html>
+   <head>
+     <title>HTML/2.0 Test File: 003</title>
+   </head>
+   <body>
+     <p><h1>HTML/2.0 Test File: 003</h1></p>
+     <p>This is a text HTML file with a big image:</p>
+	 <p><img src="003/003_img.jpg" alt="GSMA Logo" style="width:269px;height:249px"></p>
+   </body>
+</html>

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/003.html
------------------------------------------------------------------------------
    svn:executable = *

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/003/003_img.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/003/003_img.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/003/003_img.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/003/003_img.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004.html
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004.html?rev=1690620&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/htdocs/test.example.org/004.html (added)
+++ httpd/test/mod_h2/trunk/htdocs/test.example.org/004.html Mon Jul 13 10:04:32 2015
@@ -0,0 +1,23 @@
+<html>
+	<head>
+		<title>HTML/2.0 Test File: 004</title>
+	</head>
+	<body>
+		<p><h1>HTML/2.0 Test File: 004</h1>
+		This file contains plain text with a bunch of images.<br>
+		<img src="004/gophertiles_142.jpg" height="32" width="32"><img src="004/gophertiles_084.jpg" height="32" width="32"><img src="004/gophertiles_052.jpg" height="32" width="32"><img src="004/gophertiles_077.jpg" height="32" width="32"><img src="004/gophertiles_030.jpg" height="32" width="32"><img src="004/gophertiles_027.jpg" height="32" width="32"><img src="004/gophertiles_039.jpg" height="32" width="32"><img src="004/gophertiles_025.jpg" height="32" width="32"><img src="004/gophertiles_017.jpg" height="32" width="32"><img src="004/gophertiles_179.jpg" height="32" width="32"><img src="004/gophertiles_032.jpg" height="32" width="32"><img src="004/gophertiles_161.jpg" height="32" width="32"><img src="004/gophertiles_088.jpg" height="32" width="32"><img src="004/gophertiles_022.jpg" height="32" width="32"><img src="004/gophertiles_146.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_102.jpg" height="32" width="32"><img src="004/gophertiles_009.jpg" height="32" width="32"><img src="004/gophertiles_132.jpg" height="32" width="32"><img src="004/gophertiles_137.jpg" height="32" width="32"><img src="004/gophertiles_055.jpg" height="32" width="32"><img src="004/gophertiles_036.jpg" height="32" width="32"><img src="004/gophertiles_127.jpg" height="32" width="32"><img src="004/gophertiles_145.jpg" height="32" width="32"><img src="004/gophertiles_147.jpg" height="32" width="32"><img src="004/gophertiles_153.jpg" height="32" width="32"><img src="004/gophertiles_105.jpg" height="32" width="32"><img src="004/gophertiles_103.jpg" height="32" width="32"><img src="004/gophertiles_033.jpg" height="32" width="32"><img src="004/gophertiles_054.jpg" height="32" width="32"><img src="004/gophertiles_015.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_016.jpg" height="32" width="32"><img src="004/gophertiles_072.jpg" height="32" width="32"><img src="004/gophertiles_115.jpg" height="32" width="32"><img src="004/gophertiles_108.jpg" height="32" width="32"><img src="004/gophertiles_148.jpg" height="32" width="32"><img src="004/gophertiles_070.jpg" height="32" width="32"><img src="004/gophertiles_083.jpg" height="32" width="32"><img src="004/gophertiles_118.jpg" height="32" width="32"><img src="004/gophertiles_053.jpg" height="32" width="32"><img src="004/gophertiles_021.jpg" height="32" width="32"><img src="004/gophertiles_059.jpg" height="32" width="32"><img src="004/gophertiles_130.jpg" height="32" width="32"><img src="004/gophertiles_163.jpg" height="32" width="32"><img src="004/gophertiles_098.jpg" height="32" width="32"><img src="004/gophertiles_064.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_018.jpg" height="32" width="32"><img src="004/gophertiles_058.jpg" height="32" width="32"><img src="004/gophertiles_167.jpg" height="32" width="32"><img src="004/gophertiles_082.jpg" height="32" width="32"><img src="004/gophertiles_056.jpg" height="32" width="32"><img src="004/gophertiles_180.jpg" height="32" width="32"><img src="004/gophertiles_046.jpg" height="32" width="32"><img src="004/gophertiles_093.jpg" height="32" width="32"><img src="004/gophertiles_106.jpg" height="32" width="32"><img src="004/gophertiles_065.jpg" height="32" width="32"><img src="004/gophertiles_175.jpg" height="32" width="32"><img src="004/gophertiles_139.jpg" height="32" width="32"><img src="004/gophertiles_101.jpg" height="32" width="32"><img src="004/gophertiles_099.jpg" height="32" width="32"><img src="004/gophertiles_051.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_140.jpg" height="32" width="32"><img src="004/gophertiles_134.jpg" height="32" width="32"><img src="004/gophertiles_149.jpg" height="32" width="32"><img src="004/gophertiles_049.jpg" height="32" width="32"><img src="004/gophertiles_095.jpg" height="32" width="32"><img src="004/gophertiles_075.jpg" height="32" width="32"><img src="004/gophertiles_066.jpg" height="32" width="32"><img src="004/gophertiles_090.jpg" height="32" width="32"><img src="004/gophertiles_035.jpg" height="32" width="32"><img src="004/gophertiles_114.jpg" height="32" width="32"><img src="004/gophertiles_160.jpg" height="32" width="32"><img src="004/gophertiles_079.jpg" height="32" width="32"><img src="004/gophertiles_062.jpg" height="32" width="32"><img src="004/gophertiles_096.jpg" height="32" width="32"><img src="004/gophertiles_100.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_104.jpg" height="32" width="32"><img src="004/gophertiles_057.jpg" height="32" width="32"><img src="004/gophertiles_037.jpg" height="32" width="32"><img src="004/gophertiles_086.jpg" height="32" width="32"><img src="004/gophertiles_168.jpg" height="32" width="32"><img src="004/gophertiles_138.jpg" height="32" width="32"><img src="004/gophertiles_045.jpg" height="32" width="32"><img src="004/gophertiles_141.jpg" height="32" width="32"><img src="004/gophertiles_029.jpg" height="32" width="32"><img src="004/gophertiles_165.jpg" height="32" width="32"><img src="004/gophertiles_110.jpg" height="32" width="32"><img src="004/gophertiles_063.jpg" height="32" width="32"><img src="004/gophertiles_158.jpg" height="32" width="32"><img src="004/gophertiles_122.jpg" height="32" width="32"><img src="004/gophertiles_068.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_170.jpg" height="32" width="32"><img src="004/gophertiles_120.jpg" height="32" width="32"><img src="004/gophertiles_117.jpg" height="32" width="32"><img src="004/gophertiles_031.jpg" height="32" width="32"><img src="004/gophertiles_113.jpg" height="32" width="32"><img src="004/gophertiles_074.jpg" height="32" width="32"><img src="004/gophertiles_129.jpg" height="32" width="32"><img src="004/gophertiles_019.jpg" height="32" width="32"><img src="004/gophertiles_060.jpg" height="32" width="32"><img src="004/gophertiles_109.jpg" height="32" width="32"><img src="004/gophertiles_080.jpg" height="32" width="32"><img src="004/gophertiles_097.jpg" height="32" width="32"><img src="004/gophertiles_116.jpg" height="32" width="32"><img src="004/gophertiles_085.jpg" height="32" width="32"><img src="004/gophertiles_050.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_151.jpg" height="32" width="32"><img src="004/gophertiles_094.jpg" height="32" width="32"><img src="004/gophertiles_067.jpg" height="32" width="32"><img src="004/gophertiles_128.jpg" height="32" width="32"><img src="004/gophertiles_034.jpg" height="32" width="32"><img src="004/gophertiles_135.jpg" height="32" width="32"><img src="004/gophertiles_012.jpg" height="32" width="32"><img src="004/gophertiles_010.jpg" height="32" width="32"><img src="004/gophertiles_152.jpg" height="32" width="32"><img src="004/gophertiles_171.jpg" height="32" width="32"><img src="004/gophertiles_087.jpg" height="32" width="32"><img src="004/gophertiles_126.jpg" height="32" width="32"><img src="004/gophertiles_048.jpg" height="32" width="32"><img src="004/gophertiles_023.jpg" height="32" width="32"><img src="004/gophertiles_078.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_071.jpg" height="32" width="32"><img src="004/gophertiles_131.jpg" height="32" width="32"><img src="004/gophertiles_073.jpg" height="32" width="32"><img src="004/gophertiles_143.jpg" height="32" width="32"><img src="004/gophertiles_173.jpg" height="32" width="32"><img src="004/gophertiles_154.jpg" height="32" width="32"><img src="004/gophertiles_061.jpg" height="32" width="32"><img src="004/gophertiles_178.jpg" height="32" width="32"><img src="004/gophertiles_013.jpg" height="32" width="32"><img src="004/gophertiles_028.jpg" height="32" width="32"><img src="004/gophertiles_157.jpg" height="32" width="32"><img src="004/gophertiles_038.jpg" height="32" width="32"><img src="004/gophertiles_069.jpg" height="32" width="32"><img src="004/gophertiles_174.jpg" height="32" width="32"><img src="004/gophertiles_076.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_155.jpg" height="32" width="32"><img src="004/gophertiles_107.jpg" height="32" width="32"><img src="004/gophertiles_136.jpg" height="32" width="32"><img src="004/gophertiles_144.jpg" height="32" width="32"><img src="004/gophertiles_091.jpg" height="32" width="32"><img src="004/gophertiles_024.jpg" height="32" width="32"><img src="004/gophertiles_014.jpg" height="32" width="32"><img src="004/gophertiles_159.jpg" height="32" width="32"><img src="004/gophertiles_011.jpg" height="32" width="32"><img src="004/gophertiles_176.jpg" height="32" width="32"><img src="004/gophertiles_162.jpg" height="32" width="32"><img src="004/gophertiles_156.jpg" height="32" width="32"><img src="004/gophertiles_081.jpg" height="32" width="32"><img src="004/gophertiles_119.jpg" height="32" width="32"><img src="004/gophertiles_026.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_133.jpg" height="32" width="32"><img src="004/gophertiles_020.jpg" height="32" width="32"><img src="004/gophertiles_044.jpg" height="32" width="32"><img src="004/gophertiles_125.jpg" height="32" width="32"><img src="004/gophertiles_150.jpg" height="32" width="32"><img src="004/gophertiles_172.jpg" height="32" width="32"><img src="004/gophertiles_002.jpg" height="32" width="32"><img src="004/gophertiles_169.jpg" height="32" width="32"><img src="004/gophertiles_007.jpg" height="32" width="32"><img src="004/gophertiles_008.jpg" height="32" width="32"><img src="004/gophertiles_042.jpg" height="32" width="32"><img src="004/gophertiles_041.jpg" height="32" width="32"><img src="004/gophertiles_166.jpg" height="32" width="32"><img src="004/gophertiles_005.jpg" height="32" width="32"><img src="004/gophertiles_089.jpg" height="32" width="32"><br>
+		<img src="004/gophertiles_177.jpg" height="32" width="32"><img src="004/gophertiles_092.jpg" height="32" width="32"><img src="004/gophertiles_043.jpg" height="32" width="32"><img src="004/gophertiles_111.jpg" height="32" width="32"><img src="004/gophertiles_047.jpg" height="32" width="32"><img src="004/gophertiles.jpg" height="32" width="32"><img src="004/gophertiles_006.jpg" height="32" width="32"><img src="004/gophertiles_121.jpg" height="32" width="32"><img src="004/gophertiles_004.jpg" height="32" width="32"><img src="004/gophertiles_124.jpg" height="32" width="32"><img src="004/gophertiles_123.jpg" height="32" width="32"><img src="004/gophertiles_112.jpg" height="32" width="32"><img src="004/gophertiles_040.jpg" height="32" width="32"><img src="004/gophertiles_164.jpg" height="32" width="32"><img src="004/gophertiles_003.jpg" height="32" width="32"><br>
+		<hr>This page is developed using this template:<a href="https://http2.golang.org/">HTTP/2 demo server</a>
+		</p>
+	</body>
+</html>
\ No newline at end of file

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004.html
------------------------------------------------------------------------------
    svn:executable = *

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_002.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_002.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_002.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_002.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_003.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_003.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_003.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_003.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_004.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_004.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_004.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_004.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_005.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_005.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_005.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_005.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_006.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_006.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_006.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_006.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_007.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_007.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_007.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_007.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_008.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_008.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_008.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_008.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_009.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_009.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_009.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_009.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_010.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_010.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_010.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_010.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_011.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_011.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_011.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_011.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_012.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_012.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_012.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_012.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_013.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_013.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_013.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_013.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_014.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_014.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_014.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_014.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_015.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_015.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_015.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_015.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_016.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_016.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_016.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_016.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_017.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_017.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_017.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_017.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_018.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_018.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_018.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_018.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_019.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_019.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_019.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_019.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_020.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_020.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_020.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_020.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_021.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_021.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_021.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_021.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_022.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_022.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_022.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_022.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_023.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_023.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_023.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_023.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_024.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_024.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_024.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_024.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_025.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_025.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_025.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_025.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_026.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_026.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_026.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_026.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_027.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_027.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_027.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_027.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_028.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_028.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_028.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_028.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_029.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_029.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_029.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_029.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_030.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_030.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_030.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_030.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_031.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_031.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_031.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_031.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_032.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_032.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_032.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_032.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_033.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_033.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_033.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_033.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_034.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_034.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_034.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_034.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_035.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_035.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_035.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_035.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_036.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_036.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_036.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_036.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_037.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_037.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_037.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_037.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_038.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_038.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_038.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_038.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_039.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_039.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_039.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_039.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_040.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_040.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_040.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_040.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_041.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_041.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_041.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_041.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_042.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_042.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_042.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_042.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_043.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_043.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_043.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_043.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_044.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_044.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_044.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_044.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_045.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_045.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_045.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_045.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_046.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_046.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_046.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_046.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_047.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_047.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_047.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_047.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_048.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_048.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_048.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_048.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_049.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_049.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_049.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_049.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_050.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_050.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_050.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_050.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_051.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_051.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_051.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_051.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_052.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_052.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_052.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_052.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_053.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_053.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_053.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_053.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_054.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_054.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_054.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_054.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_055.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_055.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_055.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_055.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_056.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_056.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_056.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_056.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_057.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_057.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_057.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_057.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_058.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_058.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_058.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_058.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_059.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_059.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_059.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_059.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_060.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_060.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_060.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_060.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_061.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_061.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_061.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_061.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_062.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_062.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_062.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_062.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_063.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_063.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_063.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_063.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_064.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_064.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_064.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_064.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_065.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_065.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_065.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_065.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_066.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_066.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_066.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_066.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_067.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_067.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_067.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_067.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_068.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_068.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_068.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_068.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_069.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_069.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_069.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_069.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_070.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_070.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_070.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_070.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_071.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_071.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_071.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_071.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_072.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_072.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_072.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_072.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_073.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_073.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_073.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_073.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_074.jpg
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/htdocs/test.example.org/004/gophertiles_074.jpg?rev=1690620&view=auto
==============================================================================
Binary file - no diff available.