871c952
871c952
Add layout for Fedora.
871c952
871c952
--- httpd-2.4.3/config.layout.layout
871c952
+++ httpd-2.4.3/config.layout
871c952
@@ -370,3 +370,27 @@
871c952
     logfiledir:      ${localstatedir}/log/httpd
871c952
     proxycachedir:   ${localstatedir}/cache/httpd
3a44ff7
 </Layout>
871c952
+
3a44ff7
+# Fedora/RHEL layout
3a44ff7
+<Layout Fedora>
3a44ff7
+    prefix:        /usr
3a44ff7
+    exec_prefix:   ${prefix}
3a44ff7
+    bindir:        ${prefix}/bin
3a44ff7
+    sbindir:       ${prefix}/sbin
3a44ff7
+    libdir:        ${prefix}/lib
3a44ff7
+    libexecdir:    ${prefix}/libexec
3a44ff7
+    mandir:        ${prefix}/man
3a44ff7
+    sysconfdir:    /etc/httpd/conf
3a44ff7
+    datadir:       ${prefix}/share/httpd
3a44ff7
+    installbuilddir: ${libdir}/httpd/build
3a44ff7
+    errordir:      ${datadir}/error
3a44ff7
+    iconsdir:      ${datadir}/icons
3a44ff7
+    htdocsdir:     /var/www/html
3a44ff7
+    manualdir:     ${datadir}/manual
3a44ff7
+    cgidir:        /var/www/cgi-bin
3a44ff7
+    includedir:    ${prefix}/include/httpd
3a44ff7
+    localstatedir: /var
c128570
+    runtimedir:    /run/httpd
3a44ff7
+    logfiledir:    ${localstatedir}/log/httpd
871c952
+    proxycachedir: ${localstatedir}/cache/httpd/proxy
3a44ff7
+</Layout>