From: Rich Bowen Date: Tue, 23 Mar 2010 12:26:03 +0000 (+0000) Subject: 'Apache' -> 'Apache HTTP Server' X-Git-Tag: 2.3.6~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27d5c1561a9bcf613c5155dbc1480c1e68894676;p=apache 'Apache' -> 'Apache HTTP Server' Don't use abc.com in examples. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_asis.html.en b/docs/manual/mod/mod_asis.html.en index 2268653876..1561afe637 100644 --- a/docs/manual/mod/mod_asis.html.en +++ b/docs/manual/mod/mod_asis.html.en @@ -34,7 +34,7 @@ HTTP headers

Summary

This module provides the handler send-as-is - which causes Apache to send the document without adding most of + which causes Apache HTTP Server to send the document without adding most of the usual HTTP headers.

This can be used to send any kind of data from the server, @@ -54,7 +54,7 @@ HTTP headers

top
@@ -66,7 +66,7 @@ HTTP headers

AddHandler send-as-is asis

The contents of any file with a .asis extension - will then be sent by Apache to the client with almost no + will then be sent by Apache httpd to the client with almost no changes. In particular, HTTP headers are derived from the file itself according to mod_cgi rules, so an asis file must include valid headers, and may also use the CGI @@ -79,7 +79,7 @@ HTTP headers

Status: 301 Now where did I leave that URL
- Location: http://xyz.abc.com/foo/bar.html
+ Location: http://xyz.example.com/foo/bar.html
Content-type: text/html

<html>
@@ -88,7 +88,7 @@ HTTP headers </head>
<body>
<h1>Fred's exceptionally wonderful page has moved to
- <a href="http://xyz.abc.com/foo/bar.html">Joe's</a> + <a href="http://xyz.example.com/foo/bar.html">Joe's</a> site.
</h1>
</body>
diff --git a/docs/manual/mod/mod_asis.xml b/docs/manual/mod/mod_asis.xml index 29094f2750..aee0b2f2aa 100644 --- a/docs/manual/mod/mod_asis.xml +++ b/docs/manual/mod/mod_asis.xml @@ -31,7 +31,7 @@ HTTP headers

This module provides the handler send-as-is - which causes Apache to send the document without adding most of + which causes Apache HTTP Server to send the document without adding most of the usual HTTP headers.

This can be used to send any kind of data from the server, @@ -44,7 +44,7 @@ HTTP headers mod_headers mod_cern_meta -Apache's Handler Use +Apache httpd's Handler Use

Usage @@ -54,7 +54,7 @@ HTTP headers AddHandler send-as-is asis

The contents of any file with a .asis extension - will then be sent by Apache to the client with almost no + will then be sent by Apache httpd to the client with almost no changes. In particular, HTTP headers are derived from the file itself according to mod_cgi rules, so an asis file must include valid headers, and may also use the CGI @@ -67,7 +67,7 @@ HTTP headers Status: 301 Now where did I leave that URL
- Location: http://xyz.abc.com/foo/bar.html
+ Location: http://xyz.example.com/foo/bar.html
Content-type: text/html

<html>
@@ -76,7 +76,7 @@ HTTP headers </head>
<body>
<h1>Fred's exceptionally wonderful page has moved to
- <a href="http://xyz.abc.com/foo/bar.html">Joe's</a> + <a href="http://xyz.example.com/foo/bar.html">Joe's</a> site.
</h1>
</body>