]> granicus.if.org Git - apache/commitdiff
We should not use someone's domains for examples.
authorTakashi Sato <takashi@apache.org>
Wed, 21 May 2008 03:35:32 +0000 (03:35 +0000)
committerTakashi Sato <takashi@apache.org>
Wed, 21 May 2008 03:35:32 +0000 (03:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658546 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_setenvif.xml

index 8252059658b29bf811cac9adaddf57983c798172..05439f59a2158fde33151e9658222abcf53c543a 100644 (file)
@@ -482,9 +482,9 @@ request</description>
     this module.</p>
 
     <example><title>Example</title>
-      ProxyRemote http://goodguys.com/ http://mirrorguys.com:8000<br />
-      ProxyRemote * http://cleversite.com<br />
-      ProxyRemote ftp http://ftpproxy.mydomain.com:8080
+      ProxyRemote http://goodguys.example.com/ http://mirrorguys.example.com:8000<br />
+      ProxyRemote * http://cleverproxy.localdomain<br />
+      ProxyRemote ftp http://ftpproxy.mydomain:8080
     </example>
 
     <p>In the last example, the proxy will forward FTP requests, encapsulated
index ae2243883099288a6afcbe1a494c50c0f81e855c..898f4ad5c41dd32e0033624a56aa412de46c6937 100644 (file)
@@ -227,7 +227,7 @@ of</p>
    SetEnvIf Request_URI "\.jpg$" object_is_image=jpg<br />
    SetEnvIf Request_URI "\.xbm$" object_is_image=xbm<br />
         :<br />
-   SetEnvIf Referer www\.mydomain\.com intra_site_referral<br />
+   SetEnvIf Referer www\.mydomain\.example\.com intra_site_referral<br />
         :<br />
    SetEnvIf object_is_image xbm XBIT_PROCESSING=1<br />
         :<br />
@@ -240,7 +240,7 @@ of</p>
     <code>object_is_image</code> if the request was for an image
     file, and the fourth sets <code>intra_site_referral</code> if
     the referring page was somewhere on the
-    <code>www.mydomain.com</code> Web site.</p>
+    <code>www.mydomain.example.com</code> Web site.</p>
 
     <p>The sixth example will set the <code>NetscapeComment</code>
     environment variable to the string found in the corresponding