{"id":1301,"date":"2012-11-15T10:44:13","date_gmt":"2012-11-15T01:44:13","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=1301"},"modified":"2012-11-15T10:44:46","modified_gmt":"2012-11-15T01:44:46","slug":"mod_geoip-%ed%8a%b9%ec%a0%95-%ea%b5%ad%ea%b0%80%eb%a7%8c-%ec%a0%91%ea%b7%bc-%ed%97%88%ec%9a%a9-%eb%b0%8f-%ec%a0%91%ea%b8%89-%ec%a0%9c%ed%95%9c-%ec%98%a4%ed%94%88%ec%86%8c%ec%8a%a4","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=1301","title":{"rendered":"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4"},"content":{"rendered":"<p>Apache ? mod_GeoIP\ub97c \uc774\uc6a9\ud55c \uad6d\uac00 IP \ud655\uc778 \ubc0f \uad6d\uac00\ubcc4 \uc811\uc18d \uc81c\ud55c<\/p>\n<p>GeoIP \ub780 MaxMind \uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc6f9\uc5d0 \uc811\uadfc\ud558\ub294 IP\ub97c \uad6d\uac00\ubcc4\ub85c \ud655\uc778\ud560 \uc218 \uc788\ub294 \uc624\ud508\uc18c\uc2a4<\/p>\n<p>&nbsp;<\/p>\n<p>\ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c \uc774\ub97c \uc774\uc6a9\ud558\uc5ec \uc11c\ubc84\uc5d0 \uc811\uadfc \ud558\ub294 IP\ub97c \uad6d\uac00\ubcc4\ub85c \uc81c\ud55c,\ud5c8\uc6a9 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n1. GeoIP C Library \uc124\uce58<\/p>\n<p>&nbsp;<\/p>\n<p>GeoIP C Library Source :\u00a0<a href=\"http:\/\/geolite.maxmind.com\/download\/geoip\/api\/c\/\">http:\/\/geolite.maxmind.com\/download\/geoip\/api\/c\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p># tar -xvfz GeoIP-1.4.8.tar.gz<br \/>\n# cd GeoIP-1.4.8<br \/>\n# .\/configure &#8211;prefix=\/usr\/local\/GeoIP<br \/>\n# make &amp;&amp; make install<br \/>\n2. mod_geoip \uc124\uce58<br \/>\n(apache\uac00 DSO \ubaa8\ub4c8\uc744 \uc9c0\uc6d0\ud560 \uc218 \uc788\ub2e4\ub294 \uac00\uc815\ud558\uc5d0 \uc124\uce58)<\/p>\n<p>&nbsp;<\/p>\n<p>mod_geoip (apache 1.x\uc6a9) :\u00a0<a href=\"http:\/\/geolite.maxmind.com\/download\/geoip\/api\/mod_geoip\/\">http:\/\/geolite.maxmind.com\/download\/geoip\/api\/mod_geoip\/<\/a><br \/>\nmod_geoip (apache 2.x\uc6a9) :\u00a0<a href=\"http:\/\/geolite.maxmind.com\/download\/geoip\/api\/mod_geoip2\/\">http:\/\/geolite.maxmind.com\/download\/geoip\/api\/mod_geoip2\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p># tar -xvfz mod_geoip2_1.2.7.tar.gz<br \/>\n# cd mod_geoip2_1.2.7<br \/>\n[apache \uc124\uce58\uacbd\ub85c]\/bin\/apxs -ia -L\/usr\/local\/GeoIP\/lib -I\/usr\/local\/GeoIP\/include ?lGeoIP -c mod_geoip.c<\/p>\n<p>&nbsp;<\/p>\n<p>* \ucc38\uace0\uc0ac\ud56d<br \/>\n-L \/usr\/local\/GeoIP\/lib == library \ub514\ub809\ud1a0\ub9ac \uc9c0\uc815<br \/>\n-I \/usr\/local\/GeoIP\/include == include \ub514\ub809\ud1a0\ub9ac \uc9c0\uc815<br \/>\n-lGeoIP == \uc18c\ubb38\uc790 L<br \/>\n3. httpd.conf\uc5d0 geoip \ubaa8\ub4c8\uc774 \ucd94\uac00\ub418\uc5c8\ub294\uc9c0 \ud655\uc778<br \/>\nLoadModule geoip_module\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 modules\/mod_geoip.so<br \/>\n4. GeoIP \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ucd94\uac00 \ubc0f \uc5c5\ub370\uc774\ud2b8<\/p>\n<p>&nbsp;<\/p>\n<p>#\u00a0<a href=\"http:\/\/geolite.maxmind.com\/download\/geoip\/database\/GeoLiteCountry\/GeoIP.dat.gz\">http:\/\/geolite.maxmind.com\/download\/geoip\/database\/GeoLiteCountry\/GeoIP.dat.gz<\/a><br \/>\n#\u00a0<a href=\"http:\/\/geolite.maxmind.com\/download\/geoip\/database\/GeoLiteCity.dat.gz\">http:\/\/geolite.maxmind.com\/download\/geoip\/database\/GeoLiteCity.dat.gz<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>\ub2e4\uc6b4\ub85c\ub4dc \ud6c4 \uc544\ub798\uc758 \uacbd\ub85c\uc5d0 \uc555\ucd95 \ud574\uc81c<br \/>\n\/usr\/local\/GeoIP\/share\/GeoIP\/<br \/>\n5. apache \uc6f9\ub85c\uadf8\uc5d0 \uad6d\uac00\ucf54\ub4dc \ub0a8\uae30\uae30<\/p>\n<p>&nbsp;<\/p>\n<p>httpd.conf \ud30c\uc77c\uc5d0 \uc544\ub798\uc758 \ub0b4\uc6a9\uc744 \ucd94\uac00<\/p>\n<p>&nbsp;<\/p>\n<p>LogFormat &#8220;%h %l %u %t &#8220;%r&#8221; %&gt;s %b &#8220;%{Referer}i&#8221; &#8220;%{User-Agent}i&#8221; %{Host}i %{GEOIP_COUNTRY_CODE}e&#8221; cnxlog<br \/>\nCustomLog logs\/access_log cnxlog<\/p>\n<p>&nbsp;<\/p>\n<p>6-1. \uc6f9\ud398\uc774\uc9c0\uc5d0 \ud2b9\uc815 \uad6d\uac00\ub97c \uc811\uadfc \uc81c\ud55c\ud558\uae30 (\uc911\uad6d\uc5d0\uc11c\uc758 \uc811\uadfc \uc81c\ud55c)<\/p>\n<p>&nbsp;<\/p>\n<p>httpd.conf\uc5d0 \uc544\ub798\uc640 \uac19\uc774 \ucd94\uac00<\/p>\n<p>&nbsp;<\/p>\n<p>&lt;IfModule geoip_module&gt;<br \/>\nGeoIPEnable On<br \/>\nGeoIPDBFile \/usr\/local\/GeoIP\/share\/GeoIP\/GeoIP.dat<\/p>\n<p>&nbsp;<\/p>\n<p>&lt;Location \/image&gt;<br \/>\nSetEnvIf GEOIP_COUNTRY_CODE CN go_out\u00a0 # CN -&gt; \uc911\uad6d \uad6d\uac00 \ucf54\ub4dc<\/p>\n<p>&nbsp;<\/p>\n<p>&lt;Limit GET POST&gt;<br \/>\nOrder Allow,Deny<br \/>\nAllow from all<br \/>\nDeny\u00a0 from env=go_out<br \/>\n&lt;\/Limit&gt;<br \/>\n&lt;\/Location&gt;<br \/>\n&lt;\/IfModule&gt;<br \/>\n6-2. \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 (\ud55c\uad6d\uc5d0\uc11c\ub9cc)<\/p>\n<p>&nbsp;<\/p>\n<p>&lt;IfModule geoip_module&gt;<br \/>\nGeoIPEnable On<br \/>\nGeoIPDBFile \/usr\/local\/GeoIP\/share\/GeoIP\/GeoIP.dat<\/p>\n<p>&nbsp;<\/p>\n<p>&lt;Location \/image&gt;<br \/>\nSetEnvIf GEOIP_COUNTRY_CODE KR go_in\u00a0 # KR -&gt; \ud55c\uad6d \uad6d\uac00 \ucf54\ub4dc<\/p>\n<p>&nbsp;<\/p>\n<p>&lt;Limit GET POST&gt;<br \/>\nOrder Deny,Allow<br \/>\nDeny from all<br \/>\nAllow\u00a0 from env=go_in<br \/>\n&lt;\/Limit&gt;<br \/>\n&lt;\/Location&gt;<br \/>\n&lt;\/IfModule&gt;<\/p>\n<p><a href=\"http:\/\/faq.hostway.co.kr\/index.php?mid=Linux_WEB&amp;page=2&amp;document_srl=1264\" target=\"_blank\"><br \/>\n\ucc38\uc870 : http:\/\/faq.hostway.co.kr\/index.php?mid=Linux_WEB&amp;page=2&amp;document_srl=1264<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Apache ? mod_GeoIP\ub97c \uc774\uc6a9\ud55c \uad6d\uac00 IP \ud655\uc778 \ubc0f \uad6d\uac00\ubcc4 \uc811\uc18d \uc81c\ud55c GeoIP \ub780 MaxMind \uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc6f9\uc5d0 \uc811\uadfc\ud558\ub294 IP\ub97c \uad6d\uac00\ubcc4\ub85c \ud655\uc778\ud560 \uc218 \uc788\ub294 \uc624\ud508\uc18c\uc2a4 &nbsp; <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=1301\" title=\"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"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,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17],"tags":[],"class_list":["post-1301","post","type-post","status-publish","format-standard","hentry","category-17"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4 - AuctionPro<\/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:\/\/www.auctionpro.co.kr\/?p=1301\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Apache ? mod_GeoIP\ub97c \uc774\uc6a9\ud55c \uad6d\uac00 IP \ud655\uc778 \ubc0f \uad6d\uac00\ubcc4 \uc811\uc18d \uc81c\ud55c GeoIP \ub780 MaxMind \uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc6f9\uc5d0 \uc811\uadfc\ud558\ub294 IP\ub97c \uad6d\uac00\ubcc4\ub85c \ud655\uc778\ud560 \uc218 \uc788\ub294 \uc624\ud508\uc18c\uc2a4 &nbsp; [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=1301\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2012-11-15T01:44:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-11-15T01:44:46+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\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=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4\",\"datePublished\":\"2012-11-15T01:44:13+00:00\",\"dateModified\":\"2012-11-15T01:44:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301\"},\"wordCount\":324,\"commentCount\":0,\"articleSection\":[\"[DEV]\ubcf4\uc548\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301\",\"name\":\"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2012-11-15T01:44:13+00:00\",\"dateModified\":\"2012-11-15T01:44:46+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1301#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4 - AuctionPro","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:\/\/www.auctionpro.co.kr\/?p=1301","og_locale":"ko_KR","og_type":"article","og_title":"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4 - AuctionPro","og_description":"Apache ? mod_GeoIP\ub97c \uc774\uc6a9\ud55c \uad6d\uac00 IP \ud655\uc778 \ubc0f \uad6d\uac00\ubcc4 \uc811\uc18d \uc81c\ud55c GeoIP \ub780 MaxMind \uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc6f9\uc5d0 \uc811\uadfc\ud558\ub294 IP\ub97c \uad6d\uac00\ubcc4\ub85c \ud655\uc778\ud560 \uc218 \uc788\ub294 \uc624\ud508\uc18c\uc2a4 &nbsp; [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=1301","og_site_name":"AuctionPro","article_published_time":"2012-11-15T01:44:13+00:00","article_modified_time":"2012-11-15T01:44:46+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=1301#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1301"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4","datePublished":"2012-11-15T01:44:13+00:00","dateModified":"2012-11-15T01:44:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1301"},"wordCount":324,"commentCount":0,"articleSection":["[DEV]\ubcf4\uc548"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=1301#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=1301","url":"https:\/\/www.auctionpro.co.kr\/?p=1301","name":"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2012-11-15T01:44:13+00:00","dateModified":"2012-11-15T01:44:46+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1301#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=1301"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=1301#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"mod_geoip \ud2b9\uc815 \uad6d\uac00\ub9cc \uc811\uadfc \ud5c8\uc6a9 \ubc0f \uc811\uae09 \uc81c\ud55c \uc624\ud508\uc18c\uc2a4"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1301","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1301"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1301\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1301"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1301"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}