{"id":21,"date":"2016-09-05T20:27:12","date_gmt":"2016-09-05T20:27:12","guid":{"rendered":"http:\/\/demos.famethemes.com\/screenr\/?page_id=21"},"modified":"2023-01-29T11:42:11","modified_gmt":"2023-01-29T10:42:11","slug":"mobile-apps-development","status":"publish","type":"page","link":"https:\/\/www.haveltech.fr\/?page_id=21","title":{"rendered":"Serveur Web S\u00e9curis\u00e9 sur Almalinux"},"content":{"rendered":"\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/almalinux.org\/fr\/\" target=\"_blank\">AlmaLinux<\/a> est une distribution Linux bas\u00e9e sur le code source du syst\u00e8me d&rsquo;exploitation <a href=\"https:\/\/www.redhat.com\/fr\/technologies\/linux-platforms\/enterprise-linux\" data-type=\"URL\" data-id=\"https:\/\/www.redhat.com\/fr\/technologies\/linux-platforms\/enterprise-linux\" target=\"_blank\" rel=\"noreferrer noopener\">Red Hat Enterprise Linux (RHEL)<\/a><\/p>\n\n\n\n<p>Il est livr\u00e9 avec un ensemble complet d&rsquo;outils pour une installation rapide et facile, ainsi qu&rsquo;une interface graphique intuitive pour la gestion des paquets et des services. Il inclut \u00e9galement une grande vari\u00e9t\u00e9 de logiciels open source populaires, tels que LibreOffice, Firefox et GIMP, pour r\u00e9pondre aux besoins de la plupart des utilisateurs.<\/p>\n\n\n\n<p>En plus de cela, Almalinux est tr\u00e8s personnalisable, permettant aux utilisateurs de personnaliser leur syst\u00e8me selon leurs pr\u00e9f\u00e9rences. Enfin, Almalinux est un syst\u00e8me d&rsquo;exploitation stable, s\u00e9curis\u00e9 et rapide, ce qui en fait un excellent choix pour les utilisateurs de tous niveaux.<\/p>\n\n\n\n<p>Le but du projet est de proposer un syst\u00e8me d&rsquo;exploitation maintenu par la communaut\u00e9 et utilisable en production au sein des entreprises.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\"><strong>Installer Apache dans AlmaLinux<\/strong><\/h3>\n\n\n\n<p>Assurez-vous que vous disposez des privil\u00e8ges d&rsquo;utilisateur <strong>Sudoer<\/strong> n\u00e9cessaires avant de proc\u00e9der \u00e0 l&rsquo;installation d&rsquo; <strong>Apache<\/strong> sur <strong>AlmaLinux<\/strong> .<\/p>\n\n\n\n<p>Mettez \u00e0 jour le syst\u00e8me <strong>AlmaLinux<\/strong> pour prendre en charge les derniers correctifs et correctifs de s\u00e9curit\u00e9.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo dnf update <\/strong> \n<\/code><\/pre>\n\n\n\n<p>Ex\u00e9cutez maintenant la commande suivante pour installer Apache et d&rsquo;autres outils associ\u00e9s \u00e0 Apache afin qu&rsquo;il fonctionne correctement.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo dnf install httpd httpd-tools<\/strong>\n<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\" id=\"attachment_3310\"><img loading=\"lazy\" decoding=\"async\" width=\"798\" height=\"437\" src=\"https:\/\/www.haveltech.fr\/wp-content\/uploads\/2023\/01\/Install-Apache-in-AlmaLinux.png\" alt=\"\" class=\"wp-image-1418\" srcset=\"https:\/\/www.haveltech.fr\/wp-content\/uploads\/2023\/01\/Install-Apache-in-AlmaLinux.png 798w, https:\/\/www.haveltech.fr\/wp-content\/uploads\/2023\/01\/Install-Apache-in-AlmaLinux-300x164.png 300w, https:\/\/www.haveltech.fr\/wp-content\/uploads\/2023\/01\/Install-Apache-in-AlmaLinux-768x421.png 768w\" sizes=\"auto, (max-width: 798px) 100vw, 798px\" \/><figcaption class=\"wp-element-caption\"><strong>Installer Apache dans AlmaLinux<\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<p>Dans la plupart des cas, <strong>Apache<\/strong> d\u00e9marre g\u00e9n\u00e9ralement apr\u00e8s la r\u00e9ussite de l&rsquo;installation de son package. Pour \u00eatre certain qu&rsquo;il est en cours d&rsquo;ex\u00e9cution, ex\u00e9cutez la commande suivante pour d\u00e9marrer le service Apache.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo systemctl start httpd<\/strong><\/code><\/pre>\n\n\n\n<p>Ensuite, activez <strong>Apache<\/strong> pour qu&rsquo;il s&rsquo;ex\u00e9cute en continu m\u00eame lorsque\/apr\u00e8s le red\u00e9marrage de votre serveur <strong>AlmaLinux<\/strong> .<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo systemctl enable httpd<\/strong><\/code><\/pre>\n\n\n\n<p>Apr\u00e8s avoir activ\u00e9 <strong>Apache<\/strong> , nous pouvons maintenant v\u00e9rifier son \u00e9tat pour nous assurer qu&rsquo;il est op\u00e9rationnel.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo systemctl status httpd<\/strong><\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\" id=\"attachment_3311\"><img decoding=\"async\" src=\"https:\/\/www.linuxshelltips.com\/wp-content\/uploads\/2021\/12\/Check-Apache-Status-in-AlmaLinux.png\" alt=\"V\u00e9rifier le statut d'Apache dans AlmaLinux\" class=\"wp-image-3311\"\/><figcaption class=\"wp-element-caption\"><strong>V\u00e9rifier le statut d&rsquo;Apache dans AlmaLinux<\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<p>Le serveur Web <strong>Apache<\/strong> est op\u00e9rationnel sur <strong>AlmaLinux<\/strong> .<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\"><strong>Activer Apache sur le pare-feu dans AlmaLinux<\/strong><\/h3>\n\n\n\n<p><strong>Le serveur Web Apache<\/strong> install\u00e9 et activ\u00e9 est pleinement op\u00e9rationnel dans la machine\/l&rsquo;ordinateur h\u00e9bergeant le syst\u00e8me d&rsquo;exploitation du serveur <strong>AlmaLinux . <\/strong>Pour <strong>qu&rsquo;Apache<\/strong> soit accessible au monde ext\u00e9rieur via un navigateur web, il faut consid\u00e9rer deux ports ( <strong>80<\/strong> et <strong>443<\/strong> ).<\/p>\n\n\n\n<p>Apache utilise le port <strong>80<\/strong> pour communiquer avec les clients Web via <strong>HTTP<\/strong> et le port <strong>443<\/strong> pour le trafic <strong>HTTPS<\/strong> s\u00e9curis\u00e9 .<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo firewall-cmd --permanent --zone=public --add-service=http\n$ sudo firewall-cmd --permanent --zone=public --add-service=https<\/strong><\/code><\/pre>\n\n\n\n<p>Pour que ces modifications soient effectives, <strong>firewall-cmd<\/strong> doit \u00eatre recharg\u00e9.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo firewall-cmd --reload<\/strong><\/code><\/pre>\n\n\n\n<p>La derni\u00e8re \u00e9tape consiste \u00e0 vous assurer que votre installation Apache peut servir des applications Web \u00e0 partir du navigateur.<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code><strong>http:\/\/VOTRE-ADRESSE-IP<\/strong><\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\" id=\"attachment_3313\"><img decoding=\"async\" src=\"https:\/\/www.linuxshelltips.com\/wp-content\/uploads\/2021\/12\/Check-Apache-Test-Page.png\" alt=\"V\u00e9rifier la page de test Apache\" class=\"wp-image-3313\"\/><figcaption class=\"wp-element-caption\"><strong>V\u00e9rifier la page de test Apache<\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\"><strong>H\u00e9bergement d&rsquo;un site Web avec Apache dans AlmaLinux<\/strong><\/h3>\n\n\n\n<p>La configuration par d\u00e9faut d&rsquo;Apache est suffisante pour h\u00e9berger un seul site Web, mais si vous souhaitez h\u00e9berger plusieurs sites Web, vous devez utiliser la directive <strong>Apache Virtual Hosts.<\/strong><\/p>\n\n\n\n<p>C&rsquo;est la que \u00e7a devient int\u00e9ressant car cela va permettre de disposer de diff\u00e9rents sous domaine et donc d&rsquo;avoirs plusieurs sites web sur le m\u00eame serveur web !<\/p>\n\n\n\n<p>Le chemin de <strong>document<\/strong> par d\u00e9faut <strong>\/var\/www\/html<\/strong> contient le site Web unique, mais si vous souhaitez h\u00e9berger plusieurs sites Web, vous devez cr\u00e9er un h\u00f4te virtuel distinct pour chaque site.<\/p>\n\n\n\n<p>Par exemple, pour h\u00e9berger un autre site Web de domaine appel\u00e9 \u00ab <strong>mondomaine.com<\/strong> \u00bb, vous devez cr\u00e9er un r\u00e9pertoire d&rsquo;h\u00f4te virtuel s\u00e9par\u00e9 et un r\u00e9pertoire de journaux pour conserver les fichiers journaux du site avec les autorisations appropri\u00e9es.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo mkdir -p \/var\/www\/mondomaine.com\/html\n$ sudo mkdir -p \/var\/www\/mondomaine.com\/log\n$ sudo chown -R $USER:$USER \/var\/www\/mondomaine.com\/html\n$ sudo chmod -R 755 \/var\/www<\/strong><\/code><\/pre>\n\n\n\n<p>Cr\u00e9ez maintenant un exemple de fichier <strong>index.html<\/strong> (page de destination) pour tester le site.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo nano \/var\/www\/mondomaine.com\/html\/index.html<\/strong><\/code><\/pre>\n\n\n\n<p>Remplissez-le avec quelques donn\u00e9es.<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code><strong>&lt;!DOCTYPE html>\n&lt;html>\n\n&lt;head>\n  &lt;title>Bienvenue sur mondomaine.com&lt;\/title>\n&lt;\/head>\n\n&lt;body>\n\n  &lt;h1>GHR36CLOUD pr\u00e9sente mondomaine.com&lt;\/h1>\n   &lt;p>Vous avez acc\u00e9d\u00e9 avec succ\u00e8s \u00e0 la page d'accueil de mondomaine.com\u00a0!&lt;\/p>\n\n&lt;\/body>\n&lt;\/html><\/strong><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\"><strong>Cr\u00e9er un h\u00f4te virtuel dans AlmaLinux<\/strong><\/h3>\n\n\n\n<p>Cr\u00e9ez maintenant les r\u00e9pertoires <strong>sites-available<\/strong> et <strong>sites-enabled<\/strong> pour conserver respectivement le fichier de l&rsquo;h\u00f4te virtuel et le lien symbolique de l&rsquo;h\u00f4te virtuel.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo mkdir \/etc\/httpd\/sites-available\n$ sudo mkdir \/etc\/httpd\/sites-enabled<\/strong><\/code><\/pre>\n\n\n\n<p>Ensuite, d\u00e9finissez l&rsquo; emplacement du r\u00e9pertoire<strong> sites-enabled<\/strong> dans le fichier de configuration principal d&rsquo;Apache qui doit acc\u00e9der aux fichiers de l&rsquo;h\u00f4te virtuel.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><strong>$ sudo nano \/etc\/httpd\/conf\/httpd.conf<\/strong><\/pre>\n\n\n\n<p>En bas, ajoutez la ligne suivante avant de l&rsquo;enregistrer et de la fermer.<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code><strong>IncludeOptional sites-enabled\/*.conf<\/strong><\/code><\/pre>\n\n\n\n<p>Enfin, cr\u00e9ez un fichier d&rsquo;h\u00f4te virtuel pour notre domaine <strong>mondomaine.com<\/strong> .<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo nano \/etc\/httpd\/sites-available\/mondomaine.com<\/strong><\/code><\/pre>\n\n\n\n<p>Ensuite, ajoutez la configuration d&rsquo;h\u00f4te virtuel suivante avec le nom de domaine que vous utilisez.<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code><strong>&lt;VirtualHost mondomaine.com:80>\n    ServerAdmin mondomaine.com\n    ServerAlias mondomaine.com\n    DocumentRoot \/var\/www\/mondomaine.com\/html\n    ErrorLog \/var\/www\/mondomaine.com\/log\/error.log\n    CustomLog \/var\/www\/mondomaine.com\/log\/access.log combined\n    Header set Strict-Transport-Security \"max-age=15768000\"\n    &lt;Directory \/var\/www\/mondomaine.com\/html>\n            Options -Indexes +FollowSymLinks +MultiViews\n            AllowOverride all\n            Require all granted\n    &lt;\/Directory>\nRewriteEngine on\nRewriteCond %{SERVER_NAME} =mondomaine.com\nRewriteRule ^ https:\/\/%{SERVER_NAME}%{REQUEST_URI} &#91;END,NE,R=permanent]\n&lt;\/VirtualHost><\/strong><\/code><\/pre>\n\n\n\n<p>Enregistrez le fichier et fermez l&rsquo;\u00e9diteur de terminal.<\/p>\n\n\n\n<p>Pour activer notre fichier d&rsquo;h\u00f4te virtuel, vous devez cr\u00e9er un lien symbolique entre les r\u00e9pertoires <strong><strong>sites-available<\/strong><\/strong> et les r\u00e9pertoires <strong><strong>sites-enables<\/strong><\/strong> .<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo ln -s \/etc\/httpd\/sites-available\/mondomaine.com \/etc\/httpd\/sites-enabled\/mondomaine.com.conf <\/strong> <\/code><\/pre>\n\n\n\n<p>Enfin, red\u00e9marrez <strong>Apache<\/strong> et assurez-vous qu&rsquo;il est en cours d&rsquo;ex\u00e9cution.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo systemctl restart httpd\n$ sudo systemctl status httpd<\/strong><\/code><\/pre>\n\n\n\n<p>Vous devriez maintenant pouvoir voir la page <strong>index.html<\/strong> h\u00e9berg\u00e9e via votre nom de domaine.<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code><strong>http:\/\/mondomaine.com<\/strong><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\"><strong>S\u00e9curisez Apache avec Let&rsquo;s Encrypt dans AlmaLinux<\/strong><\/h3>\n\n\n\n<p>Pour activer <strong>HTTPS<\/strong> sur le site Web de votre domaine, vous pouvez utiliser les certificats SSL Free Let&rsquo;s Encrypt en installant <strong>Certbot<\/strong> et <strong>mod_ssl<\/strong> .<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo dnf install epel-release\n$ sudo dnf install certbot python3-certbot-apache mod_ssl<\/strong><\/code><\/pre>\n\n\n\n<p>Une fois <strong>Certbot<\/strong> install\u00e9, vous pouvez ex\u00e9cuter la commande suivante pour obtenir votre certificat SSL gratuit pour votre domaine.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo certbot --apache -d mondomaine.com<\/strong><\/code><\/pre>\n\n\n\n<p>Les certificats t\u00e9l\u00e9charg\u00e9s sont plac\u00e9s dans un sous-r\u00e9pertoire nomm\u00e9 d&rsquo;apr\u00e8s votre domaine dans le r\u00e9pertoire <strong>\/etc\/letsencrypt\/live<\/strong><\/p>\n\n\n\n<p>Vous pouvez ensuite faire votre <strong>ficher de configuration SSL<\/strong> de cette mani\u00e8re pour votre site avec les certificats pr\u00e9c\u00e9demment t\u00e9l\u00e9charg\u00e9s il est normalement stock\u00e9 dans <strong>\/etc\/httpd\/sites-available<\/strong> sous le nom <strong>mondomaine.com-le-ssl.conf<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code><strong>&lt;IfModule mod_ssl.c>\n&lt;VirtualHost mondomaine.com:443>\n    ServerAdmin mondomaine.com\n    ServerAlias mondomaine.com\n    DocumentRoot \/var\/www\/mondomaine.com\/html\n    ErrorLog \/var\/www\/mondomaine.com\/log\/error.log\n    CustomLog \/var\/www\/mondomaine.com\/log\/access.log combined\n    Header set Strict-Transport-Security \"max-age=15768000\"\n    &lt;Directory \/var\/www\/mondomaine.com\/html>\n            Options -Indexes +FollowSymLinks +MultiViews\n            AllowOverride all\n            Require all granted\n    &lt;\/Directory>\nServerName mondomaine.com\nSSLCertificateFile \/etc\/letsencrypt\/live\/mondomaine.com\/fullchain.pem\nSSLCertificateKeyFile \/etc\/letsencrypt\/live\/mondomaine.com\/privkey.pem\nInclude \/etc\/letsencrypt\/options-ssl-apache.conf\n&lt;\/VirtualHost>\n&lt;\/IfModule><\/strong><\/code><\/pre>\n\n\n\n<p>Enfin, red\u00e9marrez <strong>Apache<\/strong> et assurez-vous qu&rsquo;il est en cours d&rsquo;ex\u00e9cution.<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-background-color has-text-color has-background\" style=\"color:#34f000\"><code><strong>$ sudo systemctl restart httpd\n$ sudo systemctl status httpd<\/strong><\/code><\/pre>\n\n\n\n<p>Votre site est d\u00e9sormais disponible en <strong>HTTPS<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code><strong>https:\/\/mondomaine.com<\/strong><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:#fcb900\" class=\"has-inline-color has-vivid-red-color\">L&rsquo;ensemble des tutos sont disponible sur mon site :<\/mark><\/h2>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><a href=\"https:\/\/ghr36cloud.com\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"640\" src=\"https:\/\/www.haveltech.fr\/wp-content\/uploads\/2022\/11\/programma-omino-windows-1024x640.jpg\" alt=\"\" class=\"wp-image-1324 size-full\" srcset=\"https:\/\/www.haveltech.fr\/wp-content\/uploads\/2022\/11\/programma-omino-windows-1024x640.jpg 1024w, https:\/\/www.haveltech.fr\/wp-content\/uploads\/2022\/11\/programma-omino-windows-300x188.jpg 300w, https:\/\/www.haveltech.fr\/wp-content\/uploads\/2022\/11\/programma-omino-windows-768x480.jpg 768w, https:\/\/www.haveltech.fr\/wp-content\/uploads\/2022\/11\/programma-omino-windows-1536x960.jpg 1536w, https:\/\/www.haveltech.fr\/wp-content\/uploads\/2022\/11\/programma-omino-windows.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><div class=\"wp-block-media-text__content\">\n<p><a href=\"https:\/\/ghr36cloud.com\" data-type=\"URL\" data-id=\"https:\/\/ghr36cloud.com\" target=\"_blank\" rel=\"noreferrer noopener\">GHR36CLOUD.COM<\/a> est le second site web que je g\u00e8re est qui est install\u00e9 sur mon VPS chez <a href=\"https:\/\/contabo.com\/en\" target=\"_blank\" rel=\"noreferrer noopener\">Contabo<\/a>.<\/p>\n\n\n\n<p>Vous y retrouverez au fil du temps diff\u00e9rents tutoriels sur Linux, Windows, la s\u00e9curit\u00e9 etc&#8230;<\/p>\n\n\n\n<p>Je l&rsquo;ai cr\u00e9\u00e9 \u00e0 la base pour faire des tests sur des solutions qui pourrait m\u2019int\u00e9resser, puis j&rsquo;ai d\u00e9cid\u00e9 d&rsquo;en faire un site pour partager mes connaissances, c&rsquo;est comme cela que je me suis principalement form\u00e9, Internet est vraiment une base de connaissance \u00e9norme pour celui qui s&rsquo;y int\u00e9resse.<\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>AlmaLinux est une distribution Linux  bas\u00e9e sur le code source du syst\u00e8me d&rsquo;exploitation Red Hat Enterprise Linux (RHEL)<\/p>\n","protected":false},"author":2,"featured_media":1427,"parent":1182,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=21"}],"version-history":[{"count":14,"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":1430,"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions\/1430"}],"up":[{"embeddable":true,"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/pages\/1182"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=\/wp\/v2\/media\/1427"}],"wp:attachment":[{"href":"https:\/\/www.haveltech.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}