mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
- change MPM backend from static to dynamic, but keep mpm_prefork for compatiblity with e.g. php modules - install dedicated MPM load file in case httpd was build with modular MPM (modules.d/000_mpm_prefork_fallback.conf) - disable SSLv3 and SSLv2 fallback in sample httpd-ssl-conf - use @sample macro instead EXAMPLESDIR - add some SSLCipherSuite examples for OpenSSL >= 1.0.x - add libressl support [1] - add pkg-install script (to handle new modular MPM build) - build now most all modules, so users using packages don't have to run a custom build for missing modules - fix suexec mode PR: 196139 [1] MFH: 2015Q1
26 lines
1,009 B
Text
26 lines
1,009 B
Text
--- config.layout.orig 2012-04-17 14:01:41 UTC
|
|
+++ config.layout
|
|
@@ -257,17 +257,17 @@
|
|
bindir: ${exec_prefix}/bin
|
|
sbindir: ${exec_prefix}/sbin
|
|
libdir: ${exec_prefix}/lib
|
|
- libexecdir: ${exec_prefix}/libexec/apache2
|
|
+ libexecdir: ${exec_prefix}/libexec/apache24
|
|
mandir: ${prefix}/man
|
|
- sysconfdir: ${prefix}/etc/apache2
|
|
- datadir: ${prefix}/www
|
|
- installbuilddir: ${prefix}/share/apache2/build
|
|
+ sysconfdir: ${prefix}/etc/apache24
|
|
+ datadir: ${prefix}/www/apache24
|
|
+ installbuilddir: ${prefix}/share/apache24/build
|
|
errordir: ${datadir}/error
|
|
iconsdir: ${datadir}/icons
|
|
htdocsdir: ${datadir}/data
|
|
- manualdir: ${prefix}/share/doc/apache2
|
|
+ manualdir: ${prefix}/share/doc/apache24
|
|
cgidir: ${datadir}/cgi-bin
|
|
- includedir: ${prefix}/include/apache2
|
|
+ includedir: ${prefix}/include/apache24
|
|
localstatedir: /var
|
|
runtimedir: ${localstatedir}/run
|
|
logfiledir: ${localstatedir}/log
|