mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
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:
3
CHANGES
3
CHANGES
@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev
|
|||||||
|
|
||||||
[Remove entries to the current 2.0 section below, when backported]
|
[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,
|
*) Correct the code in ap_check_cache_feshness to check max_age,
|
||||||
smax_age, and expires correctly. Patch submitted by Thomas
|
smax_age, and expires correctly. Patch submitted by Thomas
|
||||||
Castelle [Paul J. Reder]
|
Castelle [Paul J. Reder]
|
||||||
|
@ -274,6 +274,30 @@
|
|||||||
proxycachedir: ${prefix}/proxy
|
proxycachedir: ${prefix}/proxy
|
||||||
</Layout>
|
</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
|
# Debian layout
|
||||||
<Layout Debian>
|
<Layout Debian>
|
||||||
prefix:
|
prefix:
|
||||||
|
Reference in New Issue
Block a user