{"id":404,"date":"2010-12-10T06:39:45","date_gmt":"2010-12-10T06:39:45","guid":{"rendered":"http:\/\/apollo89.com\/wordpress\/?p=404"},"modified":"2013-02-26T22:26:57","modified_gmt":"2013-02-26T13:26:57","slug":"apache-mpm-%eb%b0%a9%ec%8b%9d-prefork-worker","status":"publish","type":"post","link":"https:\/\/apollo89.com\/wordpress\/?p=404","title":{"rendered":"Apache MPM \ubc29\uc2dd Prefork \/ Worker"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>Apache MPM \ubc29\uc2dd Prefork \/ Worker<\/p>\n<p>Prefork\ub294 \uc77c\ubc18\uc801\uc73c\ub85c Single CPU \ub610\ub294 Dual CPU\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\uace0 Worker\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uba40\ud2f0 CPU \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\ub2e4.<\/p>\n<p>Prefork<\/p>\n<pre class=\"lang:xhtml decode:true \" >&lt;IfModule mpm_prefork_module&gt;\r\n      StartServers          5\r\n      MinSpareServers       5\r\n      MaxSpareServers       10\r\n      MaxClients            150\r\n      MaxRequestsPerChild   0\r\n &lt;\/IfModule&gt;<\/pre>\n<p>Worker<\/p>\n<pre class=\"lang:xhtml decode:true \" ><ifmodule mpm_worker_module>\r\n       StartServers         2\r\n       MaxClients           150\r\n       MinSpareThreads      25\r\n       MaxSpareThreads      75\r\n       ThreadsPerChild      25\r\n       MaxRequestsPerChild  0\r\n<\/ifmodule><\/pre>\n<p>Apache MPM \uc774\ub780?<br \/>\nMPM (Multi-Processing Module) : \ub2e4\uc911 \ucc98\ub9ac \ubaa8\ub4c8<br \/>\n\u261e apache \uac00 \ubc1b\uc544\ub4e4\uc778 \uc694\uccad\uc744 \ucc98\ub9ac\ud558\uae30 \uc704\ud574 &#8220;\uc790\uc2dd process&#8221; \uc5d0\uac8c \ubd84\ubc30\ud558\ub294 \ubc29\uc2dd\uc774\ub2e4.<\/p>\n<p>\uc885\ub958 : \uc5ec\ub7ec\uac00\uc9c0 \uc885\ub958\uac00 \uc788\uc73c\ub098 \ub300\ud45c\uc801\uc778 prefork \ubc29\uc2dd\uacfc Worker \ubc29\uc2dd\ub9cc \uc18c\uac1c \ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<p>Prefork<br \/>\n\uc2e4\ud589\uc911\uc778 \ud504\ub85c\uc138\uc2a4 \ubcf5\uc81c\ud558\uc5ec \uc2e4\ud589 ( \uba54\ubaa8\ub9ac \uc601\uc5ed\uae4c\uc9c0 \uac19\uc774 \ubcf5\uc81c)<br \/>\n\ud504\ub85c\uc138\uc2a4\uac00 \uc18c\ube44\ud558\ub294 \uba54\ubaa8\ub9ac\uac00 \ub9ce\uc74c.<br \/>\n\uc751\ub2f5\ud504\ub85c\uc138\uc2a4\ub97c \ubbf8\ub9ac \ub744\uc6cc\ub193\uace0 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc694\uccad\uc2dc \uc790\uc2dd \ud504\ub85c\uc138\uc2a4\uac00 \ubc18\uc751\ud558\uac8c \ub418\ub294 \ubc29\uc2dd.<\/p>\n<p>prefork MPM ( &#8211;with-mpm=profork) \ucef4\ud30c\uc77c<br \/>\nPrefork \ubc29\uc2dd\uc740 \uc77c\ubc18\uc801\uc73c\ub85c single CPU \ub610\ub294 Dual CPU\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\uace0<\/p>\n<p>Worker<br \/>\nworker MPM ( &#8211;with-mpm=worker) \ucef4\ud30c\uc77c<br \/>\nWorker \ubc29\uc2dd\uc740 \uc77c\ubc18\uc801\uc73c\ub85c \uba40\ud2f0 CPU \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\ub2e4.<br \/>\n\uc694\uccad\uc744 thread \ub2e8\uc704\ub85c \ucc98\ub9ac ( \ucd5c\ub300 64\uac1c\uc758 thread \ucc98\ub9ac \uac00\ub2a5 )<br \/>\n\uc9c0\uc815\ub41c \ub9cc\ud07c\uc758 \ud504\ub85c\uc138\uc2a4\uc640 \uac01 \uc2a4\ub808\ub4dc\ub97c \uc900\ube44\ud558\uc5ec \ud074\ub77c\uc774\uc5b8\ud2b8\uc758 \uc694\uccad\uc744 \ubc1b\uc544\ub4e4\uc774\ub294 \uc124\uc815<\/p>\n<p>Prefork \ubc29\uc2dd\uacfc Worker \ubc29\uc2dd\uc758 \ucc28\uc774\uc810<br \/>\n(1)  Worker\uac00 Prefork\uc5d0 \ube44\ud574 \uc801\uc740 \uba54\ubaa8\ub9ac \uc0ac\uc6a9\ud55c\ub2e4.<br \/>\n(2)  Worker : \ud1b5\uc2e0\ub7c9\uc774 \ub9ce\uc740 \uc11c\ubc84\uc5d0 \uc801\uc808\ud55c \ud615\ud0dc\ub97c \uac00\uc9c4\ub2e4.<br \/>\n(3)  Prefork : \uc548\uc804\ud558\uc9c0 \uc54a\uc740 \uc81c 3\uc790\uac00 \ub9cc\ub4e0 \ubaa8\ub4c8\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4.<br \/>\n(4)  Prefork : \ub514\ubc84\uae45\uc774 \ube48\uc57d\ud55c \ud50c\ub7ab\ud3fc\uc5d0\uc11c \uc27d\uac8c \ub514\ubc84\uae45 \ud560 \uc218 \uc788\ub2e4.<br \/>\n(5)  \u2018Worker\u2018 \uc640 \u2018Prefork\u2018 \uc758 \uc18d\ub3c4\ub294 \ube44\uc2b7\ud558\ub2e4.<br \/>\n(6)  apache MaxClient : Prefork \ubc29\uc2dd\uc77c \uacbd\uc6b0 \ucd5c\ub300 256 \uae4c\uc9c0 \ubcc0\uacbd \uac00\ub2a5\ud558\ub2e4.<\/p>\n<p>prefork \uc758 \uad6c\ub3d9 \ubc29\uc2dd\uc740 child \ud504\ub85c\uc138\uc2a4\ub97c \ub611\uac19\uc774 \ubcf5\uc0ac\ud558\uba74\uc11c access\ub97c \ucc98\ub9ac\ud558\uc5ec, \uc774\ub85c\uc778\ud574 \uba54\ubaa8\ub9ac\ub3c4 \ub611\uac19\uc774 \ubcf5\uc0ac\ud558\uac8c \ub418\uba70 \ub2f9\uc5f0\ud788 \uba54\ubaa8\ub9ac\ub97c \ub9ce\uc774 \uc18c\ube44\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc774\ub7ec\ud55c \ub2e8\uc810\uc744 \uadf9\ubcf5\ud558\uace0\uc790 \ub098\uc628\uac8c httpd-2x.x \ubd80\ud130\ub294 mpm \uc911\uc5d0\uc11c worker \uac00 \ucd94\uac00\ub418\uc5b4 \ub098\uc654\uc73c\uba70, \ubaa8\ub4e0 access \ub97c \ud558\ub098\uc758 \uc4f0\ub808\ub4dc\ub85c \ucc98\ub9ac\ud558\uc5ec, \uacb0\ub860\uc801\uc73c\ub85c \uba54\ubaa8\ub9ac \uc18c\ube44\uc5d0\ub294 \uc5b4\ub290 \uc815\ub3c4 \ud6a8\uacfc\uac00 \uc788\uc73c\ub098, \ud558\ub098\uc758 \uc4f0\ub808\ub4dc\uac00 \ubb38\uc81c\uac00 \uc0dd\uae30\uba74 \ud574\ub2f9 \uc4f0\ub808\ub4dc\uc5d0 access \uc911\uc778 \ubaa8\ub4e0 \ud504\ub85c\uc138\uc2a4\uc5d0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ub429\ub2c8\ub2e4.<\/p>\n<p>\uacb0\ub860\uc801\uc73c\ub85c \ubcf5\uc81c\ub41c \ud504\ub85c\uc138\uc2a4\ub9cc \uc601\ud5a5\uc744 \ubc1b\ub294 prefork \uc5d0 \ube44\ud574\uc11c \uad49\uc7a5\ud788 \ubd88\uc548\ud574 \uc9d1\ub2c8\ub2e4.<\/p>\n<p>\ub300\uc548\uc73c\ub85c \ud558\ub098\uc758 \uc4f0\ub808\ub4dc\uac00 \ucc98\ub9ac\ud558\ub294 access \ud504\ub85c\uc138\uc2a4\ub97c 64\uac1c\ub85c \uae30\ubcf8\uc801\uc73c\ub85c \uc81c\ud55c\ud558\uace0, \ub610\ub294 \uc218\uc815\ud560 \uc218 \uc788\uac8c\ub418\uc5b4 \uc788\uc73c\ub098, \uc774 \ubd80\ubd84\ub3c4 \ub354 \uac1c\uc120\uc774 \ub418\uc5b4\uc57c\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc6d0\ubb38 : http:\/\/www.camelrichard.org\/apache-prefork-vs-worker<br \/>\n\ucc38\uace0 : http:\/\/dakrink.tistory.com\/45<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Apache MPM \ubc29\uc2dd Prefork \/ Worker Prefork\ub294 \uc77c\ubc18\uc801\uc73c\ub85c Single CPU \ub610\ub294 Dual CPU\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\uace0 Worker\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uba40\ud2f0 CPU \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\ub2e4. Prefork &lt;IfModule mpm_prefork_module&gt; StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 &lt;\/IfModule&gt; Worker StartServers 2 &hellip; <a href=\"https:\/\/apollo89.com\/wordpress\/?p=404\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[661,693],"tags":[1116,1117,1118,165],"class_list":["post-404","post","type-post","status-publish","format-standard","hentry","category-system","category-webwas","tag-mpm","tag-prefork","tag-worker","tag-apache"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Apache MPM \ubc29\uc2dd Prefork \/ Worker - Apollo89.com<\/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:\/\/apollo89.com\/wordpress\/?p=404\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Apache MPM \ubc29\uc2dd Prefork \/ Worker - Apollo89.com\" \/>\n<meta property=\"og:description\" content=\"&nbsp; Apache MPM \ubc29\uc2dd Prefork \/ Worker Prefork\ub294 \uc77c\ubc18\uc801\uc73c\ub85c Single CPU \ub610\ub294 Dual CPU\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\uace0 Worker\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uba40\ud2f0 CPU \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\ub2e4. Prefork &lt;IfModule mpm_prefork_module&gt; StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 &lt;\/IfModule&gt; Worker StartServers 2 &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apollo89.com\/wordpress\/?p=404\" \/>\n<meta property=\"og:site_name\" content=\"Apollo89.com\" \/>\n<meta property=\"article:published_time\" content=\"2010-12-10T06:39:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-02-26T13:26:57+00:00\" \/>\n<meta name=\"author\" content=\"apollo89\" \/>\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=\"apollo89\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404\"},\"author\":{\"name\":\"apollo89\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"headline\":\"Apache MPM \ubc29\uc2dd Prefork \\\/ Worker\",\"datePublished\":\"2010-12-10T06:39:45+00:00\",\"dateModified\":\"2013-02-26T13:26:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404\"},\"wordCount\":80,\"commentCount\":0,\"keywords\":[\"MPM\",\"Prefork\",\"Worker\",\"\uc544\ud30c\uce58\"],\"articleSection\":[\"System\",\"WEB\\\/WAS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404\",\"name\":\"Apache MPM \ubc29\uc2dd Prefork \\\/ Worker - Apollo89.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\"},\"datePublished\":\"2010-12-10T06:39:45+00:00\",\"dateModified\":\"2013-02-26T13:26:57+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=404#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/apollo89.com\\\/wordpress\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Apache MPM \ubc29\uc2dd Prefork \\\/ Worker\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/\",\"name\":\"Apollo89.com\",\"description\":\"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\",\"name\":\"apollo89\",\"description\":\"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Apache MPM \ubc29\uc2dd Prefork \/ Worker - Apollo89.com","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:\/\/apollo89.com\/wordpress\/?p=404","og_locale":"ko_KR","og_type":"article","og_title":"Apache MPM \ubc29\uc2dd Prefork \/ Worker - Apollo89.com","og_description":"&nbsp; Apache MPM \ubc29\uc2dd Prefork \/ Worker Prefork\ub294 \uc77c\ubc18\uc801\uc73c\ub85c Single CPU \ub610\ub294 Dual CPU\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\uace0 Worker\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uba40\ud2f0 CPU \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc131\ub2a5\uc774 \uc88b\ub2e4. Prefork &lt;IfModule mpm_prefork_module&gt; StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 &lt;\/IfModule&gt; Worker StartServers 2 &hellip; Continue reading &rarr;","og_url":"https:\/\/apollo89.com\/wordpress\/?p=404","og_site_name":"Apollo89.com","article_published_time":"2010-12-10T06:39:45+00:00","article_modified_time":"2013-02-26T13:26:57+00:00","author":"apollo89","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"apollo89"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/apollo89.com\/wordpress\/?p=404#article","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=404"},"author":{"name":"apollo89","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"headline":"Apache MPM \ubc29\uc2dd Prefork \/ Worker","datePublished":"2010-12-10T06:39:45+00:00","dateModified":"2013-02-26T13:26:57+00:00","mainEntityOfPage":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=404"},"wordCount":80,"commentCount":0,"keywords":["MPM","Prefork","Worker","\uc544\ud30c\uce58"],"articleSection":["System","WEB\/WAS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/apollo89.com\/wordpress\/?p=404#respond"]}]},{"@type":"WebPage","@id":"https:\/\/apollo89.com\/wordpress\/?p=404","url":"https:\/\/apollo89.com\/wordpress\/?p=404","name":"Apache MPM \ubc29\uc2dd Prefork \/ Worker - Apollo89.com","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/#website"},"datePublished":"2010-12-10T06:39:45+00:00","dateModified":"2013-02-26T13:26:57+00:00","author":{"@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"breadcrumb":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=404#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apollo89.com\/wordpress\/?p=404"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apollo89.com\/wordpress\/?p=404#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/apollo89.com\/wordpress"},{"@type":"ListItem","position":2,"name":"Apache MPM \ubc29\uc2dd Prefork \/ Worker"}]},{"@type":"WebSite","@id":"https:\/\/apollo89.com\/wordpress\/#website","url":"https:\/\/apollo89.com\/wordpress\/","name":"Apollo89.com","description":"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/apollo89.com\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82","name":"apollo89","description":"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.","url":"https:\/\/apollo89.com\/wordpress\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/404","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=404"}],"version-history":[{"count":0,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/404\/revisions"}],"wp:attachment":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}