From b2a06ac7f46d8c799199fea7d445450b79a0e121 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sat, 25 May 2002 16:59:34 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95283 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_asis.html.en | 2 +- docs/manual/mod/mod_unique_id.html.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_asis.html.en b/docs/manual/mod/mod_asis.html.en index 0b06c37021..54f305f68b 100644 --- a/docs/manual/mod/mod_asis.html.en +++ b/docs/manual/mod/mod_asis.html.en @@ -14,7 +14,7 @@ HTTP headersSta

For historical reasons, this module will also process any file with the mime type httpd/send-as-is.

-

Directives

Usage

+

Directives

This module provides no directives.

Usage

In the server configuration file, associate files with the send-as-is handler e.g.

diff --git a/docs/manual/mod/mod_unique_id.html.en b/docs/manual/mod/mod_unique_id.html.en index 5c41e2707c..c67b8d1ac6 100644 --- a/docs/manual/mod/mod_unique_id.html.en +++ b/docs/manual/mod/mod_unique_id.html.en @@ -13,7 +13,7 @@ identifier for each request
-

Directives

Theory

+

Directives

This module provides no directives.

Theory

First a brief recap of how the Apache server works on Unix -- 2.50.1