From: André Malo Date: Sun, 17 Nov 2002 06:42:28 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.0.44~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=068d47522ae1e75dc323c073fe7d59c747d22f5a;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 289b180e31..57c8b42ce9 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Apache Tutorial: Dynamic Content with CGI - Apache HTTP Server
<-
Apache > HTTP Server > Documentation > Version 2.0

Apache Tutorial: Dynamic Content with CGI

top

Introduction

+ -->Apache Tutorial: Dynamic Content with CGI - Apache HTTP Server
<-

Apache Tutorial: Dynamic Content with CGI

top

Introduction

diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 4e3919e079..8867ef6ec8 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Apache Tutorial: .htaccess files - Apache HTTP Server
<-

Apache Tutorial: .htaccess files

+ -->Apache Tutorial: .htaccess files - Apache HTTP Server
<-

Apache Tutorial: .htaccess files

.htaccess files provide a way to make configuration changes on a per-directory basis.

top

.htaccess files

diff --git a/docs/manual/howto/index.html.en b/docs/manual/howto/index.html.en index 261cac564a..c28b7508e0 100644 --- a/docs/manual/howto/index.html.en +++ b/docs/manual/howto/index.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->How-To / Tutorials - Apache HTTP Server
<-

How-To / Tutorials

top

How-To / Tutorials

+ -->How-To / Tutorials - Apache HTTP Server
<-

How-To / Tutorials

top

How-To / Tutorials

diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 4c29db23e8..5830a959db 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Per-user web directories - Apache HTTP Server
<-

Per-user web directories

+ -->Per-user web directories - Apache HTTP Server
<-

Per-user web directories

On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 0484511acc..09a10615b8 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Apache Tutorial: Introduction to Server Side Includes - Apache HTTP Server

<-

Apache Tutorial: Introduction to Server Side Includes

+ -->Apache Tutorial: Introduction to Server Side Includes - Apache HTTP Server
<-

Apache Tutorial: Introduction to Server Side Includes

Server-side includes provide a means to add dynamic content to existing HTML documents.

top

Introduction

diff --git a/docs/manual/misc/index.html.en b/docs/manual/misc/index.html.en index 89d335a178..56ed252326 100644 --- a/docs/manual/misc/index.html.en +++ b/docs/manual/misc/index.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Apache Miscellaneous Documentation - Apache HTTP Server
<-

Apache Miscellaneous Documentation

+ -->Apache Miscellaneous Documentation - Apache HTTP Server
<-

Apache Miscellaneous Documentation

Below is a list of additional documentation pages that apply to the Apache web server development project.

@@ -55,11 +55,12 @@ does some things, and why it doesn't do other things (which make it slower/faster).

-
Warning: - This document has not been fully updated +

Warning

+

This document has not been fully updated to take into account changes made in the 2.0 version of the Apache HTTP Server. Some of the information may still be - relevant, but please use it with care.

+ relevant, but please use it with care.

+
@@ -69,6 +70,15 @@

Some "do"s - and "don't"s - for keeping your Apache web site secure.

+ +
URL Rewriting Guide
+
+

This document supplements the mod_rewrite + reference documentation. + It describes how one can use Apache's mod_rewrite + to solve typical URL-based problems webmasters are usually confronted + with in practice.

+
\ No newline at end of file diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 57414ca85c..9ecec55cc8 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Apache Performance Notes - Apache HTTP Server
<-

Apache Performance Notes

+ -->Apache Performance Notes - Apache HTTP Server
<-

Apache Performance Notes

Warning: This document has not been fully updated diff --git a/docs/manual/misc/rewriteguide.html.en b/docs/manual/misc/rewriteguide.html.en index d3caf6549a..191a7d7e2e 100644 --- a/docs/manual/misc/rewriteguide.html.en +++ b/docs/manual/misc/rewriteguide.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->URL Rewriting Guide - Apache HTTP Server
<-

URL Rewriting Guide

+ -->URL Rewriting Guide - Apache HTTP Server
<-

URL Rewriting Guide

Originally written by
Ralf S. Engelschall <rse@apache.org>
diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 8d44b7360e..009edd9d81 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Security Tips - Apache HTTP Server

<-

Security Tips

+ -->Security Tips - Apache HTTP Server
<-

Security Tips

Some hints and tips on security issues in setting up a web server. Some of the suggestions will be general, others specific to Apache.

top

Permissions on ServerRoot Directories

diff --git a/docs/manual/platform/ebcdic.html.en b/docs/manual/platform/ebcdic.html.en index 3f8dd77206..bb7a3c95e5 100644 --- a/docs/manual/platform/ebcdic.html.en +++ b/docs/manual/platform/ebcdic.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->The Apache EBCDIC Port - Apache HTTP Server
<-

The Apache EBCDIC Port

+ -->The Apache EBCDIC Port - Apache HTTP Server
<-

The Apache EBCDIC Port

Warning: This document has not been updated to take into account changes made in diff --git a/docs/manual/platform/index.html.en b/docs/manual/platform/index.html.en index 8a41bb3181..9393a14ed1 100644 --- a/docs/manual/platform/index.html.en +++ b/docs/manual/platform/index.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Platform Specific Notes - Apache HTTP Server
<-

Platform Specific Notes

top

Microsoft Windows

+ -->Platform Specific Notes - Apache HTTP Server
<-

Platform Specific Notes

top

Microsoft Windows

diff --git a/docs/manual/platform/netware.html.en b/docs/manual/platform/netware.html.en index 0621897981..edc246a164 100644 --- a/docs/manual/platform/netware.html.en +++ b/docs/manual/platform/netware.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Using Apache With Novell NetWare - Apache HTTP Server
<-

Using Apache With Novell NetWare

+ -->Using Apache With Novell NetWare - Apache HTTP Server
<-

Using Apache With Novell NetWare

This document explains how to install, configure and run Apache 2.0 under Novell NetWare 5.1 and above. If you find any bugs, diff --git a/docs/manual/platform/perf-hp.html.en b/docs/manual/platform/perf-hp.html.en index 320e12013b..cb70beb51a 100644 --- a/docs/manual/platform/perf-hp.html.en +++ b/docs/manual/platform/perf-hp.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Running a High-Performance Web Server on HPUX - Apache HTTP Server

<-

Running a High-Performance Web Server on HPUX

+ -->Running a High-Performance Web Server on HPUX - Apache HTTP Server
<-

Running a High-Performance Web Server on HPUX

 Date: Wed, 05 Nov 1997 16:59:34 -0800
diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en
index c2fbf17147..e65fcf6a85 100644
--- a/docs/manual/platform/win_compiling.html.en
+++ b/docs/manual/platform/win_compiling.html.en
@@ -4,7 +4,7 @@
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
               This file is generated from xml source: DO NOT EDIT
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-      -->Compiling Apache for Microsoft Windows - Apache HTTP Server
<-

Compiling Apache for Microsoft Windows

+ -->Compiling Apache for Microsoft Windows - Apache HTTP Server
<-

Compiling Apache for Microsoft Windows

There are many important points before you begin compiling Apache. See Using Apache with Microsoft diff --git a/docs/manual/platform/win_service.html.en b/docs/manual/platform/win_service.html.en index 699bf861e4..ad58d652c0 100644 --- a/docs/manual/platform/win_service.html.en +++ b/docs/manual/platform/win_service.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Running Apache for Windows as a Service - Apache HTTP Server

<-

Running Apache for Windows as a Service

+ -->Running Apache for Windows as a Service - Apache HTTP Server
<-

Running Apache for Windows as a Service

Apache can be run as a service on Windows NT/2000. (There is also some HIGHLY EXPERIMENTAL support for similar behavior on diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index b41f3c30e1..dfbeb4eb3b 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Using Apache with Microsoft Windows - Apache HTTP Server

<-

Using Apache with Microsoft Windows

+ -->Using Apache with Microsoft Windows - Apache HTTP Server
<-

Using Apache with Microsoft Windows

This document explains how to install, configure and run Apache 2.0 under Microsoft Windows. If you find any bugs, or diff --git a/docs/manual/ssl/index.html.en b/docs/manual/ssl/index.html.en index b8ca475f45..36e6181b64 100644 --- a/docs/manual/ssl/index.html.en +++ b/docs/manual/ssl/index.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Apache SSL/TLS Encryption - Apache HTTP Server

<-

Apache SSL/TLS Encryption

+ -->Apache SSL/TLS Encryption - Apache HTTP Server
<-

Apache SSL/TLS Encryption

The Apache HTTP Server module mod_ssl provides an interface to the OpenSSL library, which provides Strong Encryption using the Secure Sockets Layer and Transport Layer diff --git a/docs/manual/ssl/ssl_compat.html.en b/docs/manual/ssl/ssl_compat.html.en index 74656ff788..122b297cb1 100644 --- a/docs/manual/ssl/ssl_compat.html.en +++ b/docs/manual/ssl/ssl_compat.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->SSL/TLS Strong Encryption: Compatibility - Apache HTTP Server

<-

SSL/TLS Strong Encryption: Compatibility

+ -->SSL/TLS Strong Encryption: Compatibility - Apache HTTP Server
<-

SSL/TLS Strong Encryption: Compatibility

All PCs are compatible. But some of them are more compatible than others.

diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index bb4c420dd4..4f5a39718c 100644 --- a/docs/manual/ssl/ssl_faq.html.en +++ b/docs/manual/ssl/ssl_faq.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
<-

SSL/TLS Strong Encryption: FAQ

+ -->SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
<-

SSL/TLS Strong Encryption: FAQ

The wise man doesn't give the right answers, he poses the right questions.

diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index ea6290a021..0140451950 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->SSL/TLS Strong Encryption: How-To - Apache HTTP Server
<-

SSL/TLS Strong Encryption: How-To

+ -->SSL/TLS Strong Encryption: How-To - Apache HTTP Server
<-

SSL/TLS Strong Encryption: How-To

The solution of this problem is trivial and is left as an exercise for the reader.

diff --git a/docs/manual/ssl/ssl_intro.html.en b/docs/manual/ssl/ssl_intro.html.en index 7dc446dcfa..266a05ae3d 100644 --- a/docs/manual/ssl/ssl_intro.html.en +++ b/docs/manual/ssl/ssl_intro.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->SSL/TLS Strong Encryption: An Introduction - Apache HTTP Server
<-

SSL/TLS Strong Encryption: An Introduction

+ -->SSL/TLS Strong Encryption: An Introduction - Apache HTTP Server
<-

SSL/TLS Strong Encryption: An Introduction

The nice thing about standards is that there are so many to choose from. And if you really don't like all the standards you just have to diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index cd432e1f7d..91bbe071be 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -4,7 +4,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->Apache Virtual Host documentation - Apache HTTP Server

<-

Apache Virtual Host documentation

+ -->Apache Virtual Host documentation - Apache HTTP Server
<-

Apache Virtual Host documentation

The term Virtual Host refers to the practice of running more than one web site (such as