Changes with Apache 2.0.48
+ *) Added FreeBSD directory layout. PR 21100.
+ [Sander Holthaus <info@orangexl.com>, André Malo]
+
*) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
response. PR 21085. [Glenn Nielsen <glenn@apache.org>, André Malo]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/07/12 12:44:10 $]
+Last modified at [$Date: 2003/07/12 12:56:17 $]
Release:
SIGSEGV to the current cgid daemon process and see what
happens.
- * Backport FreeBSD layout. PR 21100.
- config.layout: r1.22
- +1: nd, brianp, erikabele, kess
-
* ab: catch out of memory (reasoning report ID 29)
support/ab.c: r1.125
+1: nd, erikabele
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: