Hello, I have a problem installing egroupware to my ubuntu 18.04 server, this is my first time working with docker so bear that in mind, you can be angry for me doing stupid things.
First of all I followed this guide for ubuntu 18.04 https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-docker
Docker version 19.03.6, build 369ce74a3c
Server version: 10.1.44-MariaDB-0ubuntu0.18.04.1 Ubuntu 18.04
And when doing the last step (sudo apt install egroupware docker ) i get this
Job for apache2.service failed because the control process exited with error code.
See “systemctl status apache2.service” and “journalctl -xe” for details.
invoke-rc.d: initscript apache2, action “force-reload” failed.
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
└─apache2-systemd.conf
Active: active (running) (Result: exit-code) since Thu 2020-02-13 20:59:13 UTC; 13h ago
Main PID: 15841 (apache2)
Tasks: 55 (limit: 4693)
CGroup: /system.slice/apache2.service
├─15841 /usr/sbin/apache2 -k start
├─17103 /usr/sbin/apache2 -k start
└─17104 /usr/sbin/apache2 -k start
Feb 14 10:21:11 robotux apachectl[23545]: Action ‘graceful’ failed.
Feb 14 10:21:11 robotux apachectl[23545]: The Apache error log may have more information.
Feb 14 10:21:11 robotux systemd[1]: apache2.service: Control process exited, code=exited status=1
Feb 14 10:21:11 robotux systemd[1]: Reload failed for The Apache HTTP Server.
Feb 14 10:50:26 robotux systemd[1]: Reloading The Apache HTTP Server.
Feb 14 10:50:26 robotux apachectl[24510]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 30 of /etc/apache2/sites-enabled/000-default.con
Feb 14 10:50:26 robotux apachectl[24510]: Action ‘graceful’ failed.
Feb 14 10:50:26 robotux apachectl[24510]: The Apache error log may have more information.
Feb 14 10:50:26 robotux systemd[1]: apache2.service: Control process exited, code=exited status=1
Feb 14 10:50:26 robotux systemd[1]: Reload failed for The Apache HTTP Server.
I don’t have php installed :
Command ‘php’ not found, but can be installed with:
apt install php7.2-cli
apt install hhvm
Do i need to install php aswell?
EDIT:
FIXED
went to -> /etc/apache2/sites-enabled/000-default
removed lines of previous attempt
ngnix conf file
collabora key conf file
etc…