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.

#1 Le 01/10/2022, à 16:49

sebastien31

[Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Bonjour a tous,
Je viens de réaliser la mise à jour de mon serveur de ubuntu 20.04 vers 22.04
Tout c'est bien passé, pas de message d'erreur pendant la mise à jour.
Apres la mise a jour et un reboot j'ai controlé l'état de mon serveur LAMP voici les commandes:

seb@srvprod:~$ sudo systemctl status apache2.service 
● apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2022-10-01 15:40:02 UTC; 4s ago
       Docs: https://httpd.apache.org/docs/2.4/
    Process: 4024 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
   Main PID: 4040 (apache2)
      Tasks: 12 (limit: 18731)
     Memory: 21.0M
        CPU: 123ms
     CGroup: /system.slice/apache2.service
             ├─4040 /usr/sbin/apache2 -k start
             ├─4041 /usr/sbin/apache2 -k start
             ├─4042 /usr/sbin/apache2 -k start
             ├─4043 /usr/sbin/apache2 -k start
             ├─4044 /usr/sbin/apache2 -k start
             ├─4046 /usr/sbin/apache2 -k start
             └─4049 /usr/sbin/apache2 -k start

oct. 01 15:40:01 srvprod systemd[1]: Starting The Apache HTTP Server...
oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/maroc] does not exist
oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/maroc] does not exist
oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/informel] does not exist
oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/informel] does not exist
oct. 01 15:40:02 srvprod systemd[1]: Started The Apache HTTP Server.
seb@srvprod:~$ sudo systemctl status mysql.service 
● mysql.service - MySQL Community Server
     Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2022-10-01 15:37:10 UTC; 9min ago
    Process: 846 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
   Main PID: 1504 (mysqld)
     Status: "Server is operational"
      Tasks: 38 (limit: 18731)
     Memory: 448.4M
        CPU: 4.396s
     CGroup: /system.slice/mysql.service
             └─1504 /usr/sbin/mysqld

oct. 01 15:36:20 srvprod systemd[1]: Starting MySQL Community Server...
oct. 01 15:37:10 srvprod systemd[1]: Started MySQL Community Server.
seb@srvprod:~$ sudo systemctl status php8.1-fpm.service 
● php8.1-fpm.service - The PHP 8.1 FastCGI Process Manager
     Loaded: loaded (/lib/systemd/system/php8.1-fpm.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2022-10-01 15:36:33 UTC; 10min ago
       Docs: man:php-fpm8.1(8)
    Process: 1429 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.1/fpm/pool.d/www.conf 81 (code=exited, status=0/SUCCESS)
   Main PID: 848 (php-fpm8.1)
     Status: "Processes active: 0, idle: 2, Requests: 0, slow: 0, Traffic: 0req/sec"
      Tasks: 3 (limit: 18731)
     Memory: 22.3M
        CPU: 76ms
     CGroup: /system.slice/php8.1-fpm.service
             ├─ 848 "php-fpm: master process (/etc/php/8.1/fpm/php-fpm.conf)" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
             ├─1427 "php-fpm: pool www" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
             └─1428 "php-fpm: pool www" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""

oct. 01 15:36:20 srvprod systemd[1]: Starting The PHP 8.1 FastCGI Process Manager...
oct. 01 15:36:33 srvprod systemd[1]: Started The PHP 8.1 FastCGI Process Manager.

mais sur mes sites je trouve une erreur 503
voici un de mes sites https://foyer-rural-aussonne.fr/
pouvez vous m'aider concernant cette erreur 503 ?

Dernière modification par sebastien31 (Le 06/10/2022, à 13:11)

Hors ligne

#2 Le 01/10/2022, à 17:38

inbox

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Salut,

As tu remarqué les lignes suivantes :

oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/maroc] does not exist
oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/maroc] does not exist
oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/informel] does not exist
oct. 01 15:40:02 srvprod apachectl[4039]: AH00112: Warning: DocumentRoot [/srv/web/informel] does not exist

Si tu n'as pas d'idée sur la façon de régler ce problème, recherche :

apachectl: AH00112: Warning: DocumentRoot does not exist

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#3 Le 01/10/2022, à 18:05

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

oui entre temps je me suis rendu compte de ces erreurs et j'ai désactiver ces virtualhost.
Je viens de lancer cees commandes et je penses que j'ai un probleme avec https :

seb@srvprod:/etc/apache2/sites-available$ sudo apache2ctl -t && apache2ctl graceful
Syntax OK
AH00526: Syntax error on line 41 of /etc/apache2/sites-enabled/adpa-le-ssl.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/adpafrique.org/fullchain.pem' does not exist or is empty
Action 'graceful' failed.
The Apache error log may have more information.

Qu'en pesnsez vous?

Dernière modification par sebastien31 (Le 01/10/2022, à 18:29)

Hors ligne

#4 Le 01/10/2022, à 19:47

inbox

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Il manque au moins un fichier :

file '/etc/letsencrypt/live/adpafrique.org/fullchain.pem' does not exist or is empty

Et comme indiqué regarde aussi les logs d'erreur d'Apache.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#5 Le 01/10/2022, à 20:34

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Pourtant il existe bien

sudo ls -al /etc/letsencrypt/live/adpafrique.org/fullchain.pem
lrwxrwxrwx 1 root root 44 oct.   1 18:51 /etc/letsencrypt/live/adpafrique.org/fullchain.pem -> ../../archive/adpafrique.org/fullchain12.pem

et in n'est pas vide:

sudo cat /etc/letsencrypt/live/adpafrique.org/fullchain.pem
-----BEGIN CERTIFICATE-----
MIIFITCCBAmgAwIBAgISA6XM9k8Rua7/QYR5USNkw2p+MA0GCSqGSIb3DQEBCwUA
MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
EwJSMzAeFw0yMjEwMDExNzUxMDdaFw0yMjEyMzAxNzUxMDZaMBkxFzAVBgNVBAMT
DmFkcGFmcmlxdWUub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA
u1skw1j/iwfGfbHhCUb/3geFFOVaQa6t4fXkGItTu6sRUbQpK57nnLWhtrnUC7vE
CFJu84VX+tDscn5IjZU5TieA6U1PCQewFkguNnqtxthKbrjsfd6Uui6PLta6ubso
iGGx4EQSY1wvK6tNEwzbqA1UbGeYAr54f8+P8Y8EazrpI9YJDq6Pm4atQ1MLGjpM
L2cQjr2Uu1HdZgCDXW/AsS040v/lbdD0kUV1oF3Psl48YQ4RoK72yIcB34fWcxFl
Gww++91eGm7gySV9K6LHjVf1xhoZYdAUBbl6gBrUhc+Q6Unfs8cqBBFjuytai5zj
FuStijHlwGgOYmqa1eBETQIDAQABo4ICSDCCAkQwDgYDVR0PAQH/BAQDAgWgMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0GA1Ud
DgQWBBTAn8ZhugA0cWepbkOQ/DcYwU3GdjAfBgNVHSMEGDAWgBQULrMXt1hWy65Q
CUDmH6+dixTCxjBVBggrBgEFBQcBAQRJMEcwIQYIKwYBBQUHMAGGFWh0dHA6Ly9y
My5vLmxlbmNyLm9yZzAiBggrBgEFBQcwAoYWaHR0cDovL3IzLmkubGVuY3Iub3Jn
...

Hors ligne

#6 Le 01/10/2022, à 21:11

inbox

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Re cherche "file '/etc/letsencrypt/live/adpafrique.org/fullchain.pem' does not exist or is empty" sur internet et regarde ce qui est proposé.

Je te rappelle aussi qu'il est conseillé de consulter les logs d'Apache.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#7 Le 02/10/2022, à 08:44

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

ok on vient de me faire remarquer que j'avais oublier un sudo dans ma commande et en relancant la commande:

sudo apache2ctl -t && sudo apache2ctl graceful

plus d'erreur le retour est syntax ok.
j'ai jetter un coup d'oeuil dans les log, voici leur retour:

[Sun Sep 18 22:50:09.580176 2022] [proxy_fcgi:error] [pid 1581510:tid 139782083757824] [client 37.139.53.85:53814] AH01071: Got error 'PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 770PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 770PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 772PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 772PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 774PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 774PHP message: PHP Notice:  Undefined index: portable in /srv/web/montagne/index.php on line 775PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 776PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 776PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 778PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 778PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 780PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 780PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 782PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 782', referer: http://chalet-montagne-mourtis.com/
[Mon Sep 19 00:00:03.580119 2022] [mpm_event:notice] [pid 3471:tid 139782422555712] AH00493: SIGUSR1 received.  Doing graceful restart
[Mon Sep 19 00:00:04.087820 2022] [so:warn] [pid 3471] AH01574: module dav_module is already loaded, skipping

et pas de probleme non plus pour letsencrypt dans les logs.
j'ai lance aussi apachecheck voici son retpour:

sudo ./apachecheck.php 
 
>> Apache Check v2.0.1 - Hisbergue Franck - for srvprod (78.121.56.246)
>> A new version is available : 2.0.2
>> For bug reports, feature requests, comments or FAQ :
     https://xulops.net/forge/apachecheck.php
     Use --help to get all the options
 
>> DISCLAIMER : this script is provided 'as is', without warranty of any
     kind. You use the software at your own risk, and you are solely
     responsible for the consequences of modifications you may apply to your
     system.
>> Licensed under the Apache License, Version 2.0. You may not use this file
     except in compliance with the License. You may obtain a copy of the
     License at http://www.apache.org/licenses/LICENSE-2.0
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an 'AS IS' BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
     implied. See the License for the specific language governing
     permissions and limitations under the License.
 

-------- Server informations -----------------------------------------------
[..] OS type : Linux
[..] OS version : #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022
[..] OS release : 5.4.0-126-generic
[..] System uptime : 16 hours 45 minutes 8 secondes
[..] 1 CPU, 4 cores, 8 hyperthreaded
[..] Server total memory : 15.3Go, available memory : 14.0Go
[..] Disk free space : 1.5To on a total of 1.8To
[..] Estimated residual disk IO speed : 1.1Mo/s
[..] Found inode for port 80 in socket:[44471] in /proc/4040/fd
[OK] Main process 'apache2' found : /usr/sbin/apache2 (pid 4040)

-------- Apache basic informations -----------------------------------------
[OK] apachectl exists (/usr/sbin/apachectl)
[..] Apache version : Apache/2.4.52 (Ubuntu)
[..] Apache root directory : /etc/apache2
[..] Main apache config file : /etc/apache2/apache2.conf
[OK] Apache config files syntax is correct
[..] MPM used : prefork (itk: not-installed)
[..] Apache uptime : 16 hours 40 minutes 59 secondes

-------- Apache common config file parameters ------------------------------
[..] apache user : www-data (uid 33)
[OK] Apache Pid in /var/run/apache2/apache2.pid matches port listener pid
[OK] TimeOut value is correct : 300
[OK] HostnameLookups is Off
[OK] ServerSignature is Off
[..] KeepAlive is 'On'
[OK] MaxKeepAliveRequests is between 100 and 500 : 100
[OK] KeepAliveTimeout is less than 15 : 5
[..] Apache is listening on port : 80, 443
[..] 21 VirtualHost found : 10 on port 443, 11 on port 80
[OK] All virtualhost names are in /etc/hosts

-------- prefork MPM config parameters -------------------------------------
[..] ServerLimit found : 256
[>>] MaxConnectionsPerChild / MaxRequestsPerChild shouldn't be zero to avoid
     long term memory leaks (usually high value around 10000)
[..] MaxRequestWorkers / MaxClients found : 150
[OK] MinSpareServers value is correct : 5
[OK] MaxSpareServers value is correct : 10
[OK] StartServers value is correct : 5

-------- Apache child processes --------------------------------------------
[..] Detected child processes uid : 33 (www-data)
[..] Apache childs processes found : 6
[..] Actual connections : 0 (max from parameters : 150)
[..] Apache CPU usage : 0.02%
[..] Apache disk IO : 471o/s read, 471o/s write
[OK] Parent process memory usage : 11.6Mo
[..] Total apache memory usage : 16.5Mo
[..] Smallest child memory usage : 5.0Mo
[..] Biggest child memory usage : 5.0Mo
[..] Average child memory usage : 5.0Mo

-------- Large log check ---------------------------------------------------
[OK] No large log files
[OK] MaxClients / MaxRequestWorkers hasn't been reached recently

-------- MySql / MariaDB ---------------------------------------------------
[..] mysql user found, uid 113
[..] MySql process id found : 7670 (/usr/sbin/mysqld)
[..] MySql threads found : 38
[..] MySql CPU usage : 0.62%
[..] MySql total memory usage : 380.0Mo
[..] Estimated MySql memory usage per connection : 2.3Mo
[..] MySql disk IO : 980o/s read, 317o/s write

-------- Memory, CPU and IO considerations (all included) ------------------
[..] Estimated avg memory usage per apache child : 94.0Mo
[..] Estimated max memory usage per apache child : 94.0Mo
[OK] There is enough avalaible memory to support the actual average
     configuration of MaxRequestWorkers / MaxClients (150) : (13.7Go/14.0Go)
[OK] There is enough avalaible memory to support the biggest usecase of
     MaxRequestWorkers / MaxClients (150) : (13.7Go/14.0Go)
[..] Estimated avg CPU usage per Apache child : 0.64%
[OK] The CPU is fast enough to support the actual configuration of
     MaxRequestWorkers / MaxClients (150) : (96.57% / 520%)
[..] Estimated avg disk IO per Apache child : 2.2Ko/s
[OK] The disk is fast enough to support the actual configuration of
     MaxRequestWorkers / MaxClients (150) : (325.8Ko/1.1Mo)
[..] Maximum value for MaxRequestWorkers / MaxClients on this server is
     about 138
[>>] MaxClients / MaxRequestWorkers (150) should be smaller than 138, you
     may adjust it accordingly.

du coup je ne sais pas d'ou vient mon probleme ?

Dernière modification par sebastien31 (Le 02/10/2022, à 09:22)

Hors ligne

#8 Le 02/10/2022, à 10:44

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Si tu utilises PHP -FPM tu ne peux pas utiliser le mpm_prefork d'Apache, il faut utiliser le mpm_event.

Il faut vérifier en donnant le retour de :

a2query -m

Hors ligne

#9 Le 02/10/2022, à 10:53

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Bonjour,
Voici le retour dxe la commande:

sudo a2query -m
dir (enabled by maintainer script)
alias (enabled by maintainer script)
rewrite (enabled by site administrator)
php8.1 (enabled by maintainer script)
proxy_fcgi (enabled by site administrator)
auth_basic (enabled by maintainer script)
autoindex (enabled by maintainer script)
authz_host (enabled by maintainer script)
dav (enabled by maintainer script)
dav_svn (enabled by maintainer script)
deflate (enabled by maintainer script)
headers (enabled by site administrator)
reqtimeout (enabled by maintainer script)
status (enabled by maintainer script)
setenvif (enabled by maintainer script)
env (enabled by maintainer script)
fcgid (enabled by maintainer script)
authn_core (enabled by maintainer script)
proxy (enabled by site administrator)
filter (enabled by maintainer script)
socache_shmcb (enabled by site administrator)
authz_core (enabled by maintainer script)
authz_user (enabled by maintainer script)
http2 (enabled by site administrator)
authn_file (enabled by maintainer script)
ssl (enabled by site administrator)
access_compat (enabled by maintainer script)
authz_svn (enabled by maintainer script)
mime (enabled by maintainer script)
mpm_prefork (enabled by maintainer script)
negotiation (enabled by maintainer script)

J'ai modifier et apres avoir desactiver le module php8.1 et mpm_perfork j'ai activé mpm_event:

sudo a2query -m
dir (enabled by maintainer script)
alias (enabled by maintainer script)
rewrite (enabled by site administrator)
proxy_fcgi (enabled by site administrator)
auth_basic (enabled by maintainer script)
autoindex (enabled by maintainer script)
authz_host (enabled by maintainer script)
dav (enabled by maintainer script)
dav_svn (enabled by maintainer script)
deflate (enabled by maintainer script)
headers (enabled by site administrator)
reqtimeout (enabled by maintainer script)
status (enabled by maintainer script)
setenvif (enabled by maintainer script)
env (enabled by maintainer script)
fcgid (enabled by maintainer script)
authn_core (enabled by maintainer script)
proxy (enabled by site administrator)
filter (enabled by maintainer script)
socache_shmcb (enabled by site administrator)
authz_core (enabled by maintainer script)
authz_user (enabled by maintainer script)
http2 (enabled by site administrator)
mpm_event (enabled by site administrator)
authn_file (enabled by maintainer script)
ssl (enabled by site administrator)
access_compat (enabled by maintainer script)
authz_svn (enabled by maintainer script)
mime (enabled by maintainer script)
negotiation (enabled by maintainer script)

malheureusement le probleme perciste

Dernière modification par sebastien31 (Le 02/10/2022, à 11:08)

Hors ligne

#10 Le 02/10/2022, à 11:00

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Si tu as vraiment voulu configurer ton serveur pour utiliser PHP-FPM, il faut remettre le mpm_event et supprimer le module php (inutile) :

sudo a2dismod php8.1
sudo a2dismod mpm_prefork
sudo a2enmod mpm_event
sudo systemctl restart apache2

Hors ligne

#11 Le 02/10/2022, à 11:36

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Il faut redonner les retours complets de :

systemctl status apache2
apache2ctl -t

et les lignes des logs immédiatement après avoir tenté d’accéder à un site.
Si cela ne suffit pas il faudra nous monter le fichier de configuration d'un hôte virtuel.

Hors ligne

#12 Le 02/10/2022, à 11:59

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

voici les retours:

systemctl status apache2
apache2ctl -t
● apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2022-10-02 10:55:41 UTC; 2min 14s ago
       Docs: https://httpd.apache.org/docs/2.4/
    Process: 49206 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
   Main PID: 49225 (apache2)
      Tasks: 158 (limit: 18731)
     Memory: 23.5M
        CPU: 125ms
     CGroup: /system.slice/apache2.service
             ├─49225 /usr/sbin/apache2 -k start
             ├─49226 /usr/sbin/apache2 -k start
             ├─49227 /usr/sbin/apache2 -k start
             ├─49228 /usr/sbin/apache2 -k start
             └─49333 /usr/sbin/apache2 -k start

oct. 02 10:55:40 srvprod systemd[1]: Starting The Apache HTTP Server...
oct. 02 10:55:41 srvprod systemd[1]: Started The Apache HTTP Server.
Syntax OK

Hors ligne

#13 Le 02/10/2022, à 12:19

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Et les logs ?
Apache fonctionne et il n'y a pas d'erreurs de syntaxe dans les fichiers de configuration. L'erreur 503 est donc probablement due aux scripts (PHP ?) présent sur le(s) site(s) web.
Pour le savoir il faut examiner les logs d'erreurs et bien s'assurer que tes scripts sont compatibles avec PHP 8.1 (cf https://www.php.net/manual/fr/migration80.php et https://www.php.net/manual/fr/migration81.php)

Dernière modification par bruno (Le 02/10/2022, à 12:19)

Hors ligne

#14 Le 02/10/2022, à 12:26

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

je te donne tout ca:

log error apache :

[Sun Sep 18 18:58:57.198160 2022] [proxy_fcgi:error] [pid 1581510:tid 139781480621824] [client 20.205.234.193:50134] AH01071: Got error 'PHP message: PHP Warning:  Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /srv/web/saveurcuusine/wp-includes/class-wp-http.php on line 11PHP message: PHP Warning:  Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /srv/web/saveurcuusine/wp-includes/class-wp-http.php on line 11PHP message: PHP Warning:  require(ABSPATHWPINC/class-requests.php): failed to open stream: No such file or directory in /srv/web/saveurcuusine/wp-includes/class-wp-http.php on line 11PHP message: PHP Fatal error:  require(): Failed opening required 'ABSPATHWPINC/class-requests.php' (include_path='.:/usr/share/php') in /srv/web/saveurcuusine/wp-includes/class-wp-http.php on line 11', referer: binance.com
[Sun Sep 18 18:59:52.213094 2022] [proxy_fcgi:error] [pid 1581510:tid 139781941991168] [client 20.205.234.193:65118] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function get_the_block_template_html() in /srv/web/saveurcuusine/wp-includes/template-canvas.php:12\nStack trace:\n#0 {main}\n  thrown in /srv/web/saveurcuusine/wp-includes/template-canvas.php on line 12', referer: binance.com
[Sun Sep 18 19:01:07.871821 2022] [proxy_fcgi:error] [pid 1581510:tid 139780784387840] [client 20.205.234.193:56281] AH01071: Got error 'PHP message: PHP Warning:  Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /srv/web/saveurcuusine/wp-includes/blocks/index.php on line 9PHP message: PHP Warning:  Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /srv/web/saveurcuusine/wp-includes/blocks/index.php on line 9PHP message: PHP Warning:  require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /srv/web/saveurcuusine/wp-includes/blocks/index.php on line 9PHP message: PHP Fatal error:  require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/usr/share/php') in /srv/web/saveurcuusine/wp-includes/blocks/index.php on line 9', referer: binance.com
[Sun Sep 18 19:01:47.153695 2022] [proxy_fcgi:error] [pid 1581510:tid 139780759209728] [client 20.205.234.193:61210] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Class 'WP_Widget' not found in /srv/web/saveurcuusine/wp-includes/widgets/class-wp-widget-block.php:17\nStack trace:\n#0 {main}\n  thrown in /srv/web/saveurcuusine/wp-includes/widgets/class-wp-widget-block.php on line 17', referer: binance.com
[Sun Sep 18 19:23:46.125833 2022] [proxy_fcgi:error] [pid 1581510:tid 139781497407232] [client 152.89.196.13:39782] AH01071: Got error 'Primary script unknown'
[Sun Sep 18 20:47:27.289558 2022] [proxy_fcgi:error] [pid 1580533:tid 139781438691072] [client 37.139.53.85:64089] AH01071: Got error 'PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 770PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 770PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 772PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 772PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 774PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 774PHP message: PHP Notice:  Undefined index: portable in /srv/web/montagne/index.php on line 775PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 776PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 776PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 778PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 778PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 780PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 780PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 782PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 782', referer: http://chalet-montagne-mourtis.com/
[Sun Sep 18 21:59:46.222008 2022] [proxy_fcgi:error] [pid 1580533:tid 139781421905664] [client 20.39.216.194:57363] AH01071: Got error 'Primary script unknown'
[Sun Sep 18 22:26:16.861944 2022] [proxy_fcgi:error] [pid 1580533:tid 139780239124224] [client 185.183.122.143:44706] AH01071: Got error 'Primary script unknown'
[Sun Sep 18 22:50:09.580176 2022] [proxy_fcgi:error] [pid 1581510:tid 139782083757824] [client 37.139.53.85:53814] AH01071: Got error 'PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 770PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 770PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 772PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 772PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 774PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 774PHP message: PHP Notice:  Undefined index: portable in /srv/web/montagne/index.php on line 775PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 776PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 776PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 778PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 778PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 780PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 780PHP message: PHP Notice:  Undefined variable: conn in /srv/web/montagne/index.php on line 782PHP message: PHP Warning:  mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in /srv/web/montagne/index.php on line 782', referer: http://chalet-montagne-mourtis.com/
[Mon Sep 19 00:00:03.580119 2022] [mpm_event:notice] [pid 3471:tid 139782422555712] AH00493: SIGUSR1 received.  Doing graceful restart
[Mon Sep 19 00:00:04.087820 2022] [so:warn] [pid 3471] AH01574: module dav_module is already loaded, skipping
AH00112: Warning: DocumentRoot [/srv/web/maroc] does not exist
AH00112: Warning: DocumentRoot [/srv/web/maroc] does not exist
AH00112: Warning: DocumentRoot [/srv/web/informel] does not exist
AH00112: Warning: DocumentRoot [/srv/web/informel] does not exist
"/var/log/apache2/error.log.14.gz" [noeol] 22L, 4552B  

virtualhost d'un site wordpress a jour foyer-rural-aussonne.fr :

<VirtualHost *:80>
        # The ServerName directive sets the request scheme, hostname and port that
        # the server uses to identify itself. This is used when creating
        # redirection URLs. In the context of virtual hosts, the ServerName
        # specifies what hostname must appear in the request's Host: header to
        # match this virtual host. For the default virtual host (this file) this
        # value is not decisive as it is used as a last resort host regardless.
        # However, you must set it for any further virtual host explicitly.
        ServerName foyer-rural-aussonne.fr
        ServerAlias *foyer-rural-aussonne.fr

        ServerAdmin contact@obierti.com
        DocumentRoot /srv/web/foyer-rural-aussonne

        <DIRECTORY /srv/web/foyer-rural-aussonne>
                AllowOverride All
        </DIRECTORY>

        # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
        # error, crit, alert, emerg.
        # It is also possible to configure the loglevel for particular
        # modules, e.g.
        #LogLevel info ssl:warn

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        # For most configuration files from conf-available/, which are
        # enabled or disabled at a global level, it is possible to
        # include a line for only one particular virtual host. For example the
        # following line enables the CGI configuration for this host only
        # after it has been globally disabled with "a2disconf".
        #Include conf-available/serve-cgi-bin.conf
RewriteEngine on
RewriteCond %{SERVER_NAME} =*foyer-rural-aussonne.fr [OR]
RewriteCond %{SERVER_NAME} =foyer-rural-aussonne.fr
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>

port 443 ssl :

<IfModule mod_ssl.c>
<VirtualHost *:443>
        # The ServerName directive sets the request scheme, hostname and port that
        # the server uses to identify itself. This is used when creating
        # redirection URLs. In the context of virtual hosts, the ServerName
        # specifies what hostname must appear in the request's Host: header to
        # match this virtual host. For the default virtual host (this file) this
        # value is not decisive as it is used as a last resort host regardless.
        # However, you must set it for any further virtual host explicitly.
        ServerName foyer-rural-aussonne.fr
        ServerAlias *foyer-rural-aussonne.fr

        ServerAdmin contact@obierti.com
        DocumentRoot /srv/web/foyer-rural-aussonne

        <DIRECTORY /srv/web/foyer-rural-aussonne>
                AllowOverride All
        </DIRECTORY>

        # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
        # error, crit, alert, emerg.
        # It is also possible to configure the loglevel for particular
        # modules, e.g.
        #LogLevel info ssl:warn

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        # For most configuration files from conf-available/, which are
        # enabled or disabled at a global level, it is possible to
        # include a line for only one particular virtual host. For example the
        # following line enables the CGI configuration for this host only
        # after it has been globally disabled with "a2disconf".
        #Include conf-available/serve-cgi-bin.conf


Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/foyer-rural-aussonne.fr/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/foyer-rural-aussonne.fr/privkey.pem
</VirtualHost>
</IfModule>

Hors ligne

#15 Le 02/10/2022, à 12:48

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

J'ai laisse que deux sites actifs sur le serveur un contenant un site wordpress foyer-rural-aussonne.fr bien mis a jour et un sans PHP alan-b-coiffure.fr qui lui fonctionne.

Si jamais comment corriger mon problème sur wordpress ?

Hors ligne

#16 Le 02/10/2022, à 12:50

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Les logs qui datent du 19 septembre n'ont aucun intérêt. Ce qu'il faut regarder ce sont les logs actuels juste après avoir tenté un affichage du site web.

Hors ligne

#17 Le 02/10/2022, à 13:13

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

desole cela sont-ils mieux :

sudo tail -n200 /var/log/apache2/error.log.1
[Sat Oct 01 23:23:56.331821 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.74:58504] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:24:51.770167 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:24:51.770196 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.85:63739] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:24:55.062195 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:24:55.062220 2022] [proxy_fcgi:error] [pid 16704] [client 46.101.248.42:51682] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:24:58.332480 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:24:58.332507 2022] [proxy_fcgi:error] [pid 12171] [client 192.168.1.74:37610] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:25:43.945595 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:25:43.945625 2022] [proxy_fcgi:error] [pid 13651] [client 66.249.79.252:48485] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:25:53.780126 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:25:53.780156 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.85:63740] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:26:00.332888 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:26:00.332917 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.74:48958] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:26:55.790019 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:26:55.790049 2022] [proxy_fcgi:error] [pid 12168] [client 192.168.1.85:63741] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:27:02.332470 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:27:02.332497 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.74:33604] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:27:57.792901 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:27:57.792931 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.85:63742] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:28:04.332508 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:28:04.332536 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.74:51614] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:28:04.608035 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:28:04.608061 2022] [proxy_fcgi:error] [pid 14991] [client 5.196.67.192:60538] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:28:58.894228 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:28:58.894255 2022] [proxy_fcgi:error] [pid 16704] [client 66.249.79.250:58895] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:28:59.810595 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:28:59.810632 2022] [proxy_fcgi:error] [pid 12171] [client 192.168.1.85:63745] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:29:06.333599 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:29:06.333626 2022] [proxy_fcgi:error] [pid 13651] [client 192.168.1.74:34374] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:30:01.819935 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:30:01.819965 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.85:63747] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:30:08.332829 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:30:08.332857 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.74:43908] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:31:03.812037 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:31:03.812066 2022] [proxy_fcgi:error] [pid 12168] [client 192.168.1.85:63752] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:31:10.332508 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:31:10.332534 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.74:36882] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:32:05.818971 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:32:05.818999 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.85:63753] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:32:09.817380 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:32:09.817407 2022] [proxy_fcgi:error] [pid 12554] [client 205.210.31.6:64090] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:32:12.333201 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:32:12.333227 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.74:54430] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:33:07.835190 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:33:07.835220 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.85:63756] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:33:14.332890 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:33:14.332917 2022] [proxy_fcgi:error] [pid 12171] [client 192.168.1.74:55332] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:33:32.681949 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:33:32.681974 2022] [proxy_fcgi:error] [pid 13651] [client 66.249.68.23:64613] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:34:09.848876 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:34:09.848905 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.85:63761] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:34:16.333922 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:34:16.333949 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.74:44032] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:34:38.272180 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:34:38.272206 2022] [proxy_fcgi:error] [pid 12168] [client 66.249.79.252:62343] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.185331 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.185360 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.36:45518] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.188268 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.188293 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.36:45514] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.193233 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.193262 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.36:45516] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.311681 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.311703 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.36:45520] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.355230 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.355254 2022] [proxy_fcgi:error] [pid 13651] [client 192.168.1.36:45524] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.357484 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.357507 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.36:56569] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.372942 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.372967 2022] [proxy_fcgi:error] [pid 12171] [client 192.168.1.36:45522] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.440439 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.440465 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.36:45526] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:09.545673 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:09.545697 2022] [proxy_fcgi:error] [pid 12168] [client 192.168.1.36:45530] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:11.871233 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:11.871270 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.85:63762] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:35:18.333244 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:35:18.333270 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.74:49592] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:36:13.877853 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:36:13.877882 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.85:63766] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:36:20.333771 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:36:20.333797 2022] [proxy_fcgi:error] [pid 13651] [client 192.168.1.74:56918] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:37:15.896257 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:37:15.896291 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.85:63767] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:37:18.368674 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:37:18.368699 2022] [proxy_fcgi:error] [pid 12171] [client 79.137.194.75:61508] AH01079: failed to make connection to backend: httpd-UDS, referer: https://tvlocations.info/
[Sat Oct 01 23:37:18.711658 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:37:18.711684 2022] [proxy_fcgi:error] [pid 16702] [client 79.137.194.75:64380] AH01079: failed to make connection to backend: httpd-UDS, referer: https://tvlocations.info/
[Sat Oct 01 23:37:19.070749 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:37:19.070773 2022] [proxy_fcgi:error] [pid 12168] [client 79.137.194.75:60233] AH01079: failed to make connection to backend: httpd-UDS, referer: https://tvlocations.info/
[Sat Oct 01 23:37:22.332807 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:37:22.332833 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.74:44438] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:38:17.899321 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:38:17.899354 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.85:63772] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:38:24.332326 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:38:24.332353 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.74:38798] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:39:19.890898 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:39:19.890929 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.85:63773] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:39:26.333183 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:39:26.333211 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.74:60426] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:40:21.889702 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:40:21.889731 2022] [proxy_fcgi:error] [pid 13651] [client 192.168.1.85:63775] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:40:28.333055 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:40:28.333080 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.74:49270] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:41:23.890418 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:41:23.890448 2022] [proxy_fcgi:error] [pid 12171] [client 192.168.1.85:63779] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:41:30.332654 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:41:30.332682 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.74:55640] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:42:25.907831 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:42:25.907861 2022] [proxy_fcgi:error] [pid 12168] [client 192.168.1.85:63780] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:42:32.331911 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:42:32.331936 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.74:56174] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:43:27.916575 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:43:27.916605 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.85:63782] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:43:34.333354 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:43:34.333382 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.74:46420] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:44:29.917417 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:44:29.917447 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.85:63783] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:44:36.333577 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:44:36.333604 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.74:58984] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:44:50.299585 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:44:50.299610 2022] [proxy_fcgi:error] [pid 12166] [client 146.70.55.252:38074] AH01079: failed to make connection to backend: httpd-UDS, referer: https://foyer-rural-aussonne.fr/
[Sat Oct 01 23:45:15.793409 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:45:15.793437 2022] [proxy_fcgi:error] [pid 12171] [client 66.249.68.23:59863] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:45:31.936214 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:45:31.936256 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.85:63785] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:45:36.922409 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:45:36.922434 2022] [proxy_fcgi:error] [pid 12168] [client 157.55.39.106:55680] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:45:38.333212 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:45:38.333238 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.74:38318] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:46:33.931347 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:46:33.931375 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.85:63791] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:46:40.332813 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:46:40.332839 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.74:47976] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:47:35.947667 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:47:35.947700 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.85:63793] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:47:42.332567 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:47:42.332594 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.74:57964] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:48:37.962323 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:48:37.962359 2022] [proxy_fcgi:error] [pid 13651] [client 192.168.1.85:63802] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:48:44.332765 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:48:44.332791 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.74:37030] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:49:39.971490 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:49:39.971521 2022] [proxy_fcgi:error] [pid 12171] [client 192.168.1.85:63803] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:49:46.332378 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:49:46.332405 2022] [proxy_fcgi:error] [pid 16702] [client 192.168.1.74:50664] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:50:09.558933 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:50:09.558960 2022] [proxy_fcgi:error] [pid 12168] [client 192.168.1.36:56279] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:50:12.608004 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:50:12.608042 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.36:45576] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:50:12.661712 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:50:12.661736 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.36:45578] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:50:41.993906 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:50:41.993932 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.85:63806] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:50:48.332501 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:50:48.332530 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.74:50832] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:51:43.994374 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:51:43.994403 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.85:63810] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:51:50.332856 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:51:50.332883 2022] [proxy_fcgi:error] [pid 13651] [client 192.168.1.74:43472] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:51:59.828457 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:51:59.828485 2022] [proxy_fcgi:error] [pid 12166] [client 152.89.196.211:52566] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:52:26.208493 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:52:26.208522 2022] [proxy_fcgi:error] [pid 12171] [client 68.178.198.176:30240] AH01079: failed to make connection to backend: httpd-UDS, referer: http://simplesite.com
[Sat Oct 01 23:52:30.344813 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:52:30.344834 2022] [proxy_fcgi:error] [pid 16702] [client 68.178.198.176:32594] AH01079: failed to make connection to backend: httpd-UDS, referer: http://simplesite.com
[Sat Oct 01 23:52:45.996048 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:52:45.996077 2022] [proxy_fcgi:error] [pid 12168] [client 192.168.1.85:63812] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:52:52.332521 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:52:52.332548 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.74:48630] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:53:47.994253 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:53:47.994283 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.85:63815] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:53:54.333351 2022] [proxy:error] [pid 14991] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:53:54.333378 2022] [proxy_fcgi:error] [pid 14991] [client 192.168.1.74:38830] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:54:50.003812 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:54:50.003843 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.85:63817] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:54:56.333409 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:54:56.333437 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.74:32914] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:55:52.022251 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:55:52.022282 2022] [proxy_fcgi:error] [pid 13651] [client 192.168.1.85:63818] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:55:58.333002 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:55:58.333028 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.74:52712] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:56:54.026103 2022] [proxy:error] [pid 12171] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:56:54.026133 2022] [proxy_fcgi:error] [pid 12171] [client 192.168.1.85:63819] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:56:58.916400 2022] [proxy:error] [pid 16702] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:56:58.916423 2022] [proxy_fcgi:error] [pid 16702] [client 66.249.68.23:38800] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:57:00.332204 2022] [proxy:error] [pid 12168] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:57:00.332231 2022] [proxy_fcgi:error] [pid 12168] [client 192.168.1.74:57804] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:57:56.035491 2022] [proxy:error] [pid 16706] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:57:56.035521 2022] [proxy_fcgi:error] [pid 16706] [client 192.168.1.85:63820] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:58:02.330984 2022] [proxy:error] [pid 12167] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:58:02.331011 2022] [proxy_fcgi:error] [pid 12167] [client 192.168.1.74:47994] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:58:58.040018 2022] [proxy:error] [pid 12554] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:58:58.040046 2022] [proxy_fcgi:error] [pid 12554] [client 192.168.1.85:63823] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:59:04.330279 2022] [proxy:error] [pid 16704] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:59:04.330307 2022] [proxy_fcgi:error] [pid 16704] [client 192.168.1.74:49258] AH01079: failed to make connection to backend: httpd-UDS
[Sat Oct 01 23:59:27.279211 2022] [proxy:error] [pid 13651] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sat Oct 01 23:59:27.279237 2022] [proxy_fcgi:error] [pid 13651] [client 87.236.176.143:58413] AH01079: failed to make connection to backend: httpd-UDS
[Sun Oct 02 00:00:00.056730 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed
[Sun Oct 02 00:00:00.056762 2022] [proxy_fcgi:error] [pid 12166] [client 192.168.1.85:63825] AH01079: failed to make connection to backend: httpd-UDS
[Sun Oct 02 00:00:02.750532 2022] [mpm_prefork:notice] [pid 4040] AH00171: Graceful restart requested, doing restart

Hors ligne

#18 Le 02/10/2022, à 13:29

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Voici l'erreur qui bloque :

[Sun Oct 02 00:00:00.056730 2022] [proxy:error] [pid 12166] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm.sock (*) failed

ta configuration Apache fait référence à l'ancienne version de PHP-FPM. Il faut chercher où c'est configuré (probablement dans /etc/apache2/conf-available).
Retours de :

a2query -c
grep -r ".sock" /etc/apache2

Dernière modification par bruno (Le 02/10/2022, à 13:30)

Hors ligne

#19 Le 02/10/2022, à 13:48

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

voici les retours:

sudo a2query -c
security (enabled by maintainer script)
php7.4-fpm (enabled by site administrator)
charset (enabled by maintainer script)
other-vhosts-access-log (enabled by maintainer script)
serve-cgi-bin (enabled by maintainer script)
javascript-common (enabled by maintainer script)
localized-error-pages (enabled by maintainer script)
sudo grep -r ".sock" /etc/apache2
/etc/apache2/mods-available/cgid.conf:ScriptSock ${APACHE_RUN_DIR}/cgisock
/etc/apache2/conf-available/php7.4-fpm.conf:        SetHandler "proxy:unix:/run/php/php7.4-fpm.sock|fcgi://localhost"
/etc/apache2/conf-available/php8.1-fpm.conf:        SetHandler "proxy:unix:/run/php/php8.1-fpm.sock|fcgi://localhost"
/etc/apache2/conf-available/php8.1-fpm.conf:#            SetHandler "proxy:unix:/run/php/php8.1-fpm.sock|fcgi://localhost"

Hors ligne

#20 Le 02/10/2022, à 14:12

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

YESSSSSSSSSSSSS !!!

merci Bruno de m'avoir mis sur la piste
je viens de lancer ces commandes:

sudo a2disconf php7.4-fpm 
sudo apache2ctl restart 
sudo apt install libapache2-mod-php8.1
sudo a2enconf php8.1-fpm
sudo apt install php8.1-mysql
sudo systemctl restart apache2.service

et ça fonctionne merci beaucoup a @bruno et @inbox.

Hors ligne

#21 Le 02/10/2022, à 14:15

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

C'est bien mais ceci aurait dû être inutile :

sudo apt install libapache2-mod-php8.1

(en tout cas surtout pas avec le numéro de version)

Dernière modification par bruno (Le 02/10/2022, à 15:29)

Hors ligne

#22 Le 03/10/2022, à 17:42

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Je re-ouvre le post après verification un de mes sites ne fonctionne pas il est sous joomla et en mode debug à cette adresse https://temoignageschretiens.fr/
merci d'avance pour votre aide.

Hors ligne

#23 Le 03/10/2022, à 18:32

bruno

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Ce n'est pas un problème de serveur mais un problème de programmation. Une des erreurs dans ton lien est l'utilisation de la fonction split() qui est obsolète depuis au moins PHP 5.3.
Il faut mettre à jour ton Joomla et ses extensions.

Hors ligne

#24 Le 06/10/2022, à 13:11

sebastien31

Re : [Résolu] erreur 503 suite a mise a jour de 20.04 => 22.04

Bonjour @bruno
Effectivement j'ai supprimer les deux modiles et ca fonctoionnne.
Merci encore

Hors ligne