summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.3-layout.patch
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-08-21 09:48:14 +0100
committerJoe Orton <jorton@redhat.com>2012-08-21 09:48:14 +0100
commit871c952230a86c14df9fba08f1d7c24f959651bf (patch)
treeff5c05dd3a4f35c669446869f4886ac88f093a25 /httpd-2.4.3-layout.patch
parent8c0c115fd2814c56ab56da3780d650a9fcb55920 (diff)
downloadhttpd-871c952230a86c14df9fba08f1d7c24f959651bf.tar.gz
httpd-871c952230a86c14df9fba08f1d7c24f959651bf.tar.xz
httpd-871c952230a86c14df9fba08f1d7c24f959651bf.zip
update to 2.4.3 (#849883)
- own the docroot (#848121) Resolves: rhbz#848121 Resolves: rhbz#849883
Diffstat (limited to 'httpd-2.4.3-layout.patch')
-rw-r--r--httpd-2.4.3-layout.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/httpd-2.4.3-layout.patch b/httpd-2.4.3-layout.patch
new file mode 100644
index 0000000..163c66b
--- /dev/null
+++ b/httpd-2.4.3-layout.patch
@@ -0,0 +1,33 @@
+
+Add layout for Fedora.
+
+--- httpd-2.4.3/config.layout.layout
++++ httpd-2.4.3/config.layout
+@@ -370,3 +370,27 @@
+ logfiledir: ${localstatedir}/log/httpd
+ proxycachedir: ${localstatedir}/cache/httpd
+ </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: /run/httpd
++ logfiledir: ${localstatedir}/log/httpd
++ proxycachedir: ${localstatedir}/cache/httpd/proxy
++</Layout>