bdaebd
bdaebd
Add layout for Fedora.
bdaebd
bdaebd
diff --git a/config.layout b/config.layout
bdaebd
index 8579587..79fbce7 100644
bdaebd
--- a/config.layout
bdaebd
+++ b/config.layout
bdaebd
@@ -394,3 +394,27 @@
bdaebd
     logfiledir:      ${localstatedir}/log/httpd
bdaebd
     proxycachedir:   ${localstatedir}/cache/httpd
bdaebd
 </Layout>
bdaebd
+
bdaebd
+# Fedora/RHEL layout
bdaebd
+<Layout Fedora>
bdaebd
+    prefix:        /usr
bdaebd
+    exec_prefix:   ${prefix}
bdaebd
+    bindir:        ${prefix}/bin
bdaebd
+    sbindir:       ${prefix}/sbin
bdaebd
+    libdir:        ${prefix}/lib
bdaebd
+    libexecdir:    ${prefix}/libexec
bdaebd
+    mandir:        ${prefix}/man
bdaebd
+    sysconfdir:    /etc/httpd/conf
bdaebd
+    datadir:       ${prefix}/share/httpd
bdaebd
+    installbuilddir: ${libdir}/httpd/build
bdaebd
+    errordir:      ${datadir}/error
bdaebd
+    iconsdir:      ${datadir}/icons
bdaebd
+    htdocsdir:     /var/www/html
bdaebd
+    manualdir:     ${datadir}/manual
bdaebd
+    cgidir:        /var/www/cgi-bin
bdaebd
+    includedir:    ${prefix}/include/httpd
bdaebd
+    localstatedir: /var
bdaebd
+    runtimedir:    /run/httpd
bdaebd
+    logfiledir:    ${localstatedir}/log/httpd
bdaebd
+    proxycachedir: ${localstatedir}/cache/httpd/proxy
bdaebd
+</Layout>