mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user