From: Graham Leggett Date: Fri, 27 Dec 2019 20:54:08 +0000 (+0000) Subject: Add a config layout for OpenWRT. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1746 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded8dd24f6a6832fde9167f2a7e70221b4a75d65;p=thirdparty%2Fapache%2Fhttpd.git Add a config layout for OpenWRT. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872036 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 51e361974c2..e86ae23a235 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) Add a config layout for OpenWRT. [Graham Leggett] + *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. [Yann Ylavic, Stefan Eissing] diff --git a/config.layout b/config.layout index 100947789fd..dd732dfc9c1 100644 --- a/config.layout +++ b/config.layout @@ -409,3 +409,29 @@ logfiledir: ${localstatedir}/log/httpd proxycachedir: ${localstatedir}/cache/httpd + +# OpenWRT layout + + prefix: /usr + exec_prefix: ${prefix} + bindir: ${prefix}/bin + sbindir: ${prefix}/sbin + libdir: ${prefix}/lib/apache + libexecdir: ${prefix}/lib/apache/modules + installbuilddir: ${prefix}/lib/apache/build + mandir: ${prefix}/man + sysconfdir: /etc/apache + datadir: /usr/share + iconsdir: ${datadir}/icons + htdocsdir: ${datadir}/htdocs + manualdir: ${htdocsdir}/manual + cgidir: ${datadir}/cgi-bin + errordir: ${datadir}/error + includedir: ${prefix}/include/httpd + localstatedir: /var + runtimedir: ${localstatedir}/run + statedir: ${localstatedir}/lib/apache + logfiledir: ${localstatedir}/log + proxycachedir: ${localstatedir}/cache/apache + +