{"id":1564,"date":"2026-07-31T13:37:42","date_gmt":"2026-07-31T11:37:42","guid":{"rendered":"https:\/\/communaute-omr.fr\/?p=1564"},"modified":"2026-07-31T16:51:21","modified_gmt":"2026-07-31T14:51:21","slug":"installation-de-wordpress","status":"publish","type":"post","link":"https:\/\/communaute-omr.fr\/?p=1564","title":{"rendered":"Installation de WordPress"},"content":{"rendered":"\n<h1 id=\"avant-propos\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Avant-propos\"><\/span>Avant-propos<span class=\"ez-toc-section-end\"><\/span><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Dans cet article nous allons installer un serveur wordpress sur un  serveur ALMA9<\/p>\n\n\n\n<h1 id=\"installation-du-serveur-web\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Installation_du_serveur_WEB\"><\/span>Installation du serveur WEB<span class=\"ez-toc-section-end\"><\/span><\/h1>\n\n\n\n<h2 id=\"preparation-des-depots\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Preparation_des_depots\"><\/span>Pr\u00e9paration des d\u00e9pots<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>dnf install -y dnf-plugins-core\ndnf install -y epel-release\ndnf config-manager --set-enabled crb<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">dnf install -y dnf-plugins-core<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">dnf install -y epel-release<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">dnf config-manager --set-enabled crb<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 id=\"controle-des-depots\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Controle_des_depots\"><\/span>Contr\u00f4le des d\u00e9p\u00f4ts<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&#91;root@demo-alma9 ~&#93;#dnf repolist\nid du d\u00e9p\u00f4t                                                           nom du d\u00e9p\u00f4t\nappstream                                                             AlmaLinux 9 - AppStream\nbaseos                                                                AlmaLinux 9 - BaseOS\ncrb                                                                   AlmaLinux 9 - CRB\nepel                                                                  Extra Packages for Enterprise Linux 9 - x86_64\nepel-cisco-openh264                                                   Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64\nextras                                                                AlmaLinux 9 \u2013 Extras<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">&#91;root@demo-alma9 ~&#93;#dnf repolist<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">id du d\u00e9p\u00f4t                                                           nom du d\u00e9p\u00f4t<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">appstream                                                             AlmaLinux 9 - AppStream<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">baseos                                                                AlmaLinux 9 - BaseOS<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">crb                                                                   AlmaLinux 9 - CRB<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">epel                                                                  Extra Packages for Enterprise Linux 9 - x86_64<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">epel-cisco-openh264                                                   Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">extras                                                                AlmaLinux 9 \u2013 Extras<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<!--more-->\n\n\n\n<h2 id=\"installation-de-php\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Installation_de_php\"><\/span>Installation de php<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>dnf module reset php\ndnf module install php:8.2\nD\u00e9pendances r\u00e9solues.\n=============================================================================================================================================================================================\nPaquet                                      Architecture                      Version                                                            D\u00e9p\u00f4t                                Taille\n=============================================================================================================================================================================================\nInstallation des paquets du groupe\/module:\nphp-cli                                     x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            3.6 M\nphp-common                                  x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            709 k\nphp-fpm                                     x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            1.8 M\nphp-mbstring                                x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            519 k\nphp-xml                                     x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            143 k\nInstallation des d\u00e9pendances:\nhttpd-filesystem                            noarch                            2.4.62-13.el9_8.5                                                  appstream                             13 k\nlibxslt                                     x86_64                            1.1.34-14.el9_8.1                                                  appstream                            240 k\nnginx-filesystem                            noarch                            2:1.20.1-28.el9_8.4.alma.1                                         appstream                             11 k\nInstallation des profils de module:\nphp\/common\nActivation des flux de modules:\nphp                                                                           8.2\nR\u00e9sum\u00e9 de la transaction\n=============================================================================================================================================================================================\nInstaller  8 Paquets\nTaille totale des t\u00e9l\u00e9chargements\u00a0: 7.0 M\nTaille des paquets install\u00e9s\u00a0: 35 M\nVoulez-vous continuer\u00a0? &#91;o\/N&#93;\u00a0: o\nT\u00e9l\u00e9chargement des paquets\u00a0:\n(1\/8): nginx-filesystem-1.20.1-28.el9_8.4.alma.1.noarch.rpm                                                                                                  267 kB\/s |  11 kB     00:00\n(2\/8): httpd-filesystem-2.4.62-13.el9_8.5.noarch.rpm                                                                                                         305 kB\/s |  13 kB     00:00\n(3\/8): libxslt-1.1.34-14.el9_8.1.x86_64.rpm                                                                                                                  2.6 MB\/s | 240 kB     00:00\n(4\/8): php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                            5.1 MB\/s | 709 kB     00:00\n(5\/8): php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                                17 MB\/s | 1.8 MB     00:00\n(6\/8): php-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                                19 MB\/s | 3.6 MB     00:00\n(7\/8): php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                               2.9 MB\/s | 143 kB     00:00\n(8\/8): php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                          6.3 MB\/s | 519 kB     00:00\n---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nTotal                                                                                                                                                         13 MB\/s | 7.0 MB     00:00\nTest de la transaction\nLa v\u00e9rification de la transaction a r\u00e9ussi.\nLancement de la transaction de test\nTransaction de test r\u00e9ussie.\nEx\u00e9cution de la transaction\nPr\u00e9paration           :                                                                                                                                                                1\/1\nInstallation          : php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                         1\/8\nEx\u00e9cution du scriptlet: nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch                                                                                                             2\/8\nInstallation          : nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch                                                                                                             2\/8\nInstallation          : libxslt-1.1.34-14.el9_8.1.x86_64                                                                                                                               3\/8\nEx\u00e9cution du scriptlet: httpd-filesystem-2.4.62-13.el9_8.5.noarch                                                                                                                      4\/8\nInstallation          : httpd-filesystem-2.4.62-13.el9_8.5.noarch                                                                                                                      4\/8\nInstallation          : php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            5\/8\nEx\u00e9cution du scriptlet: php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            5\/8\nInstallation          : php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            6\/8\nInstallation          : php-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            7\/8\nInstallation          : php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                       8\/8\nEx\u00e9cution du scriptlet: php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                       8\/8\nV\u00e9rification de       : httpd-filesystem-2.4.62-13.el9_8.5.noarch                                                                                                                      1\/8\nV\u00e9rification de       : libxslt-1.1.34-14.el9_8.1.x86_64                                                                                                                               2\/8\nV\u00e9rification de       : nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch                                                                                                             3\/8\nV\u00e9rification de       : php-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            4\/8\nV\u00e9rification de       : php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                         5\/8\nV\u00e9rification de       : php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            6\/8\nV\u00e9rification de       : php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                       7\/8\nV\u00e9rification de       : php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            8\/8\nInstall\u00e9:\nhttpd-filesystem-2.4.62-13.el9_8.5.noarch                        libxslt-1.1.34-14.el9_8.1.x86_64                               nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch\nphp-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64              php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64         php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64\nphp-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64         php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64\nTermin\u00e9\u00a0!<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">dnf module reset php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">dnf module install php:8.2<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">D\u00e9pendances r\u00e9solues.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">=============================================================================================================================================================================================<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Paquet                                      Architecture                      Version                                                            D\u00e9p\u00f4t                                Taille<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">=============================================================================================================================================================================================<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation des paquets du groupe\/module:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php-cli                                     x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            3.6 M<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php-common                                  x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            709 k<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php-fpm                                     x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            1.8 M<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php-mbstring                                x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            519 k<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php-xml                                     x86_64                            8.2.32-1.module_el9.8.0+284+2e0ccc92                               appstream                            143 k<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation des d\u00e9pendances:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">httpd-filesystem                            noarch                            2.4.62-13.el9_8.5                                                  appstream                             13 k<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">libxslt                                     x86_64                            1.1.34-14.el9_8.1                                                  appstream                            240 k<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">nginx-filesystem                            noarch                            2:1.20.1-28.el9_8.4.alma.1                                         appstream                             11 k<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation des profils de module:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php\/common<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Activation des flux de modules:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php                                                                           8.2<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">R\u00e9sum\u00e9 de la transaction<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">=============================================================================================================================================================================================<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installer  8 Paquets<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Taille totale des t\u00e9l\u00e9chargements\u00a0: 7.0 M<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Taille des paquets install\u00e9s\u00a0: 35 M<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Voulez-vous continuer\u00a0? &#91;o\/N&#93;\u00a0: o<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">T\u00e9l\u00e9chargement des paquets\u00a0:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(1\/8): nginx-filesystem-1.20.1-28.el9_8.4.alma.1.noarch.rpm                                                                                                  267 kB\/s |  11 kB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(2\/8): httpd-filesystem-2.4.62-13.el9_8.5.noarch.rpm                                                                                                         305 kB\/s |  13 kB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(3\/8): libxslt-1.1.34-14.el9_8.1.x86_64.rpm                                                                                                                  2.6 MB\/s | 240 kB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(4\/8): php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                            5.1 MB\/s | 709 kB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(5\/8): php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                                17 MB\/s | 1.8 MB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(6\/8): php-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                                19 MB\/s | 3.6 MB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(7\/8): php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                               2.9 MB\/s | 143 kB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">(8\/8): php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64.rpm                                                                                          6.3 MB\/s | 519 kB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Total                                                                                                                                                         13 MB\/s | 7.0 MB     00:00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Test de la transaction<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">La v\u00e9rification de la transaction a r\u00e9ussi.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Lancement de la transaction de test<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Transaction de test r\u00e9ussie.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Ex\u00e9cution de la transaction<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Pr\u00e9paration           :                                                                                                                                                                1\/1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                         1\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Ex\u00e9cution du scriptlet: nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch                                                                                                             2\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch                                                                                                             2\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : libxslt-1.1.34-14.el9_8.1.x86_64                                                                                                                               3\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Ex\u00e9cution du scriptlet: httpd-filesystem-2.4.62-13.el9_8.5.noarch                                                                                                                      4\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : httpd-filesystem-2.4.62-13.el9_8.5.noarch                                                                                                                      4\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            5\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Ex\u00e9cution du scriptlet: php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            5\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            6\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : php-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            7\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Installation          : php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                       8\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Ex\u00e9cution du scriptlet: php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                       8\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : httpd-filesystem-2.4.62-13.el9_8.5.noarch                                                                                                                      1\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : libxslt-1.1.34-14.el9_8.1.x86_64                                                                                                                               2\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch                                                                                                             3\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : php-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            4\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                         5\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            6\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                       7\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">V\u00e9rification de       : php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64                                                                                                            8\/8<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Install\u00e9:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">httpd-filesystem-2.4.62-13.el9_8.5.noarch                        libxslt-1.1.34-14.el9_8.1.x86_64                               nginx-filesystem-2:1.20.1-28.el9_8.4.alma.1.noarch<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php-cli-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64              php-common-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64         php-fpm-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">php-mbstring-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64         php-xml-8.2.32-1.module_el9.8.0+284+2e0ccc92.x86_64<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Termin\u00e9\u00a0!<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 id=\"installation-du-server-apache-et-mariadb\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Installation_du_server_Apache_et_mariadb\"><\/span>Installation du server Apache et mariadb<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>dnf install -y httpd php mariadb mariadb-server mod_ssl openssl php-mysqlnd php-fpm php-xml php-mbstring php-json php-curl<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">dnf install -y httpd php mariadb mariadb-server mod_ssl openssl php-mysqlnd php-fpm php-xml php-mbstring php-json php-curl<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 id=\"installation-des-outils\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Installation_des_outils\"><\/span>Installation des outils<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>dnf install -y wget unzip -y<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">dnf install -y wget unzip -y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h1 id=\"preparation-du-serveur\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Preparation_du_serveur\"><\/span>Pr\u00e9paration du serveur<span class=\"ez-toc-section-end\"><\/span><\/h1>\n\n\n\n<h2 id=\"demarrage-des-services\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Demarrage_des_services\"><\/span>D\u00e9marrage des services<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>systemctl enable --now httpd.service php-fpm.service mariadb\nCreated symlink \/etc\/systemd\/system\/multi-user.target.wants\/httpd.service \u2192 \/usr\/lib\/systemd\/system\/httpd.service.\nCreated symlink \/etc\/systemd\/system\/multi-user.target.wants\/php-fpm.service \u2192 \/usr\/lib\/systemd\/system\/php-fpm.service.\nCreated symlink \/etc\/systemd\/system\/mysql.service \u2192 \/usr\/lib\/systemd\/system\/mariadb.service.\nCreated symlink \/etc\/systemd\/system\/mysqld.service \u2192 \/usr\/lib\/systemd\/system\/mariadb.service.\nCreated symlink \/etc\/systemd\/system\/multi-user.target.wants\/mariadb.service \u2192 \/usr\/lib\/systemd\/system\/mariadb.service.<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">systemctl enable --now httpd.service php-fpm.service mariadb<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Created symlink \/etc\/systemd\/system\/multi-user.target.wants\/httpd.service \u2192 \/usr\/lib\/systemd\/system\/httpd.service.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Created symlink \/etc\/systemd\/system\/multi-user.target.wants\/php-fpm.service \u2192 \/usr\/lib\/systemd\/system\/php-fpm.service.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Created symlink \/etc\/systemd\/system\/mysql.service \u2192 \/usr\/lib\/systemd\/system\/mariadb.service.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Created symlink \/etc\/systemd\/system\/mysqld.service \u2192 \/usr\/lib\/systemd\/system\/mariadb.service.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Created symlink \/etc\/systemd\/system\/multi-user.target.wants\/mariadb.service \u2192 \/usr\/lib\/systemd\/system\/mariadb.service.<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 id=\"gestion-de-la-securite\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Gestion_de_la_securite\"><\/span>Gestion de la s\u00e9curit\u00e9<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Mon serveur virtualis\u00e9 n\u2019\u00e9tant pas disponible directement, la gestion de la s\u00e9curit\u00e9 r\u00e9seau se fait au niveau de mon serveur physique.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On va donc d\u00e9sactiver tous les outils de gestion de s\u00e9curit\u00e9 (selinux, firewalld)<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>D\u00e9sactivation de selinux<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>sed -i s\/^SELINUX=.*$\/SELINUX=disabled\/ \/etc\/selinux\/config<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">sed -i s\/^SELINUX=.*$\/SELINUX=disabled\/ \/etc\/selinux\/config<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>D\u00e9sactivation de firewalld<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&#91;root@demo-alma9 ~&#93;# systemctl disable firewalld\nRemoved \"\/etc\/systemd\/system\/multi-user.target.wants\/firewalld.service\".\nRemoved \"\/etc\/systemd\/system\/dbus-org.fedoraproject.FirewallD1.service\".\n&#91;root@demo-alma9 ~&#93;# systemctl stop firewalld<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">&#91;root@demo-alma9 ~&#93;<\/span><span style=\"color: #E1E4E8\"># systemctl disable firewalld<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Removed &quot;\/etc\/systemd\/system\/multi-user.target.wants\/firewalld.service&quot;.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Removed &quot;\/etc\/systemd\/system\/dbus-org.fedoraproject.FirewallD1.service&quot;.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">&#91;root@demo-alma9 ~&#93;<\/span><span style=\"color: #E1E4E8\"># systemctl stop firewalld<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On red\u00e9marre le serveur<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>reboot -n<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">reboot -n<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On contr\u00f4le selinux<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&#91;root@demo-alma9 ~&#93;# sestatus\nSELinux status:                 disabled<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">&#91;root@demo-alma9 ~&#93;<\/span><span style=\"color: #E1E4E8\"># sestatus<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">SELinux status:                 disabled<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On contr\u00f4le les services<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>systemctl status httpd php-fpm mariadb firewalld| egrep \"Active|.service\"\n\u25cf httpd.service - The Apache HTTP Server\nLoaded: loaded (\/usr\/lib\/systemd\/system\/httpd.service; enabled; preset: disabled)\nDrop-In: \/etc\/systemd\/system\/httpd.service.d\nActive: active (running) since Fri 2026-07-31 11:29:44 CEST; 4min 16s ago\nDocs: man:httpd.service(8)\nCGroup: \/system.slice\/httpd.service\n\u25cf php-fpm.service - The PHP FastCGI Process Manager\nLoaded: loaded (\/usr\/lib\/systemd\/system\/php-fpm.service; enabled; preset: disabled)\nActive: active (running) since Fri 2026-07-31 11:29:44 CEST; 4min 16s ago\nCGroup: \/system.slice\/php-fpm.service\n\u25cf mariadb.service - MariaDB 10.5 database server\nLoaded: loaded (\/usr\/lib\/systemd\/system\/mariadb.service; enabled; preset: disabled)\nActive: active (running) since Fri 2026-07-31 11:29:44 CEST; 4min 16s ago\nProcess: 824 ExecStartPre=\/usr\/libexec\/mariadb-prepare-db-dir mariadb.service (code=exited, status=0\/SUCCESS)\nCGroup: \/system.slice\/mariadb.service\n\u25cb firewalld.service - firewalld - dynamic firewall daemon\nLoaded: loaded (\/usr\/lib\/systemd\/system\/firewalld.service; disabled; preset: enabled)\nActive: inactive (dead)<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">systemctl status httpd php-fpm mariadb firewalld| egrep &quot;Active|.service&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">\u25cf httpd.service - The Apache HTTP Server<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Loaded: loaded (\/usr\/lib\/systemd\/system\/httpd.service; enabled; preset: disabled)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Drop-In: \/etc\/systemd\/system\/httpd.service.d<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Active: active (running) since Fri 2026-07-31 11:29:44 CEST; 4min 16s ago<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Docs: man:httpd.service(8)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">CGroup: \/system.slice\/httpd.service<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">\u25cf php-fpm.service - The PHP FastCGI Process Manager<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Loaded: loaded (\/usr\/lib\/systemd\/system\/php-fpm.service; enabled; preset: disabled)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Active: active (running) since Fri 2026-07-31 11:29:44 CEST; 4min 16s ago<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">CGroup: \/system.slice\/php-fpm.service<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">\u25cf mariadb.service - MariaDB 10.5 database server<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Loaded: loaded (\/usr\/lib\/systemd\/system\/mariadb.service; enabled; preset: disabled)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Active: active (running) since Fri 2026-07-31 11:29:44 CEST; 4min 16s ago<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Process: 824 ExecStartPre=\/usr\/libexec\/mariadb-prepare-db-dir mariadb.service (code=exited, status=0\/SUCCESS)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">CGroup: \/system.slice\/mariadb.service<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">\u25cb firewalld.service - firewalld - dynamic firewall daemon<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Loaded: loaded (\/usr\/lib\/systemd\/system\/firewalld.service; disabled; preset: enabled)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Active: inactive (dead)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Interface WEB<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image1-22.png\" alt=\"\"\/><\/figure>\n\n\n\n<h1 id=\"preparation-de-linstallation\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Preparation_de_linstallation\"><\/span>Pr\u00e9paration de l\u2019installation<span class=\"ez-toc-section-end\"><\/span><\/h1>\n\n\n\n<h2 id=\"mariadb\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Mariadb\"><\/span>Mariadb<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On se connecte \u00e0 la base de donn\u00e9es<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>mariadb<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">mariadb<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cr\u00e9ation de l\u2019utilisateur pour wordpress<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>CREATE USER 'wordpressuser'@'localhost' IDENTIFIED BY 'SuperMDP';\nQuery OK, 0 rows affected (0,001 sec)\nGRANT ALL PRIVILEGES ON wordpress.* TO 'wordpressuser'@'localhost';\nQuery OK, 0 rows affected (0,001 sec)\nFLUSH PRIVILEGES;\nQuery OK, 0 rows affected (0,001 sec)<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #F97583\">CREATE<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">USER<\/span><span style=\"color: #E1E4E8\"> &#39;<\/span><span style=\"color: #B392F0\">wordpressuser<\/span><span style=\"color: #E1E4E8\">&#39;@<\/span><span style=\"color: #9ECBFF\">&#39;localhost&#39;<\/span><span style=\"color: #E1E4E8\"> IDENTIFIED <\/span><span style=\"color: #F97583\">BY<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;SuperMDP&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Query OK, <\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> affected (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">001<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">GRANT<\/span><span style=\"color: #E1E4E8\"> ALL PRIVILEGES <\/span><span style=\"color: #F97583\">ON<\/span><span style=\"color: #E1E4E8\"> wordpress.<\/span><span style=\"color: #F97583\">*<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">TO<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;wordpressuser&#39;<\/span><span style=\"color: #E1E4E8\">@<\/span><span style=\"color: #9ECBFF\">&#39;localhost&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Query OK, <\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> affected (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">001<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">FLUSH PRIVILEGES;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Query OK, <\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> affected (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">001<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cr\u00e9ation du compte d\u2019administration<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>CREATE USER 'admin'@'%' IDENTIFIED BY '1SuperMot2PasseSecurPourMar!adb';\nQuery OK, 0 rows affected (0,001 sec)\nGRANT ALL PRIVILEGES ON admin.* TO 'calou'@'%';\nQuery OK, 0 rows affected (0,001 sec)\nFLUSH PRIVILEGES;\nQuery OK, 0 rows affected (0,001 sec)<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #F97583\">CREATE<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">USER<\/span><span style=\"color: #E1E4E8\"> &#39;<\/span><span style=\"color: #B392F0\">admin<\/span><span style=\"color: #E1E4E8\">&#39;@<\/span><span style=\"color: #9ECBFF\">&#39;%&#39;<\/span><span style=\"color: #E1E4E8\"> IDENTIFIED <\/span><span style=\"color: #F97583\">BY<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;1SuperMot2PasseSecurPourMar!adb&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Query OK, <\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> affected (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">001<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">GRANT<\/span><span style=\"color: #E1E4E8\"> ALL PRIVILEGES <\/span><span style=\"color: #F97583\">ON<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">admin<\/span><span style=\"color: #E1E4E8\">.<\/span><span style=\"color: #F97583\">*<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">TO<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;calou&#39;<\/span><span style=\"color: #E1E4E8\">@<\/span><span style=\"color: #9ECBFF\">&#39;%&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Query OK, <\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> affected (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">001<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">FLUSH PRIVILEGES;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Query OK, <\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> affected (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">001<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contr\u00f4le des comptes<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>use mysql;\nReading table information for completion of table and column names\nYou can turn off this feature to get a quicker startup with -A\nDatabase changed\nMariaDB &#91;mysql&#93;> select User,Host,Password from user;\n+---------------+-----------+-------------------------------------------+\n| User          | Host      | Password                                  |\n+---------------+-----------+-------------------------------------------+\n| mariadb.sys   | localhost |                                           |\n| root          | localhost | invalid                                   |\n| mysql         | localhost | invalid                                   |\n| wordpressuser | localhost | *BE6546DEE14713918870EDE4090EEC4F2D4E5973 |\n| admin         | %         | *BE6546DEE14713918870EDE4090EEC4F2D4E5973 |\n+---------------+-----------+-------------------------------------------+\n5 rows in set (0,001 sec)<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #F97583\">use<\/span><span style=\"color: #E1E4E8\"> mysql;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Reading <\/span><span style=\"color: #F97583\">table<\/span><span style=\"color: #E1E4E8\"> information <\/span><span style=\"color: #F97583\">for<\/span><span style=\"color: #E1E4E8\"> completion of <\/span><span style=\"color: #F97583\">table<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">and<\/span><span style=\"color: #E1E4E8\"> column names<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">You can turn <\/span><span style=\"color: #F97583\">off<\/span><span style=\"color: #E1E4E8\"> this feature <\/span><span style=\"color: #F97583\">to<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">get<\/span><span style=\"color: #E1E4E8\"> a quicker startup <\/span><span style=\"color: #F97583\">with<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">-<\/span><span style=\"color: #E1E4E8\">A<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">Database<\/span><span style=\"color: #E1E4E8\"> changed<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">MariaDB &#91;mysql&#93;<\/span><span style=\"color: #F97583\">&gt;<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">select<\/span><span style=\"color: #E1E4E8\"> User,Host,<\/span><span style=\"color: #F97583\">Password<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">from<\/span><span style=\"color: #E1E4E8\"> user;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">+<\/span><span style=\"color: #6A737D\">---------------+-----------+-------------------------------------------+<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| User          | Host      | <\/span><span style=\"color: #F97583\">Password<\/span><span style=\"color: #E1E4E8\">                                  |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">+<\/span><span style=\"color: #6A737D\">---------------+-----------+-------------------------------------------+<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| <\/span><span style=\"color: #79B8FF\">mariadb<\/span><span style=\"color: #E1E4E8\">.<\/span><span style=\"color: #79B8FF\">sys<\/span><span style=\"color: #E1E4E8\">   | localhost |                                           |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| <\/span><span style=\"color: #F97583\">root<\/span><span style=\"color: #E1E4E8\">          | localhost | invalid                                   |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| mysql         | localhost | invalid                                   |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| wordpressuser | localhost | <\/span><span style=\"color: #F97583\">*<\/span><span style=\"color: #E1E4E8\">BE6546DEE14713918870EDE4090EEC4F2D4E5973 |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| <\/span><span style=\"color: #F97583\">admin<\/span><span style=\"color: #E1E4E8\">         | %         | <\/span><span style=\"color: #F97583\">*<\/span><span style=\"color: #E1E4E8\">BE6546DEE14713918870EDE4090EEC4F2D4E5973 |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">+<\/span><span style=\"color: #6A737D\">---------------+-----------+-------------------------------------------+<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">5<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">in<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">set<\/span><span style=\"color: #E1E4E8\"> (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">001<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cr\u00e9ation de la base de donn\u00e9es<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>MariaDB &#91;mysql&#93;> create database wordpress;\nQuery OK, 1 row affected (0,000 sec)<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">MariaDB &#91;mysql&#93;<\/span><span style=\"color: #F97583\">&gt;<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">create<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">database<\/span><span style=\"color: #E1E4E8\"> wordpress;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">Query OK, <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">row<\/span><span style=\"color: #E1E4E8\"> affected (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">000<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contr\u00f4le<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>MariaDB &#91;mysql&#93;> show databases;\n+--------------------+\n| Database           |\n+--------------------+\n| information_schema |\n| mysql              |\n| performance_schema |\n| wordpress          |\n+--------------------+\n4 rows in set (0,000 sec)<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">MariaDB &#91;mysql&#93;<\/span><span style=\"color: #F97583\">&gt;<\/span><span style=\"color: #E1E4E8\"> show databases;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">+<\/span><span style=\"color: #6A737D\">--------------------+<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| <\/span><span style=\"color: #F97583\">Database<\/span><span style=\"color: #E1E4E8\">           |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">+<\/span><span style=\"color: #6A737D\">--------------------+<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| information_schema |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| mysql              |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| performance_schema |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">| wordpress          |<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">+<\/span><span style=\"color: #6A737D\">--------------------+<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">4<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">rows<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">in<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">set<\/span><span style=\"color: #E1E4E8\"> (<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">,<\/span><span style=\"color: #79B8FF\">000<\/span><span style=\"color: #E1E4E8\"> sec)<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 id=\"apache\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Apache\"><\/span>Apache<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Maintenant que le serveur WEB est disponible nous pouvons installer wordpress<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On se positionne \u00e0 la racine de notre site<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>cd \/var\/www\/html<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">cd \/var\/www\/html<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On t\u00e9l\u00e9charge les sources<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>wget https:\/\/wordpress.org\/latest.tar.gz\n--2026-07-31 12:00:40--  https:\/\/wordpress.org\/latest.tar.gz\nR\u00e9solution de wordpress.org (wordpress.org)\u2026 66.6.42.252, 2620:109:b00a::4206:2afc\nConnexion \u00e0 wordpress.org (wordpress.org)|66.6.42.252|:443\u2026 connect\u00e9.\nrequ\u00eate HTTP transmise, en attente de la r\u00e9ponse\u2026 200 OK\nTaille\u00a0: 29551444 (28M) &#91;application\/octet-stream&#93;\nSauvegarde en\u00a0: \u00ab\u00a0latest.tar.gz\u00a0\u00bb\nlatest.tar.gz                                   100%&#91;====================================================================================================>&#93;  28,18M  20,0MB\/s    ds 1,4s\n2026-07-31 12:00:42 (20,0 MB\/s) \u2014 \u00ab\u00a0latest.tar.gz\u00a0\u00bb sauvegard\u00e9 &#91;29551444\/29551444&#93;<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">wget https:\/\/wordpress.org\/latest.tar.gz<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">--2026-07-31 12:00:40--  https:\/\/wordpress.org\/latest.tar.gz<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">R\u00e9solution de wordpress.org (wordpress.org)\u2026 66.6.42.252, 2620:109:b00a::4206:2afc<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Connexion \u00e0 wordpress.org (wordpress.org)|66.6.42.252|:443\u2026 connect\u00e9.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">requ\u00eate HTTP transmise, en attente de la r\u00e9ponse\u2026 200 OK<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Taille\u00a0: 29551444 (28M) &#91;application\/octet-stream&#93;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">Sauvegarde en\u00a0: \u00ab\u00a0latest.tar.gz\u00a0\u00bb<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">latest.tar.gz                                   100%&#91;====================================================================================================&gt;&#93;  28,18M  20,0MB\/s    ds 1,4s<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">2026-07-31 12:00:42 (20,0 MB\/s) \u2014 \u00ab\u00a0latest.tar.gz\u00a0\u00bb sauvegard\u00e9 &#91;29551444\/29551444&#93;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On d\u00e9compresse l\u2019archive<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&#91;root@demo-alma9 html&#93;# tar xzf latest.tar.gz<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">&#91;root@demo-alma9 html&#93;<\/span><span style=\"color: #E1E4E8\"># tar xzf latest.tar.gz<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On veut rendre notre site accessible directement depuis la racine d\u2019apache<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&#91;root@demo-alma9 html&#93;# mv .\/wordpress\/* .\/<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">&#91;root@demo-alma9 html&#93;<\/span><span style=\"color: #E1E4E8\"># mv .\/wordpress\/<\/span><span style=\"color: #F97583\">*<\/span><span style=\"color: #E1E4E8\"> .\/<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Et on donne les droits \u00e0 apache<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>chown -R apache: \/var\/www<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">chown -R apache: \/var\/www<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On contr\u00f4le<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&#91;root@demo-alma9 html&#93;# ls -l\ntotal 29092\n-rw-r--r--  1 apache apache      405  6 f\u00e9vr.  2020 index.php\n-rw-r--r--  1 apache apache 29551444 17 juil. 20:01 latest.tar.gz\n-rw-r--r--  1 apache apache    19903  1 janv.  2026 license.txt\n-rw-r--r--  1 apache apache     7406  9 janv.  2026 readme.html\ndrwxr-xr-x  2 apache apache        6 31 juil. 12:04 wordpress\n-rw-r--r--  1 apache apache     7371 17 f\u00e9vr. 18:05 wp-activate.php\ndrwxr-xr-x  9 apache apache     4096 17 juil. 19:52 wp-admin\n-rw-r--r--  1 apache apache      351  6 f\u00e9vr.  2020 wp-blog-header.php\n-rw-r--r--  1 apache apache     2323 14 juin   2023 wp-comments-post.php\n-rw-r--r--  1 apache apache     3339 12 ao\u00fbt   2025 wp-config-sample.php\ndrwxr-xr-x  4 apache apache       52 19 mai   07:12 wp-content\n-rw-r--r--  1 apache apache     5617  2 ao\u00fbt   2024 wp-cron.php\ndrwxr-xr-x 34 apache apache    12288 17 juil. 19:52 wp-includes\n-rw-r--r--  1 apache apache     2493 30 avril  2025 wp-links-opml.php\n-rw-r--r--  1 apache apache     3937 11 mars   2024 wp-load.php\n-rw-r--r--  1 apache apache    51850 28 f\u00e9vr. 23:57 wp-login.php\n-rw-r--r--  1 apache apache     8727  3 avril  2025 wp-mail.php\n-rw-r--r--  1 apache apache    32650  8 mai   17:59 wp-settings.php\n-rw-r--r--  1 apache apache    34621 17 f\u00e9vr. 18:05 wp-signup.php\n-rw-r--r--  1 apache apache     5214 19 ao\u00fbt   2025 wp-trackback.php\n-rw-r--r--  1 apache apache     3205  8 nov.   2024 xmlrpc.php<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">&#91;root@demo-alma9 html&#93;<\/span><span style=\"color: #E1E4E8\"># ls -l<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">total 29092<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache      405  6 f\u00e9vr.  2020 index.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache 29551444 17 juil. 20:01 latest.tar.gz<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache    19903  1 janv.  2026 license.txt<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     7406  9 janv.  2026 readme.html<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">drwxr-xr-x  2 apache apache        6 31 juil. 12:04 wordpress<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     7371 17 f\u00e9vr. 18:05 wp-activate.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">drwxr-xr-x  9 apache apache     4096 17 juil. 19:52 wp-admin<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache      351  6 f\u00e9vr.  2020 wp-blog-header.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     2323 14 juin   2023 wp-comments-post.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     3339 12 ao\u00fbt   2025 wp-config-sample.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">drwxr-xr-x  4 apache apache       52 19 mai   07:12 wp-content<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     5617  2 ao\u00fbt   2024 wp-cron.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">drwxr-xr-x 34 apache apache    12288 17 juil. 19:52 wp-includes<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     2493 30 avril  2025 wp-links-opml.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     3937 11 mars   2024 wp-load.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache    51850 28 f\u00e9vr. 23:57 wp-login.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     8727  3 avril  2025 wp-mail.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache    32650  8 mai   17:59 wp-settings.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache    34621 17 f\u00e9vr. 18:05 wp-signup.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     5214 19 ao\u00fbt   2025 wp-trackback.php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">-rw-r--r--  1 apache apache     3205  8 nov.   2024 xmlrpc.php<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Nous pouvons maintenant contr\u00f4ler que notre site est bien disponible via l\u2019url http:\/\/&lt;monsite&gt; qui devrait \u00eatre rediriger vers http:\/\/&lt;monsite&gt;\/wp-admin\/setup-config.php<\/p>\n\n\n\n<h1 id=\"finalisation-de-linstallation\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Finalisation_de_linstallation\"><\/span>Finalisation de l\u2019installation<span class=\"ez-toc-section-end\"><\/span><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Nous avons 2 m\u00e9thodes pour configurer WordPress<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Directement via le fichier de configuration<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>cp wp-config-sample.php wp-config.php<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">cp wp-config-sample.php wp-config.php<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">On modifie le fichier directement dans un \u00e9diteur de texte<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Via L\u2019interface nous allons voir cela<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Dans les 2 cas le r\u00e9sultat sera le m\u00eame<\/p>\n\n\n\n<h2 id=\"choix-de-la-langue\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Choix_de_la_langue\"><\/span>Choix de la langue<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image2-21.png\" alt=\"\"\/><\/figure>\n\n\n\n<h2 id=\"lancement-de-linstallation\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Lancement_de_linstallation\"><\/span>Lancement de l\u2019installation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image3-15.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On va donc cliquer directement sur \u00ab&nbsp;c\u2019est parti&nbsp;\u00bb pour lancer la configuration via l\u2019interface<\/p>\n\n\n\n<h2 id=\"credentials\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Credentials\"><\/span>Cr\u00e9dentials<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image4-15.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On renseigne les champs avec les \u00e9l\u00e9ments configur\u00e9 dans les chapitres pr\u00e9c\u00e9dents&nbsp;:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Nom de la base de donn\u00e9es<\/li>\n\n\n\n<li>L\u2019utilisateur WordPress<\/li>\n\n\n\n<li>Son mot de passe<\/li>\n\n\n\n<li>Le serveur ou est h\u00e9berg\u00e9 la base de donn\u00e9es<\/li>\n\n\n\n<li>Le pr\u00e9fixe pour les tables<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">On soumet<\/p>\n\n\n\n<h2 id=\"debut-de-linstallation\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Debut_de_linstallation\"><\/span>D\u00e9but de l\u2019installation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image5-13.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On lance l\u2019installation<\/li>\n<\/ul>\n\n\n\n<h2 id=\"configuration-du-site\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Configuration_du_site\"><\/span>Configuration du site<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image6-11.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On peut laisser le MDP proposer ou mettre le sien<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On clique sur \u00ab&nbsp;installer wordpress&nbsp;\u00bb<\/li>\n<\/ul>\n\n\n\n<h2 id=\"premiere-connexion\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Premiere_connexion\"><\/span>Premi\u00e8re connexion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image7-9.png\" alt=\"\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On est pr\u00eat\u00a0\ud83d\ude00<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image8-9.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On renseigne avec les informations fournies lors de l\u2019installation<\/p>\n\n\n\n<h2 id=\"linterface\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Linterface\"><\/span>L\u2019interface<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/communaute-omr.fr\/wp-content\/uploads\/2026\/07\/image9-8.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Une fois connect\u00e9 notre site est disponible<\/p>\n\n\n\n<h1 id=\"controle-du-fichier-de-configuration\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Controle_du_fichier_de_configuration\"><\/span>Contr\u00f4le du fichier de configuration<span class=\"ez-toc-section-end\"><\/span><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">On peut constater sur le serveur que l\u2019installeur \u00e0 cr\u00e9er le fichier de configuration wp-config.php<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">En regardant le fichier tous les champs sont renseign\u00e9s<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#e1e4e8;--cbp-line-number-width:calc(2 * 0.6 * .75rem);line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&lt;?php\n\/**\n* The base configuration for WordPress\n*\n* The wp-config.php creation script uses this file during the installation.\n* You don't have to use the website, you can copy this file to \"wp-config.php\"\n* and fill in the values.\n*\n* This file contains the following configurations:\n*\n* * Database settings\n* * Secret keys\n* * Database table prefix\n* * ABSPATH\n*\n* @link https:\/\/developer.wordpress.org\/advanced-administration\/wordpress\/wp-config\/\n*\n* @package WordPress\n*\/\n\/\/ ** Database settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( 'DB_NAME', 'wordpress' );\n\/** Database username *\/\ndefine( 'DB_USER', 'wordpressuser' );\n\/** Database password *\/\ndefine( 'DB_PASSWORD', 'THEPASSWORD' );\n\/** Database hostname *\/\ndefine( 'DB_HOST', 'localhost' );\n\/** Database charset to use in creating database tables. *\/\ndefine( 'DB_CHARSET', 'utf8mb4' );\n\/** The database collate type. Don't change this if in doubt. *\/\ndefine( 'DB_COLLATE', '' );\n\/**#@+\n* Authentication unique keys and salts.\n*\n* Change these to different unique phrases! You can generate these using\n* the {@link https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/ WordPress.org secret-key service}.\n*\n* You can change these at any point in time to invalidate all existing cookies.\n* This will force all users to have to log in again.\n*\n* @since 2.6.0\n*\/\ndefine( 'AUTH_KEY',         'G-s?yB@|!0!:k>4|UkwO:3W6]7DpOxW\/$|;eYSC0!ids, &amp;PqW.q)-=xlgy#&#91;3}7' );\ndefine( 'SECURE_AUTH_KEY',  'gGHMO&#93;-q(}~RC8 aYZVmVrS!V?abQ@ P0|ce&#91;(=UTK~B&#93;rU6+423S&#91;!M,GZYh6j0' );\ndefine( 'LOGGED_IN_KEY',    '*HWX#dWIo}mqbj9E~+C>?AXy2aF ;>2)wL HEEU~eJ&amp;,jiROq!W&#93;A z;D>>Dy?sP' );\ndefine( 'NONCE_KEY',        ')T3HCwIpfSh~9=Z.jvTAQrxQ _>mn@d{Ra7d)o:Vc3b}9mS^(0_8?\/A4oxk&lt;XB%d' );\ndefine( 'AUTH_SALT',        'x{C5gm7EmvL-9Oxmf&amp;F)wFmG=es=vXp9x5q$[7fnW4#ik1;+=In8j}bJS+-;Nj&lt;a' );\ndefine( 'SECURE_AUTH_SALT', '_SnTANs5)`G.Qu,l)g&#91;tkO7bM8bmVO6jnLPqf)E}-F.3nN-3yD=lz+;Q5yPtsm>1' );\ndefine( 'LOGGED_IN_SALT',   'AOhkkq=+AR!U:@O|v_Jw8,M#A;&#93;vJ[U3fTh^ihA}`q[I|.;r_b@0~InrE&#91;c+M|ao' );\ndefine( 'NONCE_SALT',       '_10NZHFB^gLzNy&#93;RAizlPSaKZ k3Ssp(8%2a(m^>j&amp;&amp;Zz[m#9xy\/yh\/[e~hzpRqS' );\n\/**#@-*\/\n\/**\n* WordPress database table prefix.\n*\n* You can have multiple installations in one database if you give each\n* a unique prefix. Only numbers, letters, and underscores please!\n*\n* At the installation time, database tables are created with the specified prefix.\n* Changing this value after WordPress is installed will make your site think\n* it has not been installed.\n*\n* @link https:\/\/developer.wordpress.org\/advanced-administration\/wordpress\/wp-config\/#table-prefix\n*\/\n$table_prefix = 'wp_';\n\/**\n* For developers: WordPress debugging mode.\n*\n* Change this to true to enable the display of notices during development.\n* It is strongly recommended that plugin and theme developers use WP_DEBUG\n* in their development environments.\n*\n* For information on other constants that can be used for debugging,\n* visit the documentation.\n*\n* @link https:\/\/developer.wordpress.org\/advanced-administration\/debug\/debug-wordpress\/\n*\/\ndefine( 'WP_DEBUG', false );\n\/* Add any custom values between this line and the \"stop editing\" line. *\/\n\/* That's all, stop editing! Happy publishing. *\/\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( 'ABSPATH' ) ) {\ndefine( 'ABSPATH', __DIR__ . '\/' );\n}\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . 'wp-settings.php';<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #F97583\">&lt;?<\/span><span style=\"color: #79B8FF\">php<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/**<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* The base configuration for WordPress<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* The wp-config.php creation script uses this file during the installation.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* You don&#39;t have to use the website, you can copy this file to &quot;wp-config.php&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* and fill in the values.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* This file contains the following configurations:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* * Database settings<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* * Secret keys<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* * Database table prefix<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* * ABSPATH<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* <\/span><span style=\"color: #F97583\">@link<\/span><span style=\"color: #6A737D\"> https:\/\/developer.wordpress.org\/advanced-administration\/wordpress\/wp-config\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* <\/span><span style=\"color: #F97583\">@package<\/span><span style=\"color: #6A737D\"> WordPress<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/\/ ** Database settings - You can get this info from your web host ** \/\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** The name of the database for WordPress *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;DB_NAME&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;wordpress&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** Database username *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;DB_USER&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;wordpressuser&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** Database password *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;DB_PASSWORD&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;THEPASSWORD&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** Database hostname *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;DB_HOST&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;localhost&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** Database charset to use in creating database tables. *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;DB_CHARSET&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;utf8mb4&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** The database collate type. Don&#39;t change this if in doubt. *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;DB_COLLATE&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/**#@+<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* Authentication unique keys and salts.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* Change these to different unique phrases! You can generate these using<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* the {@link https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/ WordPress.org secret-key service}.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* You can change these at any point in time to invalidate all existing cookies.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* This will force all users to have to log in again.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* @since 2.6.0<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;AUTH_KEY&#39;<\/span><span style=\"color: #E1E4E8\">,         <\/span><span style=\"color: #9ECBFF\">&#39;G-s?yB@|!0!:k&gt;4|UkwO:3W6]7DpOxW\/$|;eYSC0!ids, &amp;PqW.q)-=xlgy#&#91;3}7&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;SECURE_AUTH_KEY&#39;<\/span><span style=\"color: #E1E4E8\">,  <\/span><span style=\"color: #9ECBFF\">&#39;gGHMO&#93;-q(}~RC8 aYZVmVrS!V?abQ@ P0|ce&#91;(=UTK~B&#93;rU6+423S&#91;!M,GZYh6j0&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;LOGGED_IN_KEY&#39;<\/span><span style=\"color: #E1E4E8\">,    <\/span><span style=\"color: #9ECBFF\">&#39;*HWX#dWIo}mqbj9E~+C&gt;?AXy2aF ;&gt;2)wL HEEU~eJ&amp;,jiROq!W&#93;A z;D&gt;&gt;Dy?sP&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;NONCE_KEY&#39;<\/span><span style=\"color: #E1E4E8\">,        <\/span><span style=\"color: #9ECBFF\">&#39;)T3HCwIpfSh~9=Z.jvTAQrxQ _&gt;mn@d{Ra7d)o:Vc3b}9mS^(0_8?\/A4oxk&lt;XB%d&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;AUTH_SALT&#39;<\/span><span style=\"color: #E1E4E8\">,        <\/span><span style=\"color: #9ECBFF\">&#39;x{C5gm7EmvL-9Oxmf&amp;F)wFmG=es=vXp9x5q$[7fnW4#ik1;+=In8j}bJS+-;Nj&lt;a&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;SECURE_AUTH_SALT&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;_SnTANs5)`G.Qu,l)g&#91;tkO7bM8bmVO6jnLPqf)E}-F.3nN-3yD=lz+;Q5yPtsm&gt;1&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;LOGGED_IN_SALT&#39;<\/span><span style=\"color: #E1E4E8\">,   <\/span><span style=\"color: #9ECBFF\">&#39;AOhkkq=+AR!U:@O|v_Jw8,M#A;&#93;vJ[U3fTh^ihA}`q[I|.;r_b@0~InrE&#91;c+M|ao&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;NONCE_SALT&#39;<\/span><span style=\"color: #E1E4E8\">,       <\/span><span style=\"color: #9ECBFF\">&#39;_10NZHFB^gLzNy&#93;RAizlPSaKZ k3Ssp(8%2a(m^&gt;j&amp;&amp;Zz[m#9xy\/yh\/[e~hzpRqS&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/**#@-*\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/**<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* WordPress database table prefix.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* You can have multiple installations in one database if you give each<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* a unique prefix. Only numbers, letters, and underscores please!<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* At the installation time, database tables are created with the specified prefix.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* Changing this value after WordPress is installed will make your site think<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* it has not been installed.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* <\/span><span style=\"color: #F97583\">@link<\/span><span style=\"color: #6A737D\"> https:\/\/developer.wordpress.org\/advanced-administration\/wordpress\/wp-config\/#table-prefix<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">$table_prefix <\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;wp_&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/**<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* For developers: WordPress debugging mode.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* Change this to true to enable the display of notices during development.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* It is strongly recommended that plugin and theme developers use WP_DEBUG<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* in their development environments.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* For information on other constants that can be used for debugging,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* visit the documentation.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">* <\/span><span style=\"color: #F97583\">@link<\/span><span style=\"color: #6A737D\"> https:\/\/developer.wordpress.org\/advanced-administration\/debug\/debug-wordpress\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">*\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;WP_DEBUG&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #79B8FF\">false<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/* Add any custom values between this line and the &quot;stop editing&quot; line. *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/* That&#39;s all, stop editing! Happy publishing. *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** Absolute path to the WordPress directory. *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">if<\/span><span style=\"color: #E1E4E8\"> ( <\/span><span style=\"color: #F97583\">!<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">defined<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;ABSPATH&#39;<\/span><span style=\"color: #E1E4E8\"> ) ) {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;ABSPATH&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #79B8FF\">__DIR__<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">.<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;\/&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">}<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\">\/** Sets up WordPress vars and included files. *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">require_once<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">ABSPATH<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">.<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;wp-settings.php&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h1 id=\"autoriser-le-proxy-https\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Autoriser_le_proxy_https\"><\/span>Autoriser le proxy https<span class=\"ez-toc-section-end\"><\/span><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Nous devons \u00e9diter le fichier wp-config.php pour que notre site communique vers l\u2019ext\u00e9rieur du LAN en HTTPS<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro omr-terminal\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.75rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>\/* Pour le reverse proxy nginx *\/\nif(isset($_SERVER&#91;'HTTP_X_FORWARDED_FOR'&#93;)) {\n$list = explode(',',$_SERVER&#91;'HTTP_X_FORWARDED_FOR'&#93;);\n$_SERVER&#91;'REMOTE_ADDR'&#93; = $list&#91;0&#93;;\n}\ndefine( 'WP_HOME', 'https:\/\/monsite.fr' );\ndefine( 'WP_SITEURL', 'https:\/\/monsite.fr' );\n$_SERVER&#91;'HTTP_HOST'&#93; = 'monsite.fr';\n$_SERVER&#91;'REMOTE_ADDR'&#93; = 'https:monsite.fr';\n$_SERVER&#91; 'SERVER_ADDR' &#93; = 'monsite';\ndefine( 'WP_AUTO_UPDATE_CORE', true );\nadd_filter( 'auto_update_core', '__return_true' );\nadd_filter( 'allow_major_auto_core_updates', '__return_true' );\ndefine('FS_METHOD', 'direct');<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A737D\">\/* Pour le reverse proxy nginx *\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">if<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #79B8FF\">isset<\/span><span style=\"color: #E1E4E8\">($_SERVER&#91;<\/span><span style=\"color: #9ECBFF\">&#39;HTTP_X_FORWARDED_FOR&#39;<\/span><span style=\"color: #E1E4E8\">&#93;)) {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">$list <\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">explode<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #9ECBFF\">&#39;,&#39;<\/span><span style=\"color: #E1E4E8\">,$_SERVER&#91;<\/span><span style=\"color: #9ECBFF\">&#39;HTTP_X_FORWARDED_FOR&#39;<\/span><span style=\"color: #E1E4E8\">&#93;);<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">$_SERVER&#91;<\/span><span style=\"color: #9ECBFF\">&#39;REMOTE_ADDR&#39;<\/span><span style=\"color: #E1E4E8\">&#93; <\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #E1E4E8\"> $list&#91;<\/span><span style=\"color: #79B8FF\">0<\/span><span style=\"color: #E1E4E8\">&#93;;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">}<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;WP_HOME&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;https:\/\/monsite.fr&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;WP_SITEURL&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;https:\/\/monsite.fr&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">$_SERVER&#91;<\/span><span style=\"color: #9ECBFF\">&#39;HTTP_HOST&#39;<\/span><span style=\"color: #E1E4E8\">&#93; <\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;monsite.fr&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">$_SERVER&#91;<\/span><span style=\"color: #9ECBFF\">&#39;REMOTE_ADDR&#39;<\/span><span style=\"color: #E1E4E8\">&#93; <\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;https:monsite.fr&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">$_SERVER&#91; <\/span><span style=\"color: #9ECBFF\">&#39;SERVER_ADDR&#39;<\/span><span style=\"color: #E1E4E8\"> &#93; <\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&#39;monsite&#39;<\/span><span style=\"color: #E1E4E8\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;WP_AUTO_UPDATE_CORE&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #79B8FF\">true<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">add_filter<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;auto_update_core&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;__return_true&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">add_filter<\/span><span style=\"color: #E1E4E8\">( <\/span><span style=\"color: #9ECBFF\">&#39;allow_major_auto_core_updates&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;__return_true&#39;<\/span><span style=\"color: #E1E4E8\"> );<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #9ECBFF\">&#39;FS_METHOD&#39;<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">&#39;direct&#39;<\/span><span style=\"color: #E1E4E8\">);<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ajouter ces lignes \u00e0 la fin du fichier<\/li>\n\n\n\n<li>Remplacer monsite par les valeurs de votre contexte<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Avant-propos Dans cet article nous allons installer un serveur wordpress sur un serveur ALMA9 Installation du serveur WEB Pr\u00e9paration des d\u00e9pots Contr\u00f4le des d\u00e9p\u00f4ts<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[51,42],"tags":[],"class_list":["post-1564","post","type-post","status-publish","format-standard","hentry","category-installation-wordpress","category-wordpress"],"_links":{"self":[{"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=\/wp\/v2\/posts\/1564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1564"}],"version-history":[{"count":7,"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=\/wp\/v2\/posts\/1564\/revisions"}],"predecessor-version":[{"id":1581,"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=\/wp\/v2\/posts\/1564\/revisions\/1581"}],"wp:attachment":[{"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1564"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1564"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/communaute-omr.fr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}