Add FreeBSD directory layout

PR: 21100
Submitted by: info@orangexl.com (Sander Holthaus)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
André Malo
2003-06-29 16:44:22 +00:00
parent 57efed6c6f
commit caee125c7b
2 changed files with 27 additions and 0 deletions

View File

@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev
[Remove entries to the current 2.0 section below, when backported]
*) Added FreeBSD directory layout. PR 21100.
[Sander Holthaus <info@orangexl.com>, Andr<64> Malo]
*) Correct the code in ap_check_cache_feshness to check max_age,
smax_age, and expires correctly. Patch submitted by Thomas
Castelle [Paul J. Reder]

View File

@ -274,6 +274,30 @@
proxycachedir: ${prefix}/proxy
</Layout>
# FreeBSD Layout
<Layout FreeBSD>
prefix: /usr/local
exec_prefix: ${prefix}
bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/sbin
libdir: ${exec_prefix}/lib
libexecdir: ${exec_prefix}/libexec/apache2
mandir: ${prefix}/man
sysconfdir: ${prefix}/etc/apache2
datadir: ${prefix}/www
installbuilddir: ${prefix}/share/apache2/build
errordir: ${datadir}/error
iconsdir: ${datadir}/icons
htdocsdir: ${datadir}/data
manualdir: ${prefix}/share/doc/apache2
cgidir: ${datadir}/cgi-bin
includedir: ${prefix}/include/apache2
localstatedir: /var
runtimedir: ${localstatedir}/run
logfiledir: ${localstatedir}/log
proxycachedir: ${datadir}/proxy
</Layout>
# Debian layout
<Layout Debian>
prefix: