{"id":2599,"date":"2020-04-25T10:35:20","date_gmt":"2020-04-25T07:05:20","guid":{"rendered":"https:\/\/airoserver.com\/?p=2599"},"modified":"2022-03-29T16:08:06","modified_gmt":"2022-03-29T11:38:06","slug":"how-to-switch-from-apache-to-nginx","status":"publish","type":"post","link":"https:\/\/airoserver.com\/fr\/dedie\/comment-passer-dapache-a-nginx\/","title":{"rendered":"Comment passer d'Apache \u00e0 Nginx"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Dans notre r\u00e9cente s\u00e9rie de billets, nous avons expliqu\u00e9 un grand nombre de choses \u00e0 propos de <a href=\"https:\/\/airoserver.com\/fr\/dedie\/comparaison-de-differents-serveurs-web-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Serveurs web Linux (s&#039;ouvre dans un nouvel onglet)\">Serveurs web Linux<\/a>. Les trois principaux serveurs web Linux que nous avons pr\u00e9sent\u00e9s sont les suivants <a href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-nginx\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Nginx (s&#039;ouvre dans un nouvel onglet)\">Nginx<\/a>, <a href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-apache\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Apache (s&#039;ouvre dans un nouvel onglet)\">Apache<\/a>et <a href=\"https:\/\/airoserver.com\/fr\/dedie\/nginx-vs-litespeed-web-server\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Lite Speed (s&#039;ouvre dans un nouvel onglet)\">Vitesse r\u00e9duite<\/a>. Nous avons pr\u00e9sent\u00e9 les avantages et les inconv\u00e9nients de chacun d'entre eux. Nous avons \u00e9galement mentionn\u00e9 qu'Apache est le serveur web le plus utilis\u00e9 dans le monde. Pour une raison quelconque, vous pouvez choisir un serveur web et d\u00e9cider d'en changer par la suite. Dans cet article, nous allons vous montrer comment vous pouvez changer votre serveur web d'Apache \u00e0 Nginx.<\/p>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>Passer du serveur web Apache au serveur web Nginx<\/strong><\/h4>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">La premi\u00e8re chose \u00e0 faire est d'\u00e9tablir une connexion SSH \u00e0 votre serveur en utilisant des logiciels comme PuTTY. Vous devez avoir un acc\u00e8s root \u00e0 votre serveur. Si votre service ne vous permet pas d'acc\u00e9der \u00e0 la racine, vous devez demander \u00e0 votre h\u00e9bergeur de changer de serveur web pour vous.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Apr\u00e8s s'\u00eatre connect\u00e9 au serveur en utilisant <a href=\"https:\/\/www.putty.org\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"PuTTY (ouvre un nouvel onglet)\">PuTTY<\/a>vous devez v\u00e9rifier la version de votre <a href=\"https:\/\/airoserver.com\/fr\/airoserver\/quest-ce-quun-panneau-de-controle-pour-lhebergement\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"panneau de contr\u00f4le (s&#039;ouvre dans un nouvel onglet)\">panneau de contr\u00f4le<\/a>de \"Custombuild\". Utilisez les commandes ci-dessous pour v\u00e9rifier et mettre \u00e0 jour.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>V\u00e9rifier la version :<\/strong><\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> cd \/usr\/local\/directadmin\/custombuild\r\n.\/build version <\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Mettre \u00e0 jour la version :<\/strong><\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> cd \/usr\/local\/directadmin\r\nmv custombuild custombuild_1.x\r\nwget -O custombuild.tar.gz http:\/\/files.directadmin.com\/services\/custombuild\/2.0\/custombuild.tar.gz\r\ntar xvzf custombuild.tar.gz\r\ncd custombuild\r\n.\/build <\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Maintenant, nous pouvons simplement utiliser cette commande pour passer d'Apache \u00e0 Nginx :<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> cd \/usr\/local\/directadmin\r\n.\/build set webserver nginx <\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">C'est ce que vous verrez \u00e0 la fin du processus :<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" class=\"wp-image-2603\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/Switch-from-Apache-to-Nginx.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Ensuite, vous devez modifier le <a href=\"https:\/\/airoserver.com\/fr\/dedie\/comparaison-de-differents-serveurs-web-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gestionnaire PHP (s&#039;ouvre dans un nouvel onglet)\">Gestionnaire PHP<\/a>. Nous avons d\u00e9j\u00e0 expliqu\u00e9 que chaque <a href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"serveur web (s&#039;ouvre dans un nouvel onglet)\">serveur web<\/a> a son propre gestionnaire de PH. Apache supporte presque tous les gestionnaires de PH. Nous devons donc changer le gestionnaire PHP en PHP-FPM.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> \/build set php1_mode php-fpm<\/pre>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" class=\"wp-image-2604\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/Change-PHP-handler.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Copiez et collez maintenant ces commandes \u00e0 tour de r\u00f4le :<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> .\/build update <\/pre>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> .\/build all d <\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>*<\/strong>Ce processus peut prendre plus ou moins de 20 minutes en fonction de la m\u00e9moire vive du serveur.<strong>*<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" class=\"wp-image-2607\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/Directadmin-nginx-install-update-1024x343-1024x343.png\" alt=\"Mise \u00e0 jour de la construction\" \/><\/figure>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Terminons l'installation :<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> .\/build rewrite_confs <\/pre>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" class=\"wp-image-2605\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/Switch-from-Apache-to-Nginx2.jpg\" alt=\"Installation de Nginx\" \/><\/figure>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">La derni\u00e8re \u00e9tape consiste \u00e0 red\u00e9marrer Nginx pour terminer le processus :<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"> \/sbin\/service nginx restart <\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong><em>Vous avez r\u00e9ussi \u00e0 faire passer votre serveur web d'Apache \u00e0 Nginx !<\/em><\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">J'esp\u00e8re que vous avez appr\u00e9ci\u00e9 cet article. Si c'est le cas, vous pouvez visiter notre site web <a href=\"https:\/\/airoserver.com\/fr\/blog\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"blog (s&#039;ouvre dans un nouvel onglet)\">blog<\/a> pour en savoir plus !<\/p>","protected":false},"excerpt":{"rendered":"<p>Dans notre r\u00e9cente s\u00e9rie de billets, nous avons expliqu\u00e9 beaucoup de choses sur les serveurs web Linux. Les trois principaux serveurs web Linux que nous avons pr\u00e9sent\u00e9s sont Nginx, Apache et Lite Speed. Nous avons pr\u00e9sent\u00e9 les avantages et les inconv\u00e9nients de chacun d'entre eux. Nous avons \u00e9galement mentionn\u00e9 qu'Apache est le serveur web le plus couramment utilis\u00e9 [...]<\/p>","protected":false},"author":5,"featured_media":33566,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[179,176,178],"tags":[85,188,142],"class_list":["post-2599","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-airoserver","category-dedicated","category-airo-vps","tag-airoserver","tag-control-panel","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Switch from Apache to Nginx<\/title>\n<meta name=\"description\" content=\"To switch from Apache to Nginx, After logging into the server using PuTTY, you need to check the version of your control panel&#039;s &quot;Custombuild&quot;. Then...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/airoserver.com\/fr\/dedie\/comment-passer-dapache-a-nginx\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Switch from Apache to Nginx\" \/>\n<meta property=\"og:description\" content=\"To switch from Apache to Nginx, After logging into the server using PuTTY, you need to check the version of your control panel&#039;s &quot;Custombuild&quot;. Then...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/airoserver.com\/fr\/dedie\/comment-passer-dapache-a-nginx\/\" \/>\n<meta property=\"og:site_name\" content=\"Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-25T07:05:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-29T11:38:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/Switch-from-Apache-to-Nginx-1-e1587798120590.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"SEO Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"SEO Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/\"},\"author\":{\"name\":\"SEO Team\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\"},\"headline\":\"How to Switch from Apache to Nginx\",\"datePublished\":\"2020-04-25T07:05:20+00:00\",\"dateModified\":\"2022-03-29T11:38:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/\"},\"wordCount\":325,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"keywords\":[\"airoserver\",\"Control Panel\",\"Linux\"],\"articleSection\":[\"AiroServer\",\"Dedicated\",\"VPS\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/\",\"url\":\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/\",\"name\":\"How to Switch from Apache to Nginx\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/#website\"},\"datePublished\":\"2020-04-25T07:05:20+00:00\",\"dateModified\":\"2022-03-29T11:38:06+00:00\",\"description\":\"To switch from Apache to Nginx, After logging into the server using PuTTY, you need to check the version of your control panel's \\\"Custombuild\\\". Then...\",\"breadcrumb\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/airoserver.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Switch from Apache to Nginx\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/airoserver.com\/#website\",\"url\":\"https:\/\/airoserver.com\/\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"description\":\"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver\",\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/airoserver.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/airoserver.com\/#organization\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"url\":\"https:\/\/airoserver.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"contentUrl\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"width\":925,\"height\":880,\"caption\":\"Airoserver | Cloud Hosting Solutions\"},\"image\":{\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\",\"name\":\"SEO Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"caption\":\"SEO Team\"},\"url\":\"https:\/\/airoserver.com\/fr\/author\/seoteam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Switch from Apache to Nginx","description":"To switch from Apache to Nginx, After logging into the server using PuTTY, you need to check the version of your control panel's \"Custombuild\". Then...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/airoserver.com\/fr\/dedie\/comment-passer-dapache-a-nginx\/","og_locale":"fr_FR","og_type":"article","og_title":"How to Switch from Apache to Nginx","og_description":"To switch from Apache to Nginx, After logging into the server using PuTTY, you need to check the version of your control panel's \"Custombuild\". Then...","og_url":"https:\/\/airoserver.com\/fr\/dedie\/comment-passer-dapache-a-nginx\/","og_site_name":"Airoserver | Cloud Hosting Solutions","article_published_time":"2020-04-25T07:05:20+00:00","article_modified_time":"2022-03-29T11:38:06+00:00","og_image":[{"width":750,"height":300,"url":"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/Switch-from-Apache-to-Nginx-1-e1587798120590.png","type":"image\/png"}],"author":"SEO Team","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"SEO Team","Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#article","isPartOf":{"@id":"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/"},"author":{"name":"SEO Team","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897"},"headline":"How to Switch from Apache to Nginx","datePublished":"2020-04-25T07:05:20+00:00","dateModified":"2022-03-29T11:38:06+00:00","mainEntityOfPage":{"@id":"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/"},"wordCount":325,"commentCount":0,"publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"keywords":["airoserver","Control Panel","Linux"],"articleSection":["AiroServer","Dedicated","VPS"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/","url":"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/","name":"How to Switch from Apache to Nginx","isPartOf":{"@id":"https:\/\/airoserver.com\/#website"},"datePublished":"2020-04-25T07:05:20+00:00","dateModified":"2022-03-29T11:38:06+00:00","description":"To switch from Apache to Nginx, After logging into the server using PuTTY, you need to check the version of your control panel's \"Custombuild\". Then...","breadcrumb":{"@id":"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/airoserver.com\/dedicated\/how-to-switch-from-apache-to-nginx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/airoserver.com\/"},{"@type":"ListItem","position":2,"name":"How to Switch from Apache to Nginx"}]},{"@type":"WebSite","@id":"https:\/\/airoserver.com\/#website","url":"https:\/\/airoserver.com\/","name":"Airoserver | Cloud Hosting Solutions","description":"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver","publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/airoserver.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/airoserver.com\/#organization","name":"Airoserver | Cloud Hosting Solutions","url":"https:\/\/airoserver.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/","url":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","contentUrl":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","width":925,"height":880,"caption":"Airoserver | Cloud Hosting Solutions"},"image":{"@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897","name":"SEO Team","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/airoserver.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","caption":"SEO Team"},"url":"https:\/\/airoserver.com\/fr\/author\/seoteam\/"}]}},"_links":{"self":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts\/2599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/comments?post=2599"}],"version-history":[{"count":0,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts\/2599\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/media\/33566"}],"wp:attachment":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/media?parent=2599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/categories?post=2599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/tags?post=2599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}