From 1dee9579c06b9122f36af317878204edbab86e8f Mon Sep 17 00:00:00 2001
From: Takashi Sato
Date: Wed, 21 May 2008 03:35:32 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy.xml | 6 +++---
docs/manual/mod/mod_setenvif.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 8252059658b..05439f59a21 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 ae224388309..898f4ad5c41 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
--
2.47.2