diff options
author | Rich Bowen <rbowen@apache.org> | 2024-01-29 18:44:31 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2024-01-29 18:44:31 +0100 |
commit | f854ae2c702b39f80d8e85881ea819edbc101b95 (patch) | |
tree | e77f31a86d0ed8bb4d5c549b5f9742a921118b8b | |
parent | Clarifies advice around quoting regular expressions. (diff) | |
download | apache2-f854ae2c702b39f80d8e85881ea819edbc101b95.tar.xz apache2-f854ae2c702b39f80d8e85881ea819edbc101b95.zip |
Remove redundant slash from example - mod_proxy doc
Submitted by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com>
Github: closes #378
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en.utf8 | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8 index 1710460245..6a44ba87e0 100644 --- a/docs/manual/mod/mod_proxy.html.en.utf8 +++ b/docs/manual/mod/mod_proxy.html.en.utf8 @@ -2244,4 +2244,4 @@ if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> -</body></html>
\ No newline at end of file +</body></html> diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index ad4d736dde..3ddb503c83 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -190,7 +190,7 @@ ProxyPass "/some/ws/capable/path/" "http://example.com/some/ws/capable/path/" up <example><title>Reverse Proxy PHP scripts</title> <highlight language="config"> <FilesMatch "\.php$"> - SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" + SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost" </FilesMatch> </highlight> </example> |