Implement docker-compose setup for CAcert software

This commit is contained in:
Jan Dittberner 2020-12-20 14:52:15 +01:00 committed by Jan Dittberner
commit 279dbcffbf
17 changed files with 642 additions and 0 deletions

20
docker/php5-cacert.ini Normal file
View file

@ -0,0 +1,20 @@
;
; Additional settings for CAcert webdb application
;
safe_mode_allowed_env_vars = LC_ALL,LANG,LANGUAGE,PHP_
disable_functions = passthru
expose_php = Off
memory_limit = 18M
display_errors = Off
log_errors = On
error_log = /var/log/apache2/phperrors.log
sendmail_path = "/usr/sbin/sendmail -t -i -freturns@cacert.org"
session.use_only_cookies = On
session.cookie_secure = On
error_reporting = E_ALL
short_open_tag = On
; Starting with PHP 5.6, PHP's default character set is set to UTF-8.
; This is not what the current CAcert application code expects, so we
; overrrule it with the earlier default.
default_charset = "iso-8859-1"