{"id":3296,"date":"2026-07-29T11:51:40","date_gmt":"2026-07-29T02:51:40","guid":{"rendered":"https:\/\/technologyagency.net\/wordpress\/?p=3296"},"modified":"2026-07-29T11:51:42","modified_gmt":"2026-07-29T02:51:42","slug":"aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2","status":"publish","type":"post","link":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/","title":{"rendered":"AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u524d\u63d0<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u540c\u4e00DB<\/li>\n\n\n\n<li>\u540c\u4e00\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30b0\u30eb\u30fc\u30d7<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u65e7\u30b5\u30fc\u30d0\u30fc\u4f5c\u696d<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress\u30d5\u30a9\u30eb\u30c0\u3092\u5727\u7e2e\uff08cache\u306f\u9664\u5916\uff09\u3057\u3001\u30b3\u30d4\u30fc\u3059\u308b\u3002<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"\" style=\"font-size:.875rem;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;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>tar -czvf wordpress_backup_$(date +%Y%m%d).tar.gz \\\n  --exclude='wordpress\/wp-content\/cache' \\\n  --exclude='wordpress\/wp-content\/uploads\/cache' \\\n  --exclude='wordpress\/wp-content\/plugins\/*\/cache' \\\n  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 nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">tar<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">-czvf<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">wordpress_backup_<\/span><span style=\"color: #ECEFF4\">$(<\/span><span style=\"color: #88C0D0\">date<\/span><span style=\"color: #A3BE8C\"> +%Y%m%d<\/span><span style=\"color: #ECEFF4\">)<\/span><span style=\"color: #A3BE8C\">.tar.gz<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #EBCB8B\">\\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">  <\/span><span style=\"color: #A3BE8C\">--exclude=<\/span><span style=\"color: #ECEFF4\">&#39;<\/span><span style=\"color: #A3BE8C\">wordpress\/wp-content\/cache<\/span><span style=\"color: #ECEFF4\">&#39;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #EBCB8B\">\\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">  <\/span><span style=\"color: #A3BE8C\">--exclude=<\/span><span style=\"color: #ECEFF4\">&#39;<\/span><span style=\"color: #A3BE8C\">wordpress\/wp-content\/uploads\/cache<\/span><span style=\"color: #ECEFF4\">&#39;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #EBCB8B\">\\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">  <\/span><span style=\"color: #A3BE8C\">--exclude=<\/span><span style=\"color: #ECEFF4\">&#39;<\/span><span style=\"color: #A3BE8C\">wordpress\/wp-content\/plugins\/*\/cache<\/span><span style=\"color: #ECEFF4\">&#39;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #EBCB8B\">\\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">  <\/span><span style=\"color: #A3BE8C\">wordpress\/<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u305d\u306e\u4ed6\u3001favicon.ico\u3001robots.txt\u306a\u3069\u3042\u308c\u3070\u305d\u308c\u3082\u30b3\u30d4\u30fc\u3059\u308b\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u65b0\u30b5\u30fc\u30d0\u30fc\uff08Ubuntu 26\uff09\u4f5c\u696d<\/h2>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"\" style=\"font-size:.875rem;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;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>sudo apt update\nsudo apt upgrade\nsudo reboot\nsudo apt install php libapache2-mod-php php-fpm php-common php-mbstring php-xmlrpc php-gd php-xml php-mysql php-cli php-zip php-curl php-imagick php-intl\nsudo apt autoremove\nsudo a2enmod ssl\nsudo a2ensite default-ssl\nsudo a2enmod rewrite<\/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 nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">apt<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">update<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">apt<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">upgrade<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">reboot<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">apt<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">install<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">libapache2-mod-php<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-fpm<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-common<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-mbstring<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-xmlrpc<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-gd<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-xml<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-mysql<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-cli<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-zip<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-curl<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-imagick<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">php-intl<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">apt<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">autoremove<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">a2enmod<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">ssl<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">a2ensite<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">default-ssl<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">a2enmod<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">rewrite<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\/var\/www\/\u306eAllowOverride\u3092All\u306b\u5909\u66f4\u3059\u308b\u3002Wordpress\u3067\u3057\u304b\u4f7f\u7528\u3057\u306a\u3044\u305f\u3081\u3001www\u304b\u3089\u5909\u66f4\u3057\u3066\u3057\u307e\u3063\u3066\u3044\u308b\u304c\u3001\u3061\u3083\u3093\u3068\u3059\u308b\u306a\u3089sites-available\u306b\u66f8\u3044\u305f\u65b9\u304c\u826f\u3044\u3068\u601d\u3046\u3002<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"\" style=\"font-size:.875rem;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;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>sudo vi \/etc\/apache2\/apache2.conf<\/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 nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">vi<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\/etc\/apache2\/apache2.conf<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"\" style=\"font-size:.875rem;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;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;Directory \/var\/www\/>\n\tOptions Indexes FollowSymLinks\n\tAllowOverride All\n\tRequire all granted\n&lt;\/Directory><\/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 nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #81A1C1\">&lt;<\/span><span style=\"color: #D8DEE9FF\">Directory \/var\/www\/<\/span><span style=\"color: #81A1C1\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">\t<\/span><span style=\"color: #88C0D0\">Options<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">Indexes<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">FollowSymLinks<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">\t<\/span><span style=\"color: #88C0D0\">AllowOverride<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">All<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">\t<\/span><span style=\"color: #88C0D0\">Require<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">all<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">granted<\/span><\/span>\n<span class=\"line\"><span style=\"color: #81A1C1\">&lt;<\/span><span style=\"color: #D8DEE9FF\">\/Directory<\/span><span style=\"color: #81A1C1\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Apache\u3092\u518d\u8d77\u52d5\u3059\u308b\u3002<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"\" style=\"font-size:.875rem;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;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>sudo systemctl restart apache2<\/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 nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">systemctl<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">restart<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">apache2<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u4e0b\u8a18\u306b\u8af8\u3005\u30b3\u30d4\u30fc\u3057\u3066\u3001\u89e3\u51cd\u3059\u308b\u3002<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"\" style=\"font-size:.875rem;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;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\ntar -xzvf wordpress_backup_20260726.tar.gz\ncd \/var\/www\nsudo chown -Rf www-data:www-data 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 nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">cd<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\/var\/www\/html<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">tar<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">-xzvf<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">wordpress_backup_20260726.tar.gz<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">cd<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\/var\/www<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">chown<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">-Rf<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">www-data:www-data<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">html<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">AWS\u4f5c\u696d<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u6e96\u5099\u304c\u51fa\u6765\u305f\u3089\u3001AWS\u306e\u30ed\u30fc\u30c9\u30d0\u30e9\u30f3\u30b5\u30fc\u306e\u5411\u3051\u5148\u3092\u65b0\u3057\u3044EC2\u30b5\u30fc\u30d0\u30fc\u306b\u5909\u66f4\u3059\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u524d\u63d0 \u65e7\u30b5\u30fc\u30d0\u30fc\u4f5c\u696d WordPress\u30d5\u30a9\u30eb\u30c0\u3092\u5727\u7e2e\uff08cache\u306f\u9664\u5916\uff09\u3057\u3001\u30b3\u30d4\u30fc\u3059\u308b\u3002 \u305d\u306e\u4ed6\u3001favicon.ico\u3001robots.txt\u306a\u3069\u3042\u308c\u3070\u305d\u308c\u3082\u30b3\u30d4\u30fc\u3059\u308b\u3002 \u65b0\u30b5\u30fc\u30d0\u30fc\uff08Ubuntu 26\uff09\u4f5c\u696d \/var &hellip; <a href=\"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[62],"tags":[64],"class_list":["post-3296","post","type-post","status-publish","format-standard","hentry","category-aws","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AWS Wordpress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332 - I want to lead an easy life.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress\u3092ubuntu-24\u304b\u3089ubuntu-26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS Wordpress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332 - I want to lead an easy life.\" \/>\n<meta property=\"og:description\" content=\"\u524d\u63d0 \u65e7\u30b5\u30fc\u30d0\u30fc\u4f5c\u696d WordPress\u30d5\u30a9\u30eb\u30c0\u3092\u5727\u7e2e\uff08cache\u306f\u9664\u5916\uff09\u3057\u3001\u30b3\u30d4\u30fc\u3059\u308b\u3002 \u305d\u306e\u4ed6\u3001favicon.ico\u3001robots.txt\u306a\u3069\u3042\u308c\u3070\u305d\u308c\u3082\u30b3\u30d4\u30fc\u3059\u308b\u3002 \u65b0\u30b5\u30fc\u30d0\u30fc\uff08Ubuntu 26\uff09\u4f5c\u696d \/var &hellip; &quot;AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress\u3092ubuntu-24\u304b\u3089ubuntu-26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332\/\" \/>\n<meta property=\"og:site_name\" content=\"I want to lead an easy life.\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-29T02:51:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-29T02:51:42+00:00\" \/>\n<meta name=\"author\" content=\"hide6644\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"hide6644\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/\"},\"author\":{\"name\":\"hide6644\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\"},\"headline\":\"AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332\",\"datePublished\":\"2026-07-29T02:51:40+00:00\",\"dateModified\":\"2026-07-29T02:51:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/\"},\"wordCount\":23,\"commentCount\":0,\"keywords\":[\"Ubuntu\"],\"articleSection\":[\"AWS\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/\",\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/\",\"name\":\"AWS Wordpress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332 - I want to lead an easy life.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#website\"},\"datePublished\":\"2026-07-29T02:51:40+00:00\",\"dateModified\":\"2026-07-29T02:51:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2026\\\/07\\\/29\\\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/\",\"name\":\"I want to lead an easy life.\",\"description\":\"Technical Notes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\",\"name\":\"hide6644\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"caption\":\"hide6644\"},\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/author\\\/hide6644\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS Wordpress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332 - I want to lead an easy life.","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:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress\u3092ubuntu-24\u304b\u3089ubuntu-26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332\/","og_locale":"ja_JP","og_type":"article","og_title":"AWS Wordpress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332 - I want to lead an easy life.","og_description":"\u524d\u63d0 \u65e7\u30b5\u30fc\u30d0\u30fc\u4f5c\u696d WordPress\u30d5\u30a9\u30eb\u30c0\u3092\u5727\u7e2e\uff08cache\u306f\u9664\u5916\uff09\u3057\u3001\u30b3\u30d4\u30fc\u3059\u308b\u3002 \u305d\u306e\u4ed6\u3001favicon.ico\u3001robots.txt\u306a\u3069\u3042\u308c\u3070\u305d\u308c\u3082\u30b3\u30d4\u30fc\u3059\u308b\u3002 \u65b0\u30b5\u30fc\u30d0\u30fc\uff08Ubuntu 26\uff09\u4f5c\u696d \/var &hellip; \"AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress\u3092ubuntu-24\u304b\u3089ubuntu-26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332\/","og_site_name":"I want to lead an easy life.","article_published_time":"2026-07-29T02:51:40+00:00","article_modified_time":"2026-07-29T02:51:42+00:00","author":"hide6644","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"hide6644","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"5\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/#article","isPartOf":{"@id":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/"},"author":{"name":"hide6644","@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63"},"headline":"AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332","datePublished":"2026-07-29T02:51:40+00:00","dateModified":"2026-07-29T02:51:42+00:00","mainEntityOfPage":{"@id":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/"},"wordCount":23,"commentCount":0,"keywords":["Ubuntu"],"articleSection":["AWS"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/","url":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/","name":"AWS Wordpress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332 - I want to lead an easy life.","isPartOf":{"@id":"https:\/\/technologyagency.net\/wordpress\/#website"},"datePublished":"2026-07-29T02:51:40+00:00","dateModified":"2026-07-29T02:51:42+00:00","author":{"@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63"},"breadcrumb":{"@id":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/technologyagency.net\/wordpress\/2026\/07\/29\/aws-wordpress%e3%82%92ubuntu-24%e3%81%8b%e3%82%89ubuntu-26%e3%81%ab%e7%a7%bb%e8%a1%8c%e3%81%97%e3%81%9f%e5%82%99%e5%bf%98%e9%8c%b2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/technologyagency.net\/wordpress\/"},{"@type":"ListItem","position":2,"name":"AWS WordPress\u3092Ubuntu 24\u304b\u3089Ubuntu 26\u306b\u79fb\u884c\u3057\u305f\u5099\u5fd8\u9332"}]},{"@type":"WebSite","@id":"https:\/\/technologyagency.net\/wordpress\/#website","url":"https:\/\/technologyagency.net\/wordpress\/","name":"I want to lead an easy life.","description":"Technical Notes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/technologyagency.net\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63","name":"hide6644","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","caption":"hide6644"},"url":"https:\/\/technologyagency.net\/wordpress\/author\/hide6644\/"}]}},"_links":{"self":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/3296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/comments?post=3296"}],"version-history":[{"count":3,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/3296\/revisions"}],"predecessor-version":[{"id":3299,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/3296\/revisions\/3299"}],"wp:attachment":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/media?parent=3296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/categories?post=3296"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/tags?post=3296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}