Apache2.service failed because

ssh Login:

NextCloudPi v1.16.0 is up to date
Update to buster available. Type ‘sudo ncp-dist-upgrade’ to upgrade
Last login: Wed Aug 21 19:01:23 2019 from 192.168.0.28

sudo ncp-dist-upgrade

Job for apache2.service failed because the control process exited with error code.
See “systemctl status apache2.service” and “journalctl -xe” for details.
Something went wrong. Fix it and try again

pi@nextcloudpi:~ $ sudo systemctl reload apache2
apache2.service is not active, cannot reload.
pi@nextcloudpi:~ $ sudo service apache2 start
Job for apache2.service failed because the control process exited with error code.
See “systemctl status apache2.service” and “journalctl -xe” for details.
pi@nextcloudpi:~ $ systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2019-08-21 19:34:45 CEST; 48s ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 2274 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

Aug 21 19:34:45 nextcloudpi systemd[1]: Starting The Apache HTTP Server…
Aug 21 19:34:45 nextcloudpi apachectl[2274]: AH00526: Syntax error on line 1 of /etc/apac
Aug 21 19:34:45 nextcloudpi apachectl[2274]: Invalid command ‘Alias’, perhaps misspelled
Aug 21 19:34:45 nextcloudpi apachectl[2274]: Action ‘start’ failed.
Aug 21 19:34:45 nextcloudpi apachectl[2274]: The Apache error log may have more informati
Aug 21 19:34:45 nextcloudpi systemd[1]: apache2.service: Control process exited, code=exi
Aug 21 19:34:45 nextcloudpi systemd[1]: apache2.service: Failed with result ‘exit-code’.
Aug 21 19:34:45 nextcloudpi systemd[1]: Failed to start The Apache HTTP Server.
lines 1-14/14 (END)…skipping…
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2019-08-21 19:34:45 CEST; 48s ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 2274 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

Aug 21 19:34:45 nextcloudpi systemd[1]: Starting The Apache HTTP Server…
Aug 21 19:34:45 nextcloudpi apachectl[2274]: AH00526: Syntax error on line 1 of /etc/apache2/conf-enabled/javascript-common.conf:
Aug 21 19:34:45 nextcloudpi apachectl[2274]: Invalid command ‘Alias’, perhaps misspelled or defined by a module not included in the server configuration
Aug 21 19:34:45 nextcloudpi apachectl[2274]: Action ‘start’ failed.
Aug 21 19:34:45 nextcloudpi apachectl[2274]: The Apache error log may have more information.
Aug 21 19:34:45 nextcloudpi systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Aug 21 19:34:45 nextcloudpi systemd[1]: apache2.service: Failed with result ‘exit-code’.
Aug 21 19:34:45 nextcloudpi systemd[1]: Failed to start The Apache HTTP Server.

I have a problem with my cloud after the update, Can someone help me here?

This makes me think that Apache’s mod_alias isn’t enabled right now. Assuming it’s installed, you should be able to enable it with the following command:
a2enmod alias

Then try to restart Apache:
systemctl start apache2

2 Likes

Hello,

a2enmod alias
Module alias already enabled

and:
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
apache2 (2.4.38-3) wird eingerichtet …
ERROR: Conf security not properly enabled: /etc/apache2/conf-enabled/security.conf is a real file, not touching it
dpkg: Fehler beim Bearbeiten des Paketes apache2 (–configure):
»installiertes apache2-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)
Something went wrong. Fix it and try again

sudo apt-get upgrade
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
Paketaktualisierung (Upgrade) wird berechnet… Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
apache2 (2.4.38-3) wird eingerichtet …
ERROR: Conf security not properly enabled: /etc/apache2/conf-enabled/security.conf is a real file, not touching it
dpkg: Fehler beim Bearbeiten des Paketes apache2 (–configure):
»installiertes apache2-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)

Looks like the ‘apache2’ package didn’t install correctly. With Debian (or any other distribution that uses APT, such as Ubuntu), this could happen for a number of reasons. I’d recommend this command as a way to fix it, if a simple fix is possible:
sudo apt -f install

Once the apache2 package is fixed, it looks like there may also be a a problem with its security configuration. I would run this and go from there:
apachectl configtest

Hello,

sudo apt -f install
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
apache2 (2.4.38-3) wird eingerichtet …
ERROR: Conf security not properly enabled: /etc/apache2/conf-enabled/security.conf is a real file, not touching it
dpkg: Fehler beim Bearbeiten des Paketes apache2 (–configure):
»installiertes apache2-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)

apachectl configtest
AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
Syntax OK

sudo apt-get upgrade
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
Paketaktualisierung (Upgrade) wird berechnet… Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
apache2 (2.4.38-3+deb10u1) wird eingerichtet …
ERROR: Conf security not properly enabled: /etc/apache2/conf-enabled/security.conf is a real file, not touching it
dpkg: Fehler beim Bearbeiten des Paketes apache2 (–configure):
»installiertes apache2-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)

I would try moving the /etc/apache2/conf-enabled/security.conf file elsewhere and running those commands again. Beyond that, it seems to be a Debian package issue, and I can’t help you much more on that.

Hi @Lockslay,

this error looks like you moved the security.conf file manually from /etc/apache2/conf-available/ to /etc/apache2/conf-enabled/.

Best practice is to create sym-links instead. Try the following and see if your apt-get update; apt-get upgrade works afterwards.

  1. Move the file security.confback to its original folder:

mv /etc/apache2/conf-enabled/security.conf /etc/apache2/conf-available/

  1. Now create a sym-link to the file

ln -s /etc/apache2/conf-available/security.conf /etc/apache2/conf-enabled/security.conf

Now the Apt Upgrade should work without any error messages.

//EDIT: The above sym-link creation is the same what a2enconf security would do, just wanted to add that for future reference.

2 Likes