mirror of
https://github.com/mlan/docker-kopano.git
synced 2025-05-01 13:09:37 +00:00
560 B
560 B
Road map
apache2 runit script not working properly
See: https://github.com/phusion/baseimage-docker/issues/271
We now use:
apache2ctl -D FOREGROUND -k start"
try:
source /etc/apache2/envvars
exec /usr/sbin/apache2 -DFOREGROUND
Improve healthcheck
Verify the user anonymously.
ldapsearch -h dockerhost -xLLL -b dc=circuit-factory,dc=com '(kopanoAccount=1)'
Check if kopano can get the user from LDAP
kopano-admin -l
check that apache and mysql is running
apache2ctl status
mysqlcheck -A