From: Rich Bowen Date: Mon, 29 Jan 2024 17:44:31 +0000 (+0000) Subject: Remove redundant slash from example - mod_proxy doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f854ae2c702b39f80d8e85881ea819edbc101b95;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8 index 17104602451..6a44ba87e04 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(); } //--> - \ No newline at end of file + diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index ad4d736dde7..3ddb503c833 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 Reverse Proxy PHP scripts <FilesMatch "\.php$"> - SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" + SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost" </FilesMatch>