stray char

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1819742 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2017-12-31 16:14:34 +00:00
parent 82b020d50a
commit d2c66eef49

View File

@ -123,7 +123,7 @@
<Location "/">
AddOutputFilterByType SUBSTITUTE text/html
Substitute "s/example.com/expr=%{HTTP:HOST}/i"
Substitute "s/Hello, (\S+)/expr=Hello from %{REQUEST_URI}, \$1,/i"
Substitute "s/Hello, (\S+)/expr=Hello from %{REQUEST_URI}, \$1/i"
</Location>
</highlight>
</example>