{"id":6,"date":"2025-09-12T04:28:25","date_gmt":"2025-09-12T04:28:25","guid":{"rendered":"https:\/\/allocbolloc.com\/?p=6"},"modified":"2025-09-12T04:35:41","modified_gmt":"2025-09-12T04:35:41","slug":"ubuntu-24-04-3%ec%97%90%ec%84%9c-nginx-php-8-4-mariadb-%ea%b7%b8%eb%a6%ac%ea%b3%a0-%eb%8f%84%eb%a9%94%ec%9d%b8-%eb%b0%8f-%eb%b3%b4%ec%95%88-%ec%84%a4%ec%a0%95%ec%9d%84-%ed%8f%ac%ed%95%a8%ed%95%9c","status":"publish","type":"post","link":"https:\/\/allocbolloc.com\/?p=6","title":{"rendered":"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4."},"content":{"rendered":"\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\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 Nginx \uc11c\ube44\uc2a4 \uc2dc\uc791 \ubc0f \ubd80\ud305 \uc2dc \uc790\ub3d9 \uc2e4\ud589<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl start nginx\nsudo systemctl enable nginx\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 \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.3\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \ucd5c\uc2e0 PHP\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uc218 \uc788\uc9c0\ub9cc, PHP 8.4\ub294 \uc544\uc9c1 \uacf5\uc2dd \ub9b4\ub9ac\uc2a4\uac00 \uc544\ub2d0 \uc218 \uc788\uc73c\ubbc0\ub85c <strong>ondrej\/php PPA<\/strong>\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install software-properties-common -y\nsudo add-apt-repository ppa:ondrej\/php\nsudo apt update\nsudo apt install php8.4 php8.4-fpm php8.4-mysql php8.4-cli php8.4-curl php8.4-mbstring php8.4-xml php8.4-zip -y\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 PHP-FPM \uc11c\ube44\uc2a4 \uc2dc\uc791<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl start php8.4-fpm\nsudo systemctl enable 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 mariadb-client -y\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 MariaDB \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 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \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. Nginx + PHP \uc5f0\ub3d9 \uc124\uc815<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 \uc608\uc2dc: <code>\/etc\/nginx\/sites-available\/example.com<\/code><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>server {\n    listen 80;\n    server_name example.com www.example.com;\n\n    root \/var\/www\/example.com\/public;\n    index index.php index.html;\n\n    location \/ {\n        try_files $uri $uri\/ =404;\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\/example.com \/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 6. \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\uc758 \uacf5\uc778 IP\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc608: <code>example.com \u2192 123.123.123.123<\/code><\/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 7. HTTPS \ubcf4\uc548 \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 example.com -d www.example.com\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc778\uc99d\uc11c \uc790\ub3d9 \uac31\uc2e0 \ud655\uc778:<\/li>\n<\/ul>\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 8. \ucd94\uac00 \ubcf4\uc548 \uc124\uc815<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Fail2Ban \uc124\uce58<\/strong>:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install fail2ban -y\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u2705 1. \uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8 \u2705 2. Nginx \uc124\uce58 \ubc0f \uc124\uc815 \ud83d\udd39 Nginx \uc11c\ube44\uc2a4 \uc2dc\uc791 \ubc0f \ubd80\ud305 \uc2dc \uc790\ub3d9 \uc2e4\ud589 \ud83d\udd39 \ubc29\ud654\ubcbd \uc124\uc815 (UFW \uc0ac\uc6a9 \uc2dc) \u2705 3. PHP 8.4 \uc124\uce58 Ubuntu 24.04.3\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \ucd5c\uc2e0 PHP\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uc218 \uc788\uc9c0\ub9cc, PHP 8.4\ub294 \uc544\uc9c1 \uacf5\uc2dd \ub9b4\ub9ac\uc2a4\uac00 \uc544\ub2d0 \uc218 \uc788\uc73c\ubbc0\ub85c ondrej\/php PPA\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud83d\udd39 PHP-FPM \uc11c\ube44\uc2a4 [&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-6","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>Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4. - \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=6\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4. - \uc62c\ub85d\ubcfc\ub85d\" \/>\n<meta property=\"og:description\" content=\"\u2705 1. \uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8 \u2705 2. Nginx \uc124\uce58 \ubc0f \uc124\uc815 \ud83d\udd39 Nginx \uc11c\ube44\uc2a4 \uc2dc\uc791 \ubc0f \ubd80\ud305 \uc2dc \uc790\ub3d9 \uc2e4\ud589 \ud83d\udd39 \ubc29\ud654\ubcbd \uc124\uc815 (UFW \uc0ac\uc6a9 \uc2dc) \u2705 3. PHP 8.4 \uc124\uce58 Ubuntu 24.04.3\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \ucd5c\uc2e0 PHP\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uc218 \uc788\uc9c0\ub9cc, PHP 8.4\ub294 \uc544\uc9c1 \uacf5\uc2dd \ub9b4\ub9ac\uc2a4\uac00 \uc544\ub2d0 \uc218 \uc788\uc73c\ubbc0\ub85c ondrej\/php PPA\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud83d\udd39 PHP-FPM \uc11c\ube44\uc2a4 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/allocbolloc.com\/?p=6\" \/>\n<meta property=\"og:site_name\" content=\"\uc62c\ub85d\ubcfc\ub85d\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-12T04:28:25+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=6#article\",\"isPartOf\":{\"@id\":\"https:\/\/allocbolloc.com\/?p=6\"},\"author\":{\"name\":\"whook\",\"@id\":\"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644\"},\"headline\":\"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4.\",\"datePublished\":\"2025-09-12T04:28:25+00:00\",\"dateModified\":\"2025-09-12T04:35:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/allocbolloc.com\/?p=6\"},\"wordCount\":33,\"commentCount\":0,\"articleSection\":[\"\uc11c\ubc84\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/allocbolloc.com\/?p=6#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/allocbolloc.com\/?p=6\",\"url\":\"https:\/\/allocbolloc.com\/?p=6\",\"name\":\"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4. - \uc62c\ub85d\ubcfc\ub85d\",\"isPartOf\":{\"@id\":\"https:\/\/allocbolloc.com\/#website\"},\"datePublished\":\"2025-09-12T04:28:25+00:00\",\"dateModified\":\"2025-09-12T04:35:41+00:00\",\"author\":{\"@id\":\"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644\"},\"breadcrumb\":{\"@id\":\"https:\/\/allocbolloc.com\/?p=6#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/allocbolloc.com\/?p=6\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/allocbolloc.com\/?p=6#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/allocbolloc.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4.\"}]},{\"@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":"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4. - \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=6","og_locale":"ko_KR","og_type":"article","og_title":"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4. - \uc62c\ub85d\ubcfc\ub85d","og_description":"\u2705 1. \uc2dc\uc2a4\ud15c \uc5c5\ub370\uc774\ud2b8 \u2705 2. Nginx \uc124\uce58 \ubc0f \uc124\uc815 \ud83d\udd39 Nginx \uc11c\ube44\uc2a4 \uc2dc\uc791 \ubc0f \ubd80\ud305 \uc2dc \uc790\ub3d9 \uc2e4\ud589 \ud83d\udd39 \ubc29\ud654\ubcbd \uc124\uc815 (UFW \uc0ac\uc6a9 \uc2dc) \u2705 3. PHP 8.4 \uc124\uce58 Ubuntu 24.04.3\uc5d0\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \ucd5c\uc2e0 PHP\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uc218 \uc788\uc9c0\ub9cc, PHP 8.4\ub294 \uc544\uc9c1 \uacf5\uc2dd \ub9b4\ub9ac\uc2a4\uac00 \uc544\ub2d0 \uc218 \uc788\uc73c\ubbc0\ub85c ondrej\/php PPA\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud83d\udd39 PHP-FPM \uc11c\ube44\uc2a4 [&hellip;]","og_url":"https:\/\/allocbolloc.com\/?p=6","og_site_name":"\uc62c\ub85d\ubcfc\ub85d","article_published_time":"2025-09-12T04:28:25+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=6#article","isPartOf":{"@id":"https:\/\/allocbolloc.com\/?p=6"},"author":{"name":"whook","@id":"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644"},"headline":"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4.","datePublished":"2025-09-12T04:28:25+00:00","dateModified":"2025-09-12T04:35:41+00:00","mainEntityOfPage":{"@id":"https:\/\/allocbolloc.com\/?p=6"},"wordCount":33,"commentCount":0,"articleSection":["\uc11c\ubc84"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/allocbolloc.com\/?p=6#respond"]}]},{"@type":"WebPage","@id":"https:\/\/allocbolloc.com\/?p=6","url":"https:\/\/allocbolloc.com\/?p=6","name":"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4. - \uc62c\ub85d\ubcfc\ub85d","isPartOf":{"@id":"https:\/\/allocbolloc.com\/#website"},"datePublished":"2025-09-12T04:28:25+00:00","dateModified":"2025-09-12T04:35:41+00:00","author":{"@id":"https:\/\/allocbolloc.com\/#\/schema\/person\/16b4e031ebcfa89bc11ca0ddd1c3b644"},"breadcrumb":{"@id":"https:\/\/allocbolloc.com\/?p=6#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/allocbolloc.com\/?p=6"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/allocbolloc.com\/?p=6#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/allocbolloc.com\/"},{"@type":"ListItem","position":2,"name":"Ubuntu 24.04.3\uc5d0\uc11c Nginx, PHP 8.4, MariaDB, \uadf8\ub9ac\uace0 \ub3c4\uba54\uc778 \ubc0f \ubcf4\uc548 \uc124\uc815\uc744 \ud3ec\ud568\ud55c \uc6f9 \uc11c\ubc84 \ud658\uacbd\uc744 \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc790\uc138\ud788 \uc124\uba85\ub4dc\ub9b4\uac8c\uc694. \uc774 \uad6c\uc131\uc740 LEMP \uc2a4\ud0dd(Linux, Nginx, MariaDB, PHP)\uc744 \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4."}]},{"@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\/6","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=6"}],"version-history":[{"count":1,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/posts\/6\/revisions"}],"predecessor-version":[{"id":8,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=\/wp\/v2\/posts\/6\/revisions\/8"}],"wp:attachment":[{"href":"https:\/\/allocbolloc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/allocbolloc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}