{"id":548,"date":"2012-10-29T22:18:14","date_gmt":"2012-10-29T13:18:14","guid":{"rendered":"http:\/\/higherhope.net\/?p=548"},"modified":"2012-11-07T01:24:36","modified_gmt":"2012-11-06T16:24:36","slug":"%e4%bb%8a%e6%9b%b4%e3%81%aa%e3%81%8c%e3%82%89apache%e3%81%a7mod_proxy_balancer%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%97%e3%81%a6%e3%81%bf%e3%81%9f%e3%80%82","status":"publish","type":"post","link":"https:\/\/higherhope.net\/?p=548","title":{"rendered":"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002"},"content":{"rendered":"<p>nginx\u304c\u6d41\u884c\u3063\u3066\u3044\u308b\u4e2d0S\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u4e0aapache\u3092\u4f7f\u3046\u3057\u304b\u7121\u3044\u306e\u3067<br \/>\nApache\u306e\u30e2\u30b8\u30e5\u30fc\u30ebmod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002<\/p>\n<p>\u307e\u305a\u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308bapache\u3067mod_proxy_balancer\u304c\u4f7f\u3048\u308b\u304b\u30c1\u30a7\u30c3\u30af<br \/>\n<code><br \/>\n# apachectl -M | grep  proxy_balancer_module<br \/>\n proxy_balancer_module (shared)<br \/>\nSyntax OK<br \/>\n<\/code><br \/>\n\u4f7f\u3048\u308b\u3088\u3046\u3067\u3059\u306d\u3002<\/p>\n<p>\u5f8c\u306f\u3001\u8a2d\u5b9a\u3092\u884c\u3046\u306e\u307f\u3002<br \/>\n\u4eca\u56de\u306f\u30ed\u30fc\u30c9\u30d0\u30e9\u30f3\u30b5\u30fc1\u53f0\u3068web\u30b5\u30fc\u30d0\u30fc2\u53f0\u306e\u5408\u8a083\u53f0\u3067\u69cb\u6210\u3057\u307e\u3057\u305f\u3002<br \/>\n<!--more--><br \/>\n\u5bfe\u8c61\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3092\u632f\u308b\u305f\u3081\u306bhttpd.conf\u306e\u9069\u5f53\u306a\u7b87\u6240\u3001Vhost\u3092\u4f5c\u3063\u3066\u3044\u305f\u3089<br \/>\n\u305d\u306e\u4e2d\u306b\u2193\u306e\u3088\u3046\u306a\u611f\u3058\u3067\u66f8\u3044\u3068\u304d\u307e\u3059\u3002<br \/>\n<code><br \/>\n#<br \/>\n# mod_proxy_balancer<br \/>\n#<br \/>\n#\u7ba1\u7406\u753b\u9762\u306e\u8a2d\u5b9a<br \/>\nProxyPass \/balancer-manager !<br \/>\n<Location \/balancer-manager><br \/>\nSetHandler balancer-manager<br \/>\nOrder Deny,Allow<br \/>\nDeny from all<br \/>\nAllow from 192.168.10.<br \/>\n<\/Location><br \/>\n#<br \/>\n#<br \/>\n#\u632f\u308a\u5206\u3051\u308b\u8a2d\u5b9a<br \/>\nProxyRequests Off<br \/>\nProxyPass \/hoge !<br \/>\nProxyPass \/hage !<br \/>\nProxyPass \/ balancer:\/\/clus\/ timeout=5<br \/>\n<Proxy balancer:\/\/clus\/><br \/>\n        BalancerMember http:\/\/aaa001.net loadfactor=7<br \/>\n        BalancerMember http:\/\/aaa002.net loadfactor=7<br \/>\n<\/Proxy><br \/>\n<\/code><br \/>\nhttp:\/\/\u30b5\u30fc\u30d0\u30fc\u540d\u524d\/balancer-manager<br \/>\n\u3067\u91cd\u307f\u4ed8\u3051\u306a\u3069\u3092web\u304b\u3089\u51fa\u6765\u307e\u3057\u3066<br \/>\nProxyPass\u306b\u8a2d\u5b9a\u3057\u305fhoge\u3068hage\u306f\u30ed\u30fc\u30c9\u30d0\u30e9\u30f3\u30b5\u30fc\u4e0a\u306b\u30a2\u30af\u30bb\u30b9\u3092\u3057\u307e\u3059\u3002<br \/>\n\u3053\u3093\u306a\u611f\u3058\u3067apache\u518d\u8d77\u52d5\u3057\u3066<br \/>\n\u30ed\u30b0\u3092\u6d41\u3057\u306a\u304c\u3089<br \/>\n<code><br \/>\nApache Server at aaa002.net Port 80<br \/>\n<\/code><br \/>\n\u7b49\u3068\u8868\u793a\u3055\u308c\u308b\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30da\u30fc\u30b8\u304c\u5207\u308a\u66ff\u308f\u3063\u3066\u3044\u308b\u306e\u3092\u78ba\u8a8d\u51fa\u6765\u305f\u3089\u7d42\u4e86<\/p>\n<p>\u7d30\u304b\u3044\u6240\u306f\u307e\u305f\u4eca\u5ea6\u3084\u3063\u3066\u307f\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>nginx\u304c\u6d41\u884c\u3063\u3066\u3044\u308b\u4e2d0S\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u4e0aapache\u3092\u4f7f\u3046\u3057\u304b\u7121\u3044\u306e\u3067 Apache\u306e\u30e2\u30b8\u30e5\u30fc\u30ebmod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 \u307e\u305a\u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308bapache\u3067mod_proxy_ba&#8230; <a class=\"continue-reading-link\" href=\"https:\/\/higherhope.net\/?p=548\"> 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":[21,4],"tags":[],"class_list":["post-548","post","type-post","status-publish","format-standard","hentry","category-apache","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/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:\/\/higherhope.net\/?p=548\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"og:description\" content=\"nginx\u304c\u6d41\u884c\u3063\u3066\u3044\u308b\u4e2d0S\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u4e0aapache\u3092\u4f7f\u3046\u3057\u304b\u7121\u3044\u306e\u3067 Apache\u306e\u30e2\u30b8\u30e5\u30fc\u30ebmod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 \u307e\u305a\u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308bapache\u3067mod_proxy_ba... Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/higherhope.net\/?p=548\" \/>\n<meta property=\"og:site_name\" content=\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"article:published_time\" content=\"2012-10-29T13:18:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-11-06T16:24:36+00:00\" \/>\n<meta name=\"author\" content=\"higherhope\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:site\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"higherhope\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/higherhope.net\/?p=548#article\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/?p=548\"},\"author\":{\"name\":\"higherhope\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"headline\":\"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002\",\"datePublished\":\"2012-10-29T13:18:14+00:00\",\"dateModified\":\"2012-11-06T16:24:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/higherhope.net\/?p=548\"},\"wordCount\":26,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"articleSection\":[\"apache\",\"linux\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/higherhope.net\/?p=548#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/higherhope.net\/?p=548\",\"url\":\"https:\/\/higherhope.net\/?p=548\",\"name\":\"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/#website\"},\"datePublished\":\"2012-10-29T13:18:14+00:00\",\"dateModified\":\"2012-11-06T16:24:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/higherhope.net\/?p=548#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/higherhope.net\/?p=548\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/higherhope.net\/?p=548#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/higherhope.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/higherhope.net\/#website\",\"url\":\"https:\/\/higherhope.net\/\",\"name\":\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"description\":\"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002\",\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/higherhope.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\",\"name\":\"higherhope\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"contentUrl\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"width\":700,\"height\":394,\"caption\":\"higherhope\"},\"logo\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/higherhope5963\"],\"url\":\"https:\/\/higherhope.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","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:\/\/higherhope.net\/?p=548","og_locale":"ja_JP","og_type":"article","og_title":"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","og_description":"nginx\u304c\u6d41\u884c\u3063\u3066\u3044\u308b\u4e2d0S\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u4e0aapache\u3092\u4f7f\u3046\u3057\u304b\u7121\u3044\u306e\u3067 Apache\u306e\u30e2\u30b8\u30e5\u30fc\u30ebmod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 \u307e\u305a\u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308bapache\u3067mod_proxy_ba... Continue reading &rarr;","og_url":"https:\/\/higherhope.net\/?p=548","og_site_name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","article_published_time":"2012-10-29T13:18:14+00:00","article_modified_time":"2012-11-06T16:24:36+00:00","author":"higherhope","twitter_card":"summary_large_image","twitter_creator":"@higherhope5963","twitter_site":"@higherhope5963","twitter_misc":{"\u57f7\u7b46\u8005":"higherhope"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/higherhope.net\/?p=548#article","isPartOf":{"@id":"https:\/\/higherhope.net\/?p=548"},"author":{"name":"higherhope","@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"headline":"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002","datePublished":"2012-10-29T13:18:14+00:00","dateModified":"2012-11-06T16:24:36+00:00","mainEntityOfPage":{"@id":"https:\/\/higherhope.net\/?p=548"},"wordCount":26,"commentCount":0,"publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"articleSection":["apache","linux"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/higherhope.net\/?p=548#respond"]}]},{"@type":"WebPage","@id":"https:\/\/higherhope.net\/?p=548","url":"https:\/\/higherhope.net\/?p=548","name":"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","isPartOf":{"@id":"https:\/\/higherhope.net\/#website"},"datePublished":"2012-10-29T13:18:14+00:00","dateModified":"2012-11-06T16:24:36+00:00","breadcrumb":{"@id":"https:\/\/higherhope.net\/?p=548#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/higherhope.net\/?p=548"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/higherhope.net\/?p=548#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/higherhope.net\/"},{"@type":"ListItem","position":2,"name":"\u4eca\u66f4\u306a\u304c\u3089apache\u3067mod_proxy_balancer\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u305f\u3002"}]},{"@type":"WebSite","@id":"https:\/\/higherhope.net\/#website","url":"https:\/\/higherhope.net\/","name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","description":"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002","publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/higherhope.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af","name":"higherhope","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/","url":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","contentUrl":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","width":700,"height":394,"caption":"higherhope"},"logo":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/x.com\/higherhope5963"],"url":"https:\/\/higherhope.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/548","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=548"}],"version-history":[{"count":2,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/548\/revisions"}],"predecessor-version":[{"id":582,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/548\/revisions\/582"}],"wp:attachment":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=548"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=548"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}