Hi!
Recently upgraded from 10.3.2 to 10.9.1 in docker container.
Inside 10.9.1 OC server container, trying to start and stop apache2 gives following error.
root@5648fbaedc0c: /var/www/owncloud/config # service apache2 status
/etc/init.d/apache2: 46: .: Can’t open /etc/apache2/envvars
/etc/init.d/apache2: 57: .: Can’t open /etc/apache2/envvars
ERROR: APACHE_PID_FILE needs to be defined in /etc/apache2/envvars
Server admin docs say to run that command to start/stop apache.
Bobby