diff options
author | Joe Orton <jorton@redhat.com> | 2012-03-13 09:55:18 +0000 |
---|---|---|
committer | Joe Orton <jorton@redhat.com> | 2012-03-13 09:55:18 +0000 |
commit | 3a44ff765502ac564b64b4958239d30e8566dcaf (patch) | |
tree | 24433e423b88c4319e138caa4d0e3c94a8458b30 /httpd-2.4.1-layout.patch | |
parent | 61679dd90cf1ebd9e9342223ce5344346a9142ce (diff) | |
download | httpd-3a44ff765502ac564b64b4958239d30e8566dcaf.tar.gz httpd-3a44ff765502ac564b64b4958239d30e8566dcaf.tar.xz httpd-3a44ff765502ac564b64b4958239d30e8566dcaf.zip |
update to 2.4.1
- adopt upstream default httpd.conf (almost verbatim)
- split all LoadModules to conf.modules.d/*.conf
- include conf.d/*.conf at end of httpd.conf
- trim %changelog
Diffstat (limited to 'httpd-2.4.1-layout.patch')
-rw-r--r-- | httpd-2.4.1-layout.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/httpd-2.4.1-layout.patch b/httpd-2.4.1-layout.patch new file mode 100644 index 0000000..b1dcf5c --- /dev/null +++ b/httpd-2.4.1-layout.patch @@ -0,0 +1,29 @@ +--- httpd-2.4.1/config.layout.layout ++++ httpd-2.4.1/config.layout +@@ -347,3 +347,26 @@ + proxycachedir: ${localstatedir}/proxy + </Layout> + ++# Fedora/RHEL layout ++<Layout Fedora> ++ prefix: /usr ++ exec_prefix: ${prefix} ++ bindir: ${prefix}/bin ++ sbindir: ${prefix}/sbin ++ libdir: ${prefix}/lib ++ libexecdir: ${prefix}/libexec ++ mandir: ${prefix}/man ++ sysconfdir: /etc/httpd/conf ++ datadir: ${prefix}/share/httpd ++ installbuilddir: ${libdir}/httpd/build ++ errordir: ${datadir}/error ++ iconsdir: ${datadir}/icons ++ htdocsdir: /var/www/html ++ manualdir: ${datadir}/manual ++ cgidir: /var/www/cgi-bin ++ includedir: ${prefix}/include/httpd ++ localstatedir: /var ++ runtimedir: ${localstatedir}/run/httpd ++ logfiledir: ${localstatedir}/log/httpd ++ proxycachedir: ${localstatedir}/cache/httpd ++</Layout> |