From 951104c79b38a0dc7c3a6dc1db209d93d039cb5f Mon Sep 17 00:00:00 2001
From: Joshua Slive
Date: Sun, 10 Mar 2002 19:37:12 +0000
Subject: [PATCH] Somehow I missed mod_expires in the xmlization. Here it is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93831 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/allmodules.xml | 1 +
docs/manual/mod/directives.html | 2 +-
docs/manual/mod/index.html | 4 +-
docs/manual/mod/mod_expires.html | 222 +++++++++----------------------
docs/manual/mod/mod_expires.xml | 208 +++++++++++++++++++++++++++++
5 files changed, 274 insertions(+), 163 deletions(-)
create mode 100644 docs/manual/mod/mod_expires.xml
diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml
index 912eae9fa6..8bdd9b98d6 100644
--- a/docs/manual/mod/allmodules.xml
+++ b/docs/manual/mod/allmodules.xml
@@ -18,6 +18,7 @@
mod_dir.xml
mod_env.xml
mod_example.xml
+mod_expires.xml
mod_ext_filter.xml
mod_file_cache.xml
mod_headers.xml
diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html
index 2a92657d0e..b8b2888a4e 100644
--- a/docs/manual/mod/directives.html
+++ b/docs/manual/mod/directives.html
@@ -3,4 +3,4 @@
distribution is listed here. They are described using a
consistent format, and there is a dictionary of the terms used in their
descriptions available.
-
Apache HTTP Server Version 2.0

