{"id":135,"date":"2007-12-17T02:06:47","date_gmt":"2007-12-17T02:06:47","guid":{"rendered":"http:\/\/apollo89.com\/wordpress\/?p=135"},"modified":"2013-02-22T19:03:47","modified_gmt":"2013-02-22T10:03:47","slug":"apache2-%ec%97%90-ssl-%ec%a0%81%ec%9a%a9-%ec%82%bd%ec%a7%88%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/apollo89.com\/wordpress\/?p=135","title":{"rendered":"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230;"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230;<\/p>\n<p>1. openssl \uc124\uce58<br \/>\nopenssl-0.9.8g.tar.gz \ub2e4\uc6b4<\/p>\n<pre class=\"lang:default decode:true \" >]# .\/config\r\n]# make\r\n]# make install\r\n<\/pre>\n<p>2. \uc544\ud30c\uce58 \uc7ac\ucef4\ud30c\uc77c<\/p>\n<pre class=\"lang:default decode:true \" >]# cd \/usr\/local\/src\/httpd-2.2.4\r\n]# .\/configure --prefix=\/usr\/local\/apache2 --enable-module=ssl --with-ssl=\/usr\/local\/ssl --enable-ssl --with-included-apr --enable-so\r\n<\/pre>\n<p>\ubb38\uc81c\ubc1c\uc0dd1<br \/>\nconfigure \ud558\uba74\uc11c \uc544\ub798\uc640 \uac19\uc740 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud568.<br \/>\nconfigure: error: Cannot use an external APR-util with the bundled APR \uc5d0\ub7ec\ubc1c\uc0dd<\/p>\n<p>\ud574\uacb0\ubc29\ubc95<br \/>\n.\/configure \ud560\ub54c &#8211;with-included-apr \uc635\uc158 \ucd94\uac00<\/p>\n<p>\ubb38\uc81c\ubc1c\uc0dd2<br \/>\n\ucef4\ud30c\uc77c \ud558\uba74\uc11c \uc544\ub798\uc640 \uac19\uc774 \uc5d0\ub7ec \ubc1c\uc0dd\ud568.<br \/>\nlibexpat.so: could not read symbols: File in wrong format \uc5d0\ub7ec \ubc1c\uc0dd<\/p>\n<p>\ud574\uacb0\ubc29\ubc95<br \/>\nlibexpat.so \ud30c\uc77c\uc744 \uc2ec\ubcfc\ub9ad \ub9c1\ud06c\ub97c \uac78\uc5b4\uc900\ub2e4.<br \/>\nln -s \/usr\/lib64\/libexpat.so.0.5.0 \/usr\/lib\/libexpat.so<\/p>\n<p>3. \uc778\uc99d\uc11c\uc640 \ud0a4 \ubcf5\uc0ac<br \/>\n\uc778\uc99d\uae30\uad00\uc5d0\uc11c \ubc1c\uae09\ubc1b\uc740 \uac1c\uc778\ud0a4\uc640 \uc778\uc99d\uc11c \ud30c\uc77c\uc744 \ubcf5\uc0ac\ud55c\ub2e4.<br \/>\n\uc778\uc99d\uc11c : test.crt<br \/>\n\uac1c\uc778\ud0a4 : test.key<\/p>\n<p>4. http.conf \uc124\uc815<\/p>\n<pre class=\"lang:xhtml decode:true \" >Listen 443\r\nAddType application\/x-x509-ca-cert .crt\r\nAddType application\/x-pkcs7-crl    .crl\r\nSSLPassPhraseDialog  builtin\r\nSSLSessionCache        shmcb:\/usr\/local\/apache2\/logs\/ssl_scache(512000)\r\nSSLSessionCacheTimeout  300\r\nSSLMutex  file:\/usr\/local\/apache2\/logs\/ssl_mutex\r\nNameVirtualHost xxx.xxx.xxx.xxx:80\r\nNameVirtualHost xxx.xxx.xxx.xxx:443\r\n# service provider\r\n&lt;VirtualHost xxx.xxx.xxx.xxx:80&gt;\r\n    ServerAdmin webmaster@test.com\r\n    DocumentRoot \/user\/test\/\r\n    ServerName test.test.com\r\n    ServerAlias test.test.com\r\n    CustomLog logs\/test.test.com_log common\r\n    SSLEngine off\r\n    &lt;Directory \/&gt;\r\n    Options FollowSymLinks\r\n    AllowOverride None\r\n    Order allow,deny\r\n    Allow from all\r\n    &lt;\/Directory&gt;\r\n&lt;\/VirtualHost&gt;\r\n&lt;VirtualHost xxx.xxx.xxx.xxx:443&gt;\r\n    ServerAdmin webmaster@test.com\r\n    DocumentRoot \/user\/test\/\r\n    ServerName test.test.com\r\n    ServerAlias test.test.com\r\n    CustomLog logs\/test.test.com_log common\r\n    SSLEngine on\r\n    SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL\r\n    SSLCertificateFile \/usr\/local\/apache2\/conf\/test.crt\r\n    SSLCertificateKeyFile \/usr\/local\/apache2\/conf\/test.key\r\n    BrowserMatch \".*MSIE.*\" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0\r\n    CustomLog \/usr\/local\/apache2\/logs\/ssl_request_log \"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \\\"%r\\\" %b\"\r\n    &lt;Directory \/&gt;\r\n    Options FollowSymLinks\r\n    AllowOverride None\r\n    Order allow,deny\r\n    Allow from all\r\n    &lt;\/Directory&gt;\r\n&lt;\/VirtualHost&gt;<\/pre>\n<p>5. apache \uc7ac\uc2dc\uc791<\/p>\n<pre class=\"lang:default decode:true \" >\/usr\/local\/apache\/bin\/apachectl start<\/pre>\n<p>\uc5d0\ub7ec\ubc1c\uc0dd<\/p>\n<pre class=\"lang:default decode:true \" >httpd: apr_sockaddr_info_get() failed for FreeBSD_xix27.local\r\nhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName\r\n<\/pre>\n<p>\ud574\uacb0\ubc29\ubc95<br \/>\nServerName \uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc124\uc815\ub418\uc774 \uc54a\uc544\uc11c \ubc1c\uc0dd\ud558\ub294 \ubb38\uc81c \uc778\ub4ef..<br \/>\nhttp.conf \ud30c\uc77c\uc5d0 ServerName \ubd80\ubd84 \uc124\uc815<br \/>\nServerName xxx.xxx.xxx.xxx<\/p>\n<p>6. \ubc29\ud654\ubcbd \uccb4\ud06c<br \/>\n\uadf8\ub798\ub3c4 https:\/\/ \ud504\ub85c\ud1a0\ucf5c\uc774 \uc811\uadfc\uc774 \uc548\ub418\uba74, \ubc29\ud654\ubcd1\uac8c 443 \ud3ec\ud2b8\uac00 \uc5f4\ub824\uc788\ub294\uc9c0 \uccb4\ud06c..<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230; 1. openssl \uc124\uce58 openssl-0.9.8g.tar.gz \ub2e4\uc6b4 ]# .\/config ]# make ]# make install 2. \uc544\ud30c\uce58 \uc7ac\ucef4\ud30c\uc77c ]# cd \/usr\/local\/src\/httpd-2.2.4 ]# .\/configure &#8211;prefix=\/usr\/local\/apache2 &#8211;enable-module=ssl &#8211;with-ssl=\/usr\/local\/ssl &#8211;enable-ssl &#8211;with-included-apr &#8211;enable-so \ubb38\uc81c\ubc1c\uc0dd1 configure \ud558\uba74\uc11c \uc544\ub798\uc640 \uac19\uc740 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud568. configure: &hellip; <a href=\"https:\/\/apollo89.com\/wordpress\/?p=135\">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":[693],"tags":[196,197,198,985,199,165],"class_list":["post-135","post","type-post","status-publish","format-standard","hentry","category-webwas","tag-http-conf","tag-httpd","tag-openssl","tag-ssl","tag-199","tag-apache"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30... - 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=135\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30... - Apollo89.com\" \/>\n<meta property=\"og:description\" content=\"&nbsp; Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230; 1. openssl \uc124\uce58 openssl-0.9.8g.tar.gz \ub2e4\uc6b4 ]# .\/config ]# make ]# make install 2. \uc544\ud30c\uce58 \uc7ac\ucef4\ud30c\uc77c ]# cd \/usr\/local\/src\/httpd-2.2.4 ]# .\/configure --prefix=\/usr\/local\/apache2 --enable-module=ssl --with-ssl=\/usr\/local\/ssl --enable-ssl --with-included-apr --enable-so \ubb38\uc81c\ubc1c\uc0dd1 configure \ud558\uba74\uc11c \uc544\ub798\uc640 \uac19\uc740 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud568. configure: &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apollo89.com\/wordpress\/?p=135\" \/>\n<meta property=\"og:site_name\" content=\"Apollo89.com\" \/>\n<meta property=\"article:published_time\" content=\"2007-12-17T02:06:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-02-22T10:03:47+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\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:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135\"},\"author\":{\"name\":\"apollo89\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"headline\":\"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230;\",\"datePublished\":\"2007-12-17T02:06:47+00:00\",\"dateModified\":\"2013-02-22T10:03:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135\"},\"wordCount\":64,\"commentCount\":0,\"keywords\":[\"http.conf\",\"httpd\",\"openssl\",\"ssl\",\"\ubc29\ud654\ubcbd\",\"\uc544\ud30c\uce58\"],\"articleSection\":[\"WEB\\\/WAS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135\",\"name\":\"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30... - Apollo89.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\"},\"datePublished\":\"2007-12-17T02:06:47+00:00\",\"dateModified\":\"2013-02-22T10:03:47+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=135#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/apollo89.com\\\/wordpress\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230;\"}]},{\"@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":"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30... - 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=135","og_locale":"ko_KR","og_type":"article","og_title":"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30... - Apollo89.com","og_description":"&nbsp; Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230; 1. openssl \uc124\uce58 openssl-0.9.8g.tar.gz \ub2e4\uc6b4 ]# .\/config ]# make ]# make install 2. \uc544\ud30c\uce58 \uc7ac\ucef4\ud30c\uc77c ]# cd \/usr\/local\/src\/httpd-2.2.4 ]# .\/configure --prefix=\/usr\/local\/apache2 --enable-module=ssl --with-ssl=\/usr\/local\/ssl --enable-ssl --with-included-apr --enable-so \ubb38\uc81c\ubc1c\uc0dd1 configure \ud558\uba74\uc11c \uc544\ub798\uc640 \uac19\uc740 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud568. configure: &hellip; Continue reading &rarr;","og_url":"https:\/\/apollo89.com\/wordpress\/?p=135","og_site_name":"Apollo89.com","article_published_time":"2007-12-17T02:06:47+00:00","article_modified_time":"2013-02-22T10:03:47+00:00","author":"apollo89","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"apollo89","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/apollo89.com\/wordpress\/?p=135#article","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=135"},"author":{"name":"apollo89","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"headline":"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230;","datePublished":"2007-12-17T02:06:47+00:00","dateModified":"2013-02-22T10:03:47+00:00","mainEntityOfPage":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=135"},"wordCount":64,"commentCount":0,"keywords":["http.conf","httpd","openssl","ssl","\ubc29\ud654\ubcbd","\uc544\ud30c\uce58"],"articleSection":["WEB\/WAS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/apollo89.com\/wordpress\/?p=135#respond"]}]},{"@type":"WebPage","@id":"https:\/\/apollo89.com\/wordpress\/?p=135","url":"https:\/\/apollo89.com\/wordpress\/?p=135","name":"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30... - Apollo89.com","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/#website"},"datePublished":"2007-12-17T02:06:47+00:00","dateModified":"2013-02-22T10:03:47+00:00","author":{"@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"breadcrumb":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=135#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apollo89.com\/wordpress\/?p=135"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apollo89.com\/wordpress\/?p=135#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/apollo89.com\/wordpress"},{"@type":"ListItem","position":2,"name":"Apache2 \uc5d0 ssl \uc801\uc6a9 \uc0bd\uc9c8\uae30&#8230;"}]},{"@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\/135","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=135"}],"version-history":[{"count":0,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/135\/revisions"}],"wp:attachment":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}