mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -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
9 lines
438 B
Text
9 lines
438 B
Text
--- docs/conf/extra/httpd-autoindex.conf.in.orig 2010-06-15 11:05:13 UTC
|
|
+++ docs/conf/extra/httpd-autoindex.conf.in
|
|
@@ -89,5 +89,5 @@ HeaderName HEADER.html
|
|
# IndexIgnore is a set of filenames which directory indexing should ignore
|
|
# and not include in the listing. Shell-style wildcarding is permitted.
|
|
#
|
|
-IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
|
|
+IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t *.bak *.orig
|
|
|