From aa55b1c6dd6d51e5fdee1cdeca7e90fa04c66f29 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 21 Oct 2013 20:17:46 +0100 Subject: load mod_macro by default (#998452) - add README to conf.modules.d - mod_proxy_http: add possible fix for threading issues (r1534321) - core: add fix for truncated output with CGI scripts (r1530793) Resolves: rhbz#998452 --- README.confmod | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.confmod (limited to 'README.confmod') diff --git a/README.confmod b/README.confmod new file mode 100644 index 0000000..d33d1d4 --- /dev/null +++ b/README.confmod @@ -0,0 +1,9 @@ + +This directory holds configuration files for the Apache HTTP Server; +any files in this directory which have the ".conf" extension will be +processed as httpd configuration files. This directory contains +configuration fragments necessary only to load modules. +Administrators should use the directory "/etc/httpd/conf.d" to modify +the configuration of httpd, or any modules. + +Files are processed in alphanumeric order. -- cgit