From: William A. Rowe Jr
Date: Thu, 19 Nov 2015 20:18:08 +0000 (+0000)
Subject: XML Parsing error, I believe this is the fix
X-Git-Tag: 2.5.0-alpha~2634
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10e641685d816bf64221b8318a4bd460477cea0;p=thirdparty%2Fapache%2Fhttpd.git
XML Parsing error, I believe this is the fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715264 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml
index ae907a54128..0771e3c44ee 100644
--- a/docs/manual/mod/mod_http2.xml
+++ b/docs/manual/mod/mod_http2.xml
@@ -141,10 +141,10 @@
mod_headers example
-
- Header add Link ";rel=preload"
- Header add Link ";rel=preload"
-
+<Location /index.html>
+ Header add Link "</css/site.css>;rel=preload"
+ Header add Link "</images/logo.jpg>;rel=preload"
+</Location>