Projet

Général

Profil

Tâche #37064

Mis à jour par Joël Cuissinat il y a 7 mois

Pour l'instant, les paquets eole-nextcloud et nextcloud-apps sont supprimés lors de la migration mais il reste des fichiers qui empêchent le démarrage d'apache une fois la procédure complétement terminée :
<pre>
root@scribe:~# systemctl status apache2.service
× apache2.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/apache2.service.d
└─override.conf
Active: failed (Result: exit-code) since Tue 2025-09-02 15:52:17 CEST; 2min 41s ago
Docs: https://httpd.apache.org/docs/2.4/
CPU: 29ms

sept. 02 15:52:17 scribe systemd[1]: Starting apache2.service - The Apache HTTP Server...
sept. 02 15:52:17 scribe apachectl[15451]: AH00526: Syntax error on line 4 of /etc/apache2/sites-enabled/nextcloud.conf:
sept. 02 15:52:17 scribe apachectl[15451]: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration
sept. 02 15:52:17 scribe systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
sept. 02 15:52:17 scribe systemd[1]: apache2.service: Failed with result 'exit-code'.
sept. 02 15:52:17 scribe systemd[1]: Failed to start apache2.service - The Apache HTTP Server.
</pre>

Hum, il y aurait bien un autre pb car on a la même erreur avec posh-profil et roundcube !
<pre>
sept. 02 17:01:41 scribe apachectl[27691]: AH00526: Syntax error on line 6 of /etc/apache2/sites-enabled/roundcube.conf:
sept. 02 17:01:41 scribe apachectl[27691]: Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration
</pre>

Retour