From 59649c45d38ac125062ea78057063fd788de67ee Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 21 Jan 2013 15:17:32 +0000 Subject: [PATCH] 2.4 style access control git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436407 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_macro.html.en | 32 ++++++++++++------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en index 96146f9627..786ef433e9 100644 --- a/docs/manual/mod/mod_macro.html.en +++ b/docs/manual/mod/mod_macro.html.en @@ -27,14 +27,14 @@

Available Languages:  en  |  fr 

- +
Description:This module provides usage of macros within apache runtime configuration files
Description:This module provides usage of macros within apache httpd runtime configuration files
Status:Base
Module Identifier:macro_module
Source File:mod_macro.c

Summary

-

This modules provides macros within apache runtime configuration files. +

This modules provides macros within apache httpd runtime configuration files. These macros have parameters. They are expanded when used (parameters are substituted by their values given as an argument), and the result is processed normally.

@@ -57,9 +57,9 @@