From: Takashi Sato
Date: Wed, 21 May 2008 03:35:32 +0000 (+0000)
Subject: We should not use someone's domains for examples.
X-Git-Tag: 2.3.0~601
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dee9579c06b9122f36af317878204edbab86e8f;p=apache
We should not use someone's domains for examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658546 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 8252059658..05439f59a2 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -482,9 +482,9 @@ request
this module.
Example
- ProxyRemote http://goodguys.com/ http://mirrorguys.com:8000
- ProxyRemote * http://cleversite.com
- ProxyRemote ftp http://ftpproxy.mydomain.com:8080
+ ProxyRemote http://goodguys.example.com/ http://mirrorguys.example.com:8000
+ ProxyRemote * http://cleverproxy.localdomain
+ ProxyRemote ftp http://ftpproxy.mydomain:8080
In the last example, the proxy will forward FTP requests, encapsulated
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml
index ae22438830..898f4ad5c4 100644
--- a/docs/manual/mod/mod_setenvif.xml
+++ b/docs/manual/mod/mod_setenvif.xml
@@ -227,7 +227,7 @@ of
SetEnvIf Request_URI "\.jpg$" object_is_image=jpg
SetEnvIf Request_URI "\.xbm$" object_is_image=xbm
:
- SetEnvIf Referer www\.mydomain\.com intra_site_referral
+ SetEnvIf Referer www\.mydomain\.example\.com intra_site_referral
:
SetEnvIf object_is_image xbm XBIT_PROCESSING=1
:
@@ -240,7 +240,7 @@ of
object_is_image
if the request was for an image
file, and the fourth sets intra_site_referral
if
the referring page was somewhere on the
- www.mydomain.com
Web site.
+ www.mydomain.example.com
Web site.
The sixth example will set the NetscapeComment
environment variable to the string found in the corresponding