Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 28/12/2022, à 17:18

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

L'application de ces 3 commandes est bon, pas d'erreurs ou de rejets.
Mais le lancement de phpmyadmin ne fonctionne toujours pas. Ni même la commande "localhost" tout court dans mon navigateur. Message d'erreur:"Erreur de chargement, la connexion a échoué".

Hors ligne

#27 Le 28/12/2022, à 17:23

bruno

Re : Pb avec le développement d'un site en local

Il faut les retours de :

systemctl status mysql
systemctl status apache2

pour s'assurer que MySQL et Apache fonctionnent. En cas d'erreur il faudra regarder les logs.

Hors ligne

#28 Le 28/12/2022, à 17:30

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

claude@claude-desktop:~$ systemctl status mysql
● mysql.service - MySQL Community Server
     Loaded: loaded (/lib/systemd/system/mysql.service; disabled; vendor preset>
     Active: active (running) since Wed 2022-12-28 16:10:21 CET; 15min ago
   Main PID: 6406 (mysqld)
     Status: "Server is operational"
      Tasks: 39 (limit: 18709)
     Memory: 455.5M
        CPU: 7.722s
     CGroup: /system.slice/mysql.service
             └─6406 /usr/sbin/mysqld

déc. 28 16:10:20 claude-desktop systemd[1]: Starting MySQL Community Server...
déc. 28 16:10:21 claude-desktop systemd[1]: Started MySQL Community Server.
...skipping...
● mysql.service - MySQL Community Server
     Loaded: loaded (/lib/systemd/system/mysql.service; disabled; vendor preset>
     Active: active (running) since Wed 2022-12-28 16:10:21 CET; 15min ago
   Main PID: 6406 (mysqld)
     Status: "Server is operational"
      Tasks: 39 (limit: 18709)
     Memory: 455.5M
        CPU: 7.722s
     CGroup: /system.slice/mysql.service
             └─6406 /usr/sbin/mysqld

déc. 28 16:10:20 claude-desktop systemd[1]: Starting MySQL Community Server...
déc. 28 16:10:21 claude-desktop systemd[1]: Started MySQL Community Server.
~
~
~
~
~
~
~
~
~
~

et:

claude@claude-desktop:~$ systemctl status apache2
× apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor prese>
     Active: failed (Result: exit-code) since Wed 2022-12-28 15:27:59 CET; 1h 0>
       Docs: https://httpd.apache.org/docs/2.4/
        CPU: 23ms

déc. 28 15:27:59 claude-desktop systemd[1]: Starting The Apache HTTP Server...
déc. 28 15:27:59 claude-desktop apachectl[1377]: apache2: Syntax error on line >
déc. 28 15:27:59 claude-desktop apachectl[1340]: Action 'start' failed.
déc. 28 15:27:59 claude-desktop apachectl[1340]: The Apache error log may have >
déc. 28 15:27:59 claude-desktop systemd[1]: apache2.service: Control process ex>
déc. 28 15:27:59 claude-desktop systemd[1]: apache2.service: Failed with result>
déc. 28 15:27:59 claude-desktop systemd[1]: Failed to start The Apache HTTP Ser>
lines 1-13/13 (END)

Hors ligne

#29 Le 28/12/2022, à 17:32

bruno

Re : Pb avec le développement d'un site en local

Pour le serveur Mysql, cela à l'air bon.

Par contre Apache ne se lance pas mais les lignes que tu as collée sont tronquées… hmm
On voir quand même qu'il y a une erreur de syntaxe, donne-nous donc le retour de :

apache2ctl -t

Hors ligne

#30 Le 28/12/2022, à 17:40

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

Je pense que ce compte-rendu suite à une tentative de démarrage d'apache2 sera intéressant:

claude@claude-desktop:~$ 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 2022-12-28 16:36:03 CET; 1min 28s ago
       Docs: https://httpd.apache.org/docs/2.4/
    Process: 8000 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
        CPU: 11ms

déc. 28 16:36:03 claude-desktop systemd[1]: Starting The Apache HTTP Server...
déc. 28 16:36:03 claude-desktop apachectl[8003]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7>
déc. 28 16:36:03 claude-desktop apachectl[8000]: Action 'start' failed.
déc. 28 16:36:03 claude-desktop apachectl[8000]: The Apache error log may have more information.
déc. 28 16:36:03 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
déc. 28 16:36:03 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
déc. 28 16:36:03 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.

Hors ligne

#31 Le 28/12/2022, à 17:48

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

Lignes 145 à 147 du fichier /etc/apaxhe2/apache2.conf:

# Include module configuration:
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf

Hors ligne

#32 Le 28/12/2022, à 17:49

bruno

Re : Pb avec le développement d'un site en local

Inutile d'essayer de démarrer un service dont au moins un des fichiers de configuration contient une erreur de syntaxe.
J'ai demandé le retour de:

apache2ctl -t

Hors ligne

#33 Le 28/12/2022, à 17:55

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

Contenu du fichier: /etc/apache2/mods-enabled/php7.4.load :

# Conflicts: php5
# Depends: mpm_prefork
LoadModule php7_module /usr/lib/apache2/modules/libphp7.4.so

Hors ligne

#34 Le 28/12/2022, à 17:58

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

Je n'avais pas vu cette demande (excuses):

claude@claude-desktop:~$ apache2ctl -t
apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
Action '-t' failed.
The Apache error log may have more information.

Hors ligne

#35 Le 28/12/2022, à 17:59

bruno

Re : Pb avec le développement d'un site en local

Ok c'est donc bien une migration vers Ubuntu 22.04 qui n'a pas été complète : apache tente de charge le module php 7.
4 qui n'existe plus.

Donc :

sudo a2enmod php8.1
sudo a2dismod php7.4

Puis on tente de redémarrer apache :

sudo systemctl restart apache2

Dernière modification par bruno (Le 28/12/2022, à 18:01)

Hors ligne

#36 Le 28/12/2022, à 18:03

bruno

Re : Pb avec le développement d'un site en local

(Vu le retour message précédent supprimé)

Hors ligne

#37 Le 28/12/2022, à 18:07

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

claude@claude-desktop:~$ sudo a2enmod php8.1
[sudo] Mot de passe de claude : 
Considering dependency mpm_prefork for php8.1:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php8.1:
Enabling module php8.1.
To activate the new configuration, you need to run:
  systemctl restart apache2
claude@claude-desktop:~$ sudo a2dismod php7.4
Module php7.4 disabled.
To activate the new configuration, you need to run:
  systemctl restart apache2
claude@claude-desktop:~$ systemctl start apache2
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xeu apache2.service" for details.

Apache2 est en erreur !

Hors ligne

#38 Le 28/12/2022, à 18:21

bruno

Re : Pb avec le développement d'un site en local

Avec sudo :

sudo systemctl restart apache2

si il y a toujours une erreur il faudra donner le retour de :

journalctl --no-pager -xeu apache2.service

Hors ligne

#39 Le 28/12/2022, à 18:26

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

claude@claude-desktop:~$ sudo systemctl restart apache2
[sudo] Mot de passe de claude : 
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xeu apache2.service" for details.


claude@claude-desktop:~$ journalctl --no-pager -xeu apache2.service
déc. 20 15:38:32 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 20 15:38:33 claude-desktop apachectl[1366]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 20 15:38:33 claude-desktop apachectl[1324]: Action 'start' failed.
déc. 20 15:38:33 claude-desktop apachectl[1324]: The Apache error log may have more information.
déc. 20 15:38:33 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 20 15:38:33 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 20 15:38:33 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
-- Boot 3e16f5eee55e4d2980990978ac20ce97 --
déc. 22 08:49:40 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 22 08:49:40 claude-desktop apachectl[1391]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 22 08:49:40 claude-desktop apachectl[1349]: Action 'start' failed.
déc. 22 08:49:40 claude-desktop apachectl[1349]: The Apache error log may have more information.
déc. 22 08:49:40 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 22 08:49:40 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 22 08:49:40 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 22 09:04:58 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 22 09:04:58 claude-desktop apachectl[5646]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 22 09:04:58 claude-desktop apachectl[5643]: Action 'start' failed.
déc. 22 09:04:58 claude-desktop apachectl[5643]: The Apache error log may have more information.
déc. 22 09:04:58 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 22 09:04:58 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 22 09:04:58 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 22 09:07:02 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 22 09:07:02 claude-desktop apachectl[5681]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 22 09:07:02 claude-desktop apachectl[5678]: Action 'start' failed.
déc. 22 09:07:02 claude-desktop apachectl[5678]: The Apache error log may have more information.
déc. 22 09:07:02 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 22 09:07:02 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 22 09:07:02 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 22 09:18:18 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 22 09:18:18 claude-desktop apachectl[6515]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 22 09:18:18 claude-desktop apachectl[6512]: Action 'start' failed.
déc. 22 09:18:18 claude-desktop apachectl[6512]: The Apache error log may have more information.
déc. 22 09:18:18 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 22 09:18:18 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 22 09:18:18 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 22 09:32:41 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 22 09:32:41 claude-desktop apachectl[7487]: 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
déc. 22 09:32:41 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 22 09:33:25 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 22 09:33:25 claude-desktop apachectl[7565]: 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
déc. 22 09:33:25 claude-desktop systemd[1]: apache2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has successfully entered the 'dead' state.
déc. 22 09:33:25 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
déc. 22 09:33:25 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 22 09:33:25 claude-desktop apachectl[7571]: 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
déc. 22 09:33:25 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 22 09:35:27 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 22 09:35:27 claude-desktop apachectl[7691]: 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
déc. 22 09:35:27 claude-desktop systemd[1]: apache2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has successfully entered the 'dead' state.
déc. 22 09:35:27 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
-- Boot a9bbb2d5788d4d02b67df717d7433508 --
déc. 22 09:35:56 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 22 09:35:57 claude-desktop apachectl[1368]: 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
déc. 22 09:35:57 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 22 11:20:42 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 22 11:20:42 claude-desktop apachectl[21941]: 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
déc. 22 11:20:42 claude-desktop systemd[1]: apache2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has successfully entered the 'dead' state.
déc. 22 11:20:42 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
déc. 22 11:20:42 claude-desktop systemd[1]: apache2.service: Consumed 3.372s CPU time.
░░ Subject: Ressources consommées durant l'éxécution de l'unité (unit)
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service s'est arrêtée et a consommé les ressources indiquées.
-- Boot 8d4db7b6c73a45d9aef094e7e97355dc --
déc. 23 15:29:46 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 23 15:29:47 claude-desktop apachectl[1375]: 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
déc. 23 15:29:47 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 23 15:55:36 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 23 15:55:36 claude-desktop apachectl[6506]: 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
déc. 23 15:55:36 claude-desktop systemd[1]: apache2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has successfully entered the 'dead' state.
déc. 23 15:55:36 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
-- Boot 8bebf5fb53904335a5a4bf53e9bd8700 --
déc. 24 14:19:23 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 24 14:19:24 claude-desktop apachectl[1387]: 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
déc. 24 14:19:24 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 24 16:23:40 claude-desktop phpMyAdmin[6170]: user denied: root (mysql-denied) from 127.0.0.1
déc. 24 16:23:55 claude-desktop phpMyAdmin[1489]: user denied: root (mysql-denied) from 127.0.0.1
déc. 24 16:23:57 claude-desktop phpMyAdmin[1489]: user denied: root (mysql-denied) from 127.0.0.1
déc. 24 16:36:38 claude-desktop phpMyAdmin[5645]: user denied: root (mysql-denied) from 127.0.0.1
déc. 24 16:43:06 claude-desktop phpMyAdmin[1490]: user denied: root (mysql-denied) from 127.0.0.1
déc. 24 16:45:50 claude-desktop phpMyAdmin[5648]: user denied: root (mysql-denied) from 127.0.0.1
déc. 24 16:46:23 claude-desktop phpMyAdmin[1493]: user denied: moderateur (mysql-denied) from 127.0.0.1
déc. 24 16:46:51 claude-desktop phpMyAdmin[5647]: user denied: root (mysql-denied) from 127.0.0.1
déc. 24 17:31:50 claude-desktop phpMyAdmin[6170]: user denied: root (no-activity) from 127.0.0.1
déc. 24 17:32:39 claude-desktop phpMyAdmin[1489]: user denied: moderateur (mysql-denied) from 127.0.0.1
déc. 24 17:32:44 claude-desktop phpMyAdmin[1491]: user denied: moderateur (mysql-denied) from 127.0.0.1
déc. 24 17:45:43 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 24 17:45:43 claude-desktop apachectl[46210]: 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
déc. 24 17:45:44 claude-desktop systemd[1]: apache2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has successfully entered the 'dead' state.
déc. 24 17:45:44 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
déc. 24 17:45:44 claude-desktop systemd[1]: apache2.service: Consumed 2.718s CPU time.
░░ Subject: Ressources consommées durant l'éxécution de l'unité (unit)
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service s'est arrêtée et a consommé les ressources indiquées.
-- Boot 31748d5d137e470ebd25b6ed5c5ae50d --
déc. 26 08:55:57 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 26 08:55:58 claude-desktop apachectl[1381]: 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
déc. 26 08:55:58 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 26 11:09:45 claude-desktop phpMyAdmin[1491]: user denied: root (mysql-denied) from 127.0.0.1
déc. 26 11:33:34 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 26 11:33:34 claude-desktop apachectl[14200]: 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
déc. 26 11:33:34 claude-desktop systemd[1]: apache2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has successfully entered the 'dead' state.
déc. 26 11:33:34 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
-- Boot 9e6a52c7c3dc42d6afdc9981c16fd4ed --
déc. 27 08:07:32 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 27 08:07:33 claude-desktop apachectl[1374]: 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
déc. 27 08:07:33 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 27 09:45:18 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 27 09:45:18 claude-desktop apachectl[8181]: 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
déc. 27 09:45:19 claude-desktop systemd[1]: apache2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has successfully entered the 'dead' state.
déc. 27 09:45:19 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
-- Boot 77640ac96b9342b4abccb508fa35409e --
déc. 27 14:17:05 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 27 14:17:06 claude-desktop apachectl[1359]: 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
déc. 27 14:17:06 claude-desktop systemd[1]: Started The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son démarrage
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
déc. 27 15:01:09 claude-desktop systemd[1]: Reloading The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à recharger sa configuration.
déc. 27 15:01:09 claude-desktop apachectl[6309]: 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
déc. 27 15:01:09 claude-desktop systemd[1]: Reloaded The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé de recharger configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé de recharger configuration,
░░ avec le résultat done.
déc. 27 15:01:09 claude-desktop systemd[1]: Reloading The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à recharger sa configuration.
déc. 27 15:01:09 claude-desktop apachectl[6330]: 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
déc. 27 15:01:09 claude-desktop systemd[1]: Reloaded The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé de recharger configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé de recharger configuration,
░░ avec le résultat done.
déc. 27 15:02:03 claude-desktop phpMyAdmin[6347]: user denied: root (mysql-denied) from 127.0.0.1
déc. 27 15:02:41 claude-desktop phpMyAdmin[6349]: user denied: moderateur (mysql-denied) from 127.0.0.1
déc. 27 15:03:30 claude-desktop phpMyAdmin[6437]: user denied: root (mysql-denied) from 127.0.0.1
déc. 27 16:00:47 claude-desktop systemd[1]: Reloading The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à recharger sa configuration.
déc. 27 16:00:47 claude-desktop apachectl[13584]: 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
déc. 27 16:00:47 claude-desktop systemd[1]: Reloaded The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé de recharger configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé de recharger configuration,
░░ avec le résultat done.
déc. 27 16:00:47 claude-desktop systemd[1]: Reloading The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à recharger sa configuration.
déc. 27 16:00:47 claude-desktop apachectl[13611]: 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
déc. 27 16:00:47 claude-desktop systemd[1]: Reloaded The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé de recharger configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé de recharger configuration,
░░ avec le résultat done.
déc. 27 16:02:14 claude-desktop systemd[1]: Reloading The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à recharger sa configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à recharger sa configuration.
déc. 27 16:02:14 claude-desktop apachectl[36333]: 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
déc. 27 16:02:14 claude-desktop systemd[1]: Reloaded The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé de recharger configuration
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé de recharger configuration,
░░ avec le résultat done.
déc. 27 16:10:55 claude-desktop systemd[1]: Stopping The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à s'arrêter
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à s'arrêter.
déc. 27 16:10:55 claude-desktop apachectl[45310]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 27 16:10:55 claude-desktop apachectl[45308]: Action 'graceful-stop' failed.
déc. 27 16:10:55 claude-desktop apachectl[45308]: The Apache error log may have more information.
déc. 27 16:10:55 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStop= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 27 16:10:55 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 27 16:10:55 claude-desktop systemd[1]: Stopped The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a terminé son arrêt
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a terminé son arrêt.
déc. 27 16:10:55 claude-desktop systemd[1]: apache2.service: Consumed 1.272s CPU time.
░░ Subject: Ressources consommées durant l'éxécution de l'unité (unit)
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service s'est arrêtée et a consommé les ressources indiquées.
déc. 27 16:10:55 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 27 16:10:55 claude-desktop apachectl[45316]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 27 16:10:55 claude-desktop apachectl[45313]: Action 'start' failed.
déc. 27 16:10:55 claude-desktop apachectl[45313]: The Apache error log may have more information.
déc. 27 16:10:55 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 27 16:10:55 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 27 16:10:55 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
-- Boot d9c1d2270e4a42b9b85f3cbbf176ada2 --
déc. 28 07:38:57 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 28 07:38:57 claude-desktop apachectl[1414]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 28 07:38:57 claude-desktop apachectl[1367]: Action 'start' failed.
déc. 28 07:38:57 claude-desktop apachectl[1367]: The Apache error log may have more information.
déc. 28 07:38:57 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 28 07:38:57 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 28 07:38:57 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
-- Boot abf71d59929f481a8ae035419b086574 --
déc. 28 15:27:59 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 28 15:27:59 claude-desktop apachectl[1377]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 28 15:27:59 claude-desktop apachectl[1340]: Action 'start' failed.
déc. 28 15:27:59 claude-desktop apachectl[1340]: The Apache error log may have more information.
déc. 28 15:27:59 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 28 15:27:59 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 28 15:27:59 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 28 16:36:03 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 28 16:36:03 claude-desktop apachectl[8003]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load: Cannot load /usr/lib/apache2/modules/libphp7.4.so into server: /usr/lib/apache2/modules/libphp7.4.so: cannot open shared object file: No such file or directory
déc. 28 16:36:03 claude-desktop apachectl[8000]: Action 'start' failed.
déc. 28 16:36:03 claude-desktop apachectl[8000]: The Apache error log may have more information.
déc. 28 16:36:03 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 28 16:36:03 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 28 16:36:03 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 28 17:05:40 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 28 17:05:40 claude-desktop apachectl[9173]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php8.1.load: Cannot load /usr/lib/apache2/modules/libphp8.1.so into server: /usr/lib/apache2/modules/libphp8.1.so: cannot open shared object file: No such file or directory
déc. 28 17:05:40 claude-desktop apachectl[9170]: Action 'start' failed.
déc. 28 17:05:40 claude-desktop apachectl[9170]: The Apache error log may have more information.
déc. 28 17:05:40 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 28 17:05:40 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 28 17:05:40 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 28 17:09:52 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 28 17:09:52 claude-desktop apachectl[9325]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php8.1.load: Cannot load /usr/lib/apache2/modules/libphp8.1.so into server: /usr/lib/apache2/modules/libphp8.1.so: cannot open shared object file: No such file or directory
déc. 28 17:09:52 claude-desktop apachectl[9322]: Action 'start' failed.
déc. 28 17:09:52 claude-desktop apachectl[9322]: The Apache error log may have more information.
déc. 28 17:09:52 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 28 17:09:52 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 28 17:09:52 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.
déc. 28 17:23:04 claude-desktop systemd[1]: Starting The Apache HTTP Server...
░░ Subject: L'unité (unit) apache2.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a commencé à démarrer.
déc. 28 17:23:04 claude-desktop apachectl[10348]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php8.1.load: Cannot load /usr/lib/apache2/modules/libphp8.1.so into server: /usr/lib/apache2/modules/libphp8.1.so: cannot open shared object file: No such file or directory
déc. 28 17:23:04 claude-desktop apachectl[10345]: Action 'start' failed.
déc. 28 17:23:04 claude-desktop apachectl[10345]: The Apache error log may have more information.
déc. 28 17:23:04 claude-desktop systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit apache2.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
déc. 28 17:23:04 claude-desktop systemd[1]: apache2.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit apache2.service has entered the 'failed' state with result 'exit-code'.
déc. 28 17:23:04 claude-desktop systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: L'unité (unit) apache2.service a échoué
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ L'unité (unit) apache2.service a échoué, avec le résultat failed.

Il semblerait qu'Apache2 cherche toujours des fichiers de php7.4, alors qu'on a déjà supprimé php7.4 au profit de php 8.1 !

Dernière modification par Claude LENDREVIE (Le 28/12/2022, à 18:30)

Hors ligne

#40 Le 28/12/2022, à 18:32

bruno

Re : Pb avec le développement d'un site en local

Hein ?
Comment peut-on encore avoir cette erreur :

Syntax error on line 3 of /etc/apache2/mods-enabled/php7.4.load

alors que le module php7.4 a été explicitement désactivé en #37 !

Le retour de :

ls -l /etc/apache2/mods-enabled/php7.4.load

On est pas sur une installation standard avec les paquets officiels ?
Retour de :

apt list --installed php*

Hors ligne

#41 Le 28/12/2022, à 18:38

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

C'est bien mon étonnement également.

claude@claude-desktop:~$ ls -l /etc/apache2/mods-enabled/php7.4.load
ls: impossible d'accéder à '/etc/apache2/mods-enabled/php7.4.load': Aucun fichier ou dossier de ce type
claude@claude-desktop:~$ apt list --installed php*
En train de lister... Fait
php-bz2/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé, automatique]
php-common/bionic,bionic,now 2:93+ubuntu18.04.1+deb.sury.org+2 all  [installé, automatique]
php-curl/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé]
php-google-recaptcha/jammy,jammy,now 1.2.4-3 all  [installé, automatique]
php-imap/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé]
php-intl/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé]
php-json/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé]
php-mariadb-mysql-kbs/jammy,jammy,now 1.2.12-1 all  [installé, automatique]
php-mysql/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé]
php-nikic-fast-route/jammy,jammy,now 1.3.0-3 all  [installé, automatique]
php-pear/bionic,bionic,now 1:1.10.13+submodules+notgz+2022032202-2+ubuntu18.04.1+deb.sury.org+1 all  [installé]
php-phpmyadmin-motranslator/jammy,jammy,now 5.2.0-1build1 all  [installé, automatique]
php-phpmyadmin-shapefile/jammy,jammy,now 2.1-5 all  [installé, automatique]
php-phpmyadmin-sql-parser/jammy,jammy,now 5.4.1-2 all  [installé, automatique]
php-phpseclib/jammy,jammy,now 2.0.36-1 all  [installé, automatique]
php-psr-cache/jammy,jammy,now 3.0.0-1 all  [installé, automatique]
php-psr-container/jammy,jammy,now 2.0.2-1 all  [installé, automatique]
php-psr-log/jammy,jammy,now 3.0.0-1 all  [installé, automatique]
php-symfony-cache-contracts/jammy,jammy,now 2.4.0-1ubuntu2 all  [installé, automatique]
php-symfony-cache/jammy,jammy,now 5.4.4+dfsg-1ubuntu8 all  [installé, automatique]
php-symfony-config/jammy,jammy,now 5.4.4+dfsg-1ubuntu8 all  [installé, automatique]
php-symfony-dependency-injection/jammy,jammy,now 5.4.4+dfsg-1ubuntu8 all  [installé, automatique]
php-symfony-deprecation-contracts/jammy,jammy,now 2.4.0-1ubuntu2 all  [installé, automatique]
php-symfony-expression-language/jammy,jammy,now 5.4.4+dfsg-1ubuntu8 all  [installé, automatique]
php-symfony-filesystem/jammy,jammy,now 5.4.4+dfsg-1ubuntu8 all  [installé, automatique]
php-symfony-polyfill-php80/jammy,jammy,now 1.24.0-1ubuntu2 all  [installé, automatique]
php-symfony-polyfill-php81/jammy,jammy,now 1.24.0-1ubuntu2 all  [installé, automatique]
php-symfony-service-contracts/jammy,jammy,now 2.4.0-1ubuntu2 all  [installé, automatique]
php-symfony-var-exporter/jammy,jammy,now 5.4.4+dfsg-1ubuntu8 all  [installé, automatique]
php-tcpdf/jammy,jammy,now 6.4.4+dfsg1-1 all  [installé, automatique]
php-twig-i18n-extension/jammy,jammy,now 3.0.0-2 all  [installé, automatique]
php-twig/jammy,jammy,now 3.3.8-2ubuntu4 all  [installé, automatique]
php-xml/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé]
php-zip/bionic,bionic,now 2:8.2+93+ubuntu18.04.1+deb.sury.org+2 all  [installé]
php7.1-common/bionic,now 7.1.33-50+ubuntu18.04.1+deb.sury.org+2 amd64  [installé, automatique]
php7.1-mcrypt/bionic,now 7.1.33-50+ubuntu18.04.1+deb.sury.org+2 amd64  [installé, automatique]
php7.3-common/bionic,now 7.3.33-8+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php7.3-mbstring/bionic,now 7.3.33-8+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php7.4-cli/bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php7.4-common/bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php7.4-fpm/bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé]
php7.4-json/bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php7.4-mysql/bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé]
php7.4-opcache/bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php7.4-readline/bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php7.4/bionic,bionic,now 1:7.4.33-1+ubuntu18.04.1+deb.sury.org+1 all  [installé]
php8.0-common/bionic,now 1:8.0.26-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.0-gd/bionic,now 1:8.0.26-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.1-cli/bionic,now 8.1.13-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.1-common/bionic,now 8.1.13-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.1-opcache/bionic,now 8.1.13-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.1-readline/bionic,now 8.1.13-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.1-xml/bionic,now 8.1.13-1+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-bz2/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-cli/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-common/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-curl/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-imap/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-intl/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-mysql/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-opcache/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-readline/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-xml/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
php8.2-zip/bionic,now 8.2.0-3+ubuntu18.04.1+deb.sury.org+1 amd64  [installé, automatique]
phpmyadmin/jammy,jammy,now 4:5.1.1+dfsg1-5ubuntu1 all  [installé]

Hors ligne

#42 Le 28/12/2022, à 18:52

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

J'ai bien l'existence du fichier /etc/apache2/mods-enabled/php8.1.load (& conf)., mais plus .../php7.4.load ! Ce qui est bien normal.

Dernière modification par Claude LENDREVIE (Le 28/12/2022, à 18:54)

Hors ligne

#43 Le 28/12/2022, à 18:53

bruno

Re : Pb avec le développement d'un site en local

Bon tu as installé le dépôt ppa:ondrej/php.
J'abandonne. Trop long à dépanner.
Il y a déjà eu un autre fil où nous t'avions expliqué qu'il ne fallait pas te servir de ce dépôt.

Hors ligne

#44 Le 28/12/2022, à 19:01

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

Ok. Je suis bien au courant des problèmes autour de ce dépôt. Mais comme tous les utilisateurs de Joomla, j'ai été obligé -jadis- d'en passer par là. Et je n'avais jamais vécu de déboires bloquant comme désormais. Tout ce ci provoqué par une simple mise à jour d'Ubuntu !

Grand merci néanmoins pour tous ces efforts pour m'aider. Je reste néanmoins dans la mouise totale.

Hors ligne

#45 Le 28/12/2022, à 19:11

bruno

Re : Pb avec le développement d'un site en local

Tout ce ci provoqué par une simple mise à jour d'Ubuntu !

Non, provoqué par l'utilisation de ce dépôt. Et Joomla n'y est pour rien, comme déjà dit à l'époque il faut utiliser un système adapté au CMS et non l'inverse.
Dans l'ancien fil cité il y a la procédure pour se débarrasser de ce dépôt avec ppa-purge.

Hors ligne

#46 Le 28/12/2022, à 19:22

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

Je ne suis pas d'accord sur cette affirmation. D'ailleurs, en ce moment, je n'ai plus ce dépôt d'Ondrej !
Et je suis formel, car si on cherche à le purger, la réponse est aujourd'hui:  il n'y a pas un tel dépôt !

Hors ligne

#47 Le 28/12/2022, à 19:34

bruno

Re : Pb avec le développement d'un site en local

Le dépôt a été désactivé lors de la mise à niveau vers Ubuntu 22.04. Les paquets eux sont toujours bien présents. Il faut le réactiver avant de pouvoir utiliser ppa-purge.

Hors ligne

#48 Le 28/12/2022, à 19:42

xubu1957

Re : Pb avec le développement d'un site en local

Comme expliqué par nany.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#49 Le 28/12/2022, à 20:08

ylag

Re : Pb avec le développement d'un site en local

Bonsoir,

Si on se fie à la liste des paquets au message #41, le système serait en Jammy 22.04, mais les paquets issus du PPA ppa:ondrej/php sont en version Bionic 18.04 ; je ne sais pas comment ppa-purge va se comporter dans ce cas.
Il faudra probablement réactiver le dépôt à la version Bionic, avant d'essayer ppa-purge ?

A+

Hors ligne

#50 Le 29/12/2022, à 10:11

Claude LENDREVIE

Re : Pb avec le développement d'un site en local

Merci ylag. C'est tout à fait ce que j'ai pu lire sur ce forum !

Hors ligne