From: Stefan Eissing Date: Fri, 9 Feb 2018 10:30:35 +0000 (+0000) Subject: On the 2.4.x branch: X-Git-Tag: 2.4.30~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f994289e444713a0e179754895036ce8a059bf1c;p=apache On the 2.4.x branch: Merge of r1823179 from trunk. config.layout: Add Fedora layout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823631 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/config.layout b/config.layout index 35a325ac03..76612db1f0 100644 --- a/config.layout +++ b/config.layout @@ -130,6 +130,30 @@ proxycachedir: ${localstatedir}/cache/httpd +# Layout used in Fedora httpd packaging. + + 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 + + # According to the /opt filesystem conventions prefix: /opt/apache