I need to automatically restart my apache service on the crontab otherwise the service is regularly taken down 😔 It's used for Pleroma, Pixelfed and Peertube but there is one account only in each instance.
@fedilab apache normally never dies without error.log, except sig11 or like this in syslog. cron restart script is emergency backup, you must get apache to not die, which is abnormal.
@kmj
No :( I split errors log files depending of the subdomain. I will check deeper though.