diff options
| author | Joe Orton <jorton@redhat.com> | 2013-10-21 20:17:46 +0100 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2013-10-21 20:17:46 +0100 |
| commit | aa55b1c6dd6d51e5fdee1cdeca7e90fa04c66f29 (patch) | |
| tree | 92bfc22f410ecf3b336eaddf05747b6ff7d919fd /README.confmod | |
| parent | 7e8888f83d77898d4186584f068e2f39d1bba851 (diff) | |
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
Diffstat (limited to 'README.confmod')
| -rw-r--r-- | README.confmod | 9 |
1 files changed, 9 insertions, 0 deletions
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. |
