Blame SOURCES/httpd-2.4.35-layout.patch

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