{"id":9,"date":"2025-09-12T04:32:32","date_gmt":"2025-09-12T04:32:32","guid":{"rendered":"https:\/\/allocbolloc.com\/?p=9"},"modified":"2025-09-12T04:35:41","modified_gmt":"2025-09-12T04:35:41","slug":"ubuntu24-04-3-nginx-php8-4-mariadb-%ec%84%a4%ec%b9%98-%eb%b3%b4%ec%95%88%ec%84%a4%ec%a0%95-%eb%8f%84%eb%a9%94%ec%9d%b8-%ec%84%a4%ec%a0%95-%ec%9e%90%ec%84%b8%ed%95%9c-%ec%84%a4%eb%aa%85-wordpress","status":"publish","type":"post","link":"https:\/\/allocbolloc.com\/?p=9","title":{"rendered":"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815"},"content":{"rendered":"\n<p>Ubuntu 24.04.3\uc5d0\uc11c <strong>Nginx + PHP 8.4 + MariaDB + WordPress<\/strong>\ub97c \uc124\uce58\ud558\uace0 \ubcf4\uc548 \ubc0f \ub3c4\uba54\uc778 \uc124\uc815\uae4c\uc9c0 \ub9c8\ubb34\ub9ac\ud558\ub294 \uc804\uccb4 \uacfc\uc815\uc744 \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uac00\uc774\ub4dc\ub294 \uc11c\ubc84\ub97c \ucc98\uc74c \uc124\uc815\ud558\ub294 \uc0ac\uc6a9\uc790\ub3c4 \ub530\ub77c\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 1. \uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update &amp;&amp; sudo apt upgrade -y\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 2. Nginx \uc124\uce58 \ubc0f \uc124\uc815<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install nginx -y\nsudo systemctl enable nginx\nsudo systemctl start nginx\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd12 \ubc29\ud654\ubcbd \uc124\uc815 (UFW \uc0ac\uc6a9 \uc2dc)<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo ufw allow 'Nginx Full'\nsudo ufw enable\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 3. PHP 8.4 \uc124\uce58<\/h2>\n\n\n\n<p>Ubuntu 24.04\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c PHP 8.4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud655\uc778 \ud6c4 \uc124\uce58\ud558\uc138\uc694.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install php8.4 php8.4-fpm php8.4-mysql php8.4-cli php8.4-curl php8.4-gd php8.4-mbstring php8.4-xml php8.4-zip -y\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl enable php8.4-fpm\nsudo systemctl start php8.4-fpm\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 4. MariaDB \uc124\uce58 \ubc0f \ubcf4\uc548 \uc124\uc815<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install mariadb-server -y\nsudo systemctl enable mariadb\nsudo systemctl start mariadb\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd12 \ubcf4\uc548 \uc124\uc815<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mysql_secure_installation\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ub8e8\ud2b8 \ube44\ubc00\ubc88\ud638 \uc124\uc815<\/li>\n\n\n\n<li>\uc775\uba85 \uc0ac\uc6a9\uc790 \uc81c\uac70<\/li>\n\n\n\n<li>\uc6d0\uaca9 \ub8e8\ud2b8 \ub85c\uadf8\uc778 \ube44\ud65c\uc131\ud654<\/li>\n\n\n\n<li>\ud14c\uc2a4\ud2b8 DB \uc81c\uac70<\/li>\n\n\n\n<li>\uad8c\ud55c \ud14c\uc774\ube14 \ub2e4\uc2dc \ub85c\ub4dc<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 5. WordPress\uc6a9 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc0dd\uc131<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mysql -u root -p\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>CREATE DATABASE wordpress DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;\nCREATE USER 'wpuser'@'localhost' IDENTIFIED BY '\ube44\ubc00\ubc88\ud638';\nGRANT ALL PRIVILEGES ON wordpress.* TO 'wpuser'@'localhost';\nFLUSH PRIVILEGES;\nEXIT;\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 6. WordPress \ub2e4\uc6b4\ub85c\ub4dc \ubc0f \uc124\uce58<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/tmp\nwget https:\/\/wordpress.org\/latest.tar.gz\ntar -xvzf latest.tar.gz\nsudo mv wordpress\/* \/var\/www\/html\/\nsudo chown -R www-data:www-data \/var\/www\/html\/\nsudo chmod -R 755 \/var\/www\/html\/\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 7. Nginx \uc11c\ubc84 \ube14\ub85d \uc124\uc815 (\ub3c4\uba54\uc778 \uc5f0\uacb0)<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano \/etc\/nginx\/sites-available\/wordpress\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>server {\n    listen 80;\n    server_name yourdomain.com www.yourdomain.com;\n\n    root \/var\/www\/html;\n    index index.php index.html index.htm;\n\n    location \/ {\n        try_files $uri $uri\/ \/index.php?$args;\n    }\n\n    location ~ \\.php$ {\n        include snippets\/fastcgi-php.conf;\n        fastcgi_pass unix:\/run\/php\/php8.4-fpm.sock;\n    }\n\n    location ~ \/\\.ht {\n        deny all;\n    }\n}\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo ln -s \/etc\/nginx\/sites-available\/wordpress \/etc\/nginx\/sites-enabled\/\nsudo nginx -t\nsudo systemctl reload nginx\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 8. \ub3c4\uba54\uc778 \uc124\uc815<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ub3c4\uba54\uc778 \uad6c\ub9e4 \ud6c4 DNS \uc124\uc815\uc5d0\uc11c A \ub808\ucf54\ub4dc\ub97c \uc11c\ubc84 IP\ub85c \uc5f0\uacb0<\/li>\n\n\n\n<li><code>yourdomain.com<\/code>\uc744 \uc704\uc758 Nginx \uc124\uc815\uc5d0 \ub9de\uac8c \ubcc0\uacbd<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 9. HTTPS \ubcf4\uc548 \uc778\uc99d\uc11c \uc124\uc815 (Let&#8217;s Encrypt)<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install certbot python3-certbot-nginx -y\nsudo certbot --nginx -d yourdomain.com -d www.yourdomain.com\n<\/code><\/pre>\n\n\n\n<p>\uc790\ub3d9 \uac31\uc2e0 \ud655\uc778:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo certbot renew --dry-run\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 10. WordPress \uc6f9 \uc124\uce58 \ub9c8\ubb34\ub9ac<\/h2>\n\n\n\n<p>\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c <code>http:\/\/yourdomain.com<\/code> \ub610\ub294 <code>https:\/\/yourdomain.com<\/code> \uc811\uc18d \ud6c4:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc5b8\uc5b4 \uc120\ud0dd<\/li>\n\n\n\n<li>DB \uc815\ubcf4 \uc785\ub825 (<code>wordpress<\/code>, <code>wpuser<\/code>, <code>\ube44\ubc00\ubc88\ud638<\/code>)<\/li>\n\n\n\n<li>\uad00\ub9ac\uc790 \uacc4\uc815 \uc0dd\uc131<\/li>\n\n\n\n<li>\uc0ac\uc774\ud2b8 \uc774\ub984 \uc124\uc815<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu 24.04.3\uc5d0\uc11c Nginx + PHP 8.4 + MariaDB + WordPress\ub97c \uc124\uce58\ud558\uace0 \ubcf4\uc548 \ubc0f \ub3c4\uba54\uc778 \uc124\uc815\uae4c\uc9c0 \ub9c8\ubb34\ub9ac\ud558\ub294 \uc804\uccb4 \uacfc\uc815\uc744 \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uac00\uc774\ub4dc\ub294 \uc11c\ubc84\ub97c \ucc98\uc74c \uc124\uc815\ud558\ub294 \uc0ac\uc6a9\uc790\ub3c4 \ub530\ub77c\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \u2705 1. \uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8 \u2705 2. Nginx \uc124\uce58 \ubc0f \uc124\uc815 \ud83d\udd12 \ubc29\ud654\ubcbd \uc124\uc815 (UFW \uc0ac\uc6a9 \uc2dc) \u2705 3. PHP 8.4 \uc124\uce58 Ubuntu 24.04\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[3],"tags":[],"class_list":["post-9","post","type-post","status-publish","format-standard","hentry","category-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815 - \uc62c\ub85d\ubcfc\ub85d<\/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:\/\/allocbolloc.com\/?p=9\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815 - \uc62c\ub85d\ubcfc\ub85d\" \/>\n<meta property=\"og:description\" content=\"Ubuntu 24.04.3\uc5d0\uc11c Nginx + PHP 8.4 + MariaDB + WordPress\ub97c \uc124\uce58\ud558\uace0 \ubcf4\uc548 \ubc0f \ub3c4\uba54\uc778 \uc124\uc815\uae4c\uc9c0 \ub9c8\ubb34\ub9ac\ud558\ub294 \uc804\uccb4 \uacfc\uc815\uc744 \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uac00\uc774\ub4dc\ub294 \uc11c\ubc84\ub97c \ucc98\uc74c \uc124\uc815\ud558\ub294 \uc0ac\uc6a9\uc790\ub3c4 \ub530\ub77c\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \u2705 1. \uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8 \u2705 2. Nginx \uc124\uce58 \ubc0f \uc124\uc815 \ud83d\udd12 \ubc29\ud654\ubcbd \uc124\uc815 (UFW \uc0ac\uc6a9 \uc2dc) \u2705 3. PHP 8.4 \uc124\uce58 Ubuntu 24.04\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/allocbolloc.com\/?p=9\" \/>\n<meta property=\"og:site_name\" content=\"\uc62c\ub85d\ubcfc\ub85d\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-12T04:32:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T04:35:41+00:00\" \/>\n<meta name=\"author\" content=\"whook\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"whook\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/allocbolloc.com\/?p=9#article\",\"isPartOf\":{\"@id\":\"https:\/\/allocbolloc.com\/?p=9\"},\"author\":{\"name\":\"whook\",\"@id\":\"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644\"},\"headline\":\"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815\",\"datePublished\":\"2025-09-12T04:32:32+00:00\",\"dateModified\":\"2025-09-12T04:35:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/allocbolloc.com\/?p=9\"},\"wordCount\":33,\"commentCount\":0,\"articleSection\":[\"\uc11c\ubc84\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/allocbolloc.com\/?p=9#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/allocbolloc.com\/?p=9\",\"url\":\"https:\/\/allocbolloc.com\/?p=9\",\"name\":\"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815 - \uc62c\ub85d\ubcfc\ub85d\",\"isPartOf\":{\"@id\":\"https:\/\/allocbolloc.com\/#website\"},\"datePublished\":\"2025-09-12T04:32:32+00:00\",\"dateModified\":\"2025-09-12T04:35:41+00:00\",\"author\":{\"@id\":\"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644\"},\"breadcrumb\":{\"@id\":\"https:\/\/allocbolloc.com\/?p=9#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/allocbolloc.com\/?p=9\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/allocbolloc.com\/?p=9#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/allocbolloc.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/allocbolloc.com\/#website\",\"url\":\"https:\/\/allocbolloc.com\/\",\"name\":\"\uc62c\ub85d\ubcfc\ub85d\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/allocbolloc.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644\",\"name\":\"whook\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/allocbolloc.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bec9624ca539ebf0540efbef04346feab19b9ffea4e10ba8495f1b8ad3a4cf4b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bec9624ca539ebf0540efbef04346feab19b9ffea4e10ba8495f1b8ad3a4cf4b?s=96&d=mm&r=g\",\"caption\":\"whook\"},\"sameAs\":[\"https:\/\/allocbolloc.com\"],\"url\":\"https:\/\/allocbolloc.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815 - \uc62c\ub85d\ubcfc\ub85d","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:\/\/allocbolloc.com\/?p=9","og_locale":"ko_KR","og_type":"article","og_title":"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815 - \uc62c\ub85d\ubcfc\ub85d","og_description":"Ubuntu 24.04.3\uc5d0\uc11c Nginx + PHP 8.4 + MariaDB + WordPress\ub97c \uc124\uce58\ud558\uace0 \ubcf4\uc548 \ubc0f \ub3c4\uba54\uc778 \uc124\uc815\uae4c\uc9c0 \ub9c8\ubb34\ub9ac\ud558\ub294 \uc804\uccb4 \uacfc\uc815\uc744 \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uac00\uc774\ub4dc\ub294 \uc11c\ubc84\ub97c \ucc98\uc74c \uc124\uc815\ud558\ub294 \uc0ac\uc6a9\uc790\ub3c4 \ub530\ub77c\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \u2705 1. \uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8 \u2705 2. Nginx \uc124\uce58 \ubc0f \uc124\uc815 \ud83d\udd12 \ubc29\ud654\ubcbd \uc124\uc815 (UFW \uc0ac\uc6a9 \uc2dc) \u2705 3. PHP 8.4 \uc124\uce58 Ubuntu 24.04\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c [&hellip;]","og_url":"https:\/\/allocbolloc.com\/?p=9","og_site_name":"\uc62c\ub85d\ubcfc\ub85d","article_published_time":"2025-09-12T04:32:32+00:00","article_modified_time":"2025-09-12T04:35:41+00:00","author":"whook","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"whook","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/allocbolloc.com\/?p=9#article","isPartOf":{"@id":"https:\/\/allocbolloc.com\/?p=9"},"author":{"name":"whook","@id":"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644"},"headline":"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815","datePublished":"2025-09-12T04:32:32+00:00","dateModified":"2025-09-12T04:35:41+00:00","mainEntityOfPage":{"@id":"https:\/\/allocbolloc.com\/?p=9"},"wordCount":33,"commentCount":0,"articleSection":["\uc11c\ubc84"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/allocbolloc.com\/?p=9#respond"]}]},{"@type":"WebPage","@id":"https:\/\/allocbolloc.com\/?p=9","url":"https:\/\/allocbolloc.com\/?p=9","name":"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815 - \uc62c\ub85d\ubcfc\ub85d","isPartOf":{"@id":"https:\/\/allocbolloc.com\/#website"},"datePublished":"2025-09-12T04:32:32+00:00","dateModified":"2025-09-12T04:35:41+00:00","author":{"@id":"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644"},"breadcrumb":{"@id":"https:\/\/allocbolloc.com\/?p=9#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/allocbolloc.com\/?p=9"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/allocbolloc.com\/?p=9#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/allocbolloc.com\/"},{"@type":"ListItem","position":2,"name":"ubuntu24.04.3 nginx php8.4 mariadb \uc124\uce58 \ubcf4\uc548\uc124\uc815 \ub3c4\uba54\uc778 \uc124\uc815 \uc790\uc138\ud55c \uc124\uba85 wordpress \uc124\uce58(\/var\/www\/html) \ucd08\uae30\uc124\uc815"}]},{"@type":"WebSite","@id":"https:\/\/allocbolloc.com\/#website","url":"https:\/\/allocbolloc.com\/","name":"\uc62c\ub85d\ubcfc\ub85d","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/allocbolloc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644","name":"whook","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/allocbolloc.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/bec9624ca539ebf0540efbef04346feab19b9ffea4e10ba8495f1b8ad3a4cf4b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bec9624ca539ebf0540efbef04346feab19b9ffea4e10ba8495f1b8ad3a4cf4b?s=96&d=mm&r=g","caption":"whook"},"sameAs":["https:\/\/allocbolloc.com"],"url":"https:\/\/allocbolloc.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/posts\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":1,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/posts\/9\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/posts\/9\/revisions\/10"}],"wp:attachment":[{"href":"https:\/\/allocbolloc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}