{"id":301,"date":"2009-05-07T15:57:01","date_gmt":"2009-05-07T15:57:01","guid":{"rendered":"http:\/\/apollo89.com\/wordpress\/?p=301"},"modified":"2013-02-22T19:03:46","modified_gmt":"2013-02-22T10:03:46","slug":"centos52-apache22-php5-zend33-mysql5-%ec%84%a4%ec%b9%98","status":"publish","type":"post","link":"https:\/\/apollo89.com\/wordpress\/?p=301","title":{"rendered":"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>\uc790 \uc6b0\uc120 APM(apache+php+mysql) \ubd80\ud130 \uad6c\uc131\ud574\ub193\uace0 Tomcat \uae4c\uc9c0 \ubd99\uc5b4\ubcf4\ub824\uace0 \uac80\uc0c9\uc744 \ud574\ubd24\ub354\ub2c8..<\/p>\n<p>\uc544\uc8fc \uc798 \uc124\uba85\ub41c \ube14\ub85c\uadf8\uac00 \uc788\uc5b4\uc11c \ub530\ub77c\ud574\ubd24\ub2e4.<br \/>\n<a href=\"http:\/\/plzu.tistory.com\/57\">http:\/\/plzu.tistory.com\/57<\/a><\/p>\n<p>\ub0b4\uc6a9\uc744 \ubcf4\ub2c8 \uc544\ub9c8 \uc5b4\uba38\uc5b4\ub9c8\ud55c \ub0b4\uacf5\uc758 \uc18c\uc720\uc790 \uc778\ub4ef \ud558\ub2e4..<\/p>\n<p>\uc6b0\uc120 \ub0b4\uc6a9\ub300\ub85c \ub530\ub77c\uac00\ubcf4\uba74\uc11c \uc9c4\ud589\ud574 \ubcf4\uc558\ub2e4.<\/p>\n<p>mysql\uc758 rpm\ubc84\uc804\uc5d0 \uc18c\uc2a4\ucef4\ud30c\uc77c\ubc84\uc804\ubcf4\ub2e4 \ub0ae\ub2e4\uace0 \ud558\ub294\ub370..(\ucd9c\ucc98\uac00 \uc788\uc5c8\uc74c \uc88b\uc558\uc744\ud150\ub370..\u314b)<\/p>\n<p>\uc77c\ub2e8 \ub530\ub77c mysql \uc124\uce58<\/p>\n<pre class=\"lang:default decode:true \" >]# yum -y install mysql mysql-server mysql-connector-odbc mysql-devel<\/pre>\n<p>\uba54\ubaa8\ub9ac 1G\uc774\uc0c1\uc774\ubbc0\ub85c my-huge.cnf\ub85c~<\/p>\n<pre class=\"lang:default decode:true \" >]# cp \/usr\/share\/mysql\/my-huge.cnf \/etc\/my.cnf\r\n]# mysql_install_db &amp;&amp; chown -R mysql:mysql \/var\/lib\/mysql\/\r\n]# \/etc\/rc.d\/init.d\/mysqld start\r\n]# mysqladmin -u root password \"\uc554\ud638\"\r\n]# mysql -u root -p\r\nEnter password:\r\nWelcome to the MySQL monitor.\u00a0 Commands end with ; or \\g.\r\nYour MySQL connection id is 9\r\nServer version: 5.0.45-log Source distribution\r\n\r\nType 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\r\n\r\nmysql&gt;<\/pre>\n<p>\uac04\ub2e8\ud558\uac8c mysql \uc124\uce58 \ub05d!<\/p>\n<p>\ub2e4\uc74c apache2.2.11\uc73c\ub85c \uc124\uce58\ud588\ub2e4.<\/p>\n<p>\uc18c\uc2a4\ub97c \ubc1b\uace0 \uc555\ucd95\uc744 \ud47c\ub2e4\uc74c\uc5d0 \uc544\ud30c\uce58 \ucd5c\uc801\ud654\ub97c \uc704\ud574 2\uac00\uc9c0 \ud30c\uc77c\uc744 \uc218\uc815\ud55c\ub2e4\ub294\ub370..<br \/>\n\uc5b4\ub5a4\uac83\uc5d0 \ub300\ud55c \ucd5c\uc801\ud654\uc778\uc9c0 \uc54c\uace0\uc2f6\ub2e4..\u314b<br \/>\n\uc77c\ub2e8 \uc88b\uc740\uac83\uac19\uc73c\ub2c8\uae4c \uc77c\ub2e8 \ub530\ub77c\ud588\ub2e4^^;;;<\/p>\n<pre class=\"lang:default decode:true \" >]# vi server\/mpm\/prefork\/prefork.c\r\n...\r\n#define DEFAULT_SERVER_LIMIT 1280\r\n...\r\n]# vi server\/mpm\/worker\/worker.c\r\n...\r\n#define DEFAULT_SERVER_LIMIT 20\r\n...\r\n<\/pre>\n<p>\ub09c \ud56d\uc0c1 apache2 \uc73c\ub85c \uc0ac\uc6a9\ud588\uc73c\ubbc0\ub85c \ud3b8\uc758\uc0c1 apache \uac00 \uc544\ub2cc apache2 \uc73c\ub85c configure<\/p>\n<pre class=\"lang:default decode:true \" >]# .\/configure --prefix=\/usr\/local\/apache2 --enable-so --enable-module=so --enable-shared=max --enable-module=rewrite --enable-shared=rewrite\r\n]# make\r\n]# make make install\r\n]# \/usr\/local\/apache2\/bin\/apachectl start\r\n<\/pre>\n<p>It works! (GOOD!)<\/p>\n<p>apache2 \uae4c\uc9c0\ub294 \uc5b8\uc7ac\ub098 \uadf8\ub807\ub4ef \uc21c\uc870\ub86d\ub2e4..\u314b<\/p>\n<p>\uc5ed\uc2dc redhat7.3 \uc5d0\uc11c CentOS5.2\uc73c\ub85c \uc624\ub2c8\uae4c yum\uc774 \uc788\uc5b4\uc11c \ud3b8\ud558\ub2e4..<br \/>\n\uc61b\ub0a0\uc5d0\ub294 \ub2e4 rpm\uad6c\ud558\ub290\ub77c \uace0\uc0dd\ud588\ub294\ub370..\u314b\u314b<br \/>\nphp \uc124\uce58\uc5d0 \ud544\uc694\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\ub4e4\uc740 \uc124\uce58~<\/p>\n<pre class=\"lang:default decode:true \" >]# yum -y install libxml2 libxml2-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel gmp gmp-devel libc-client-devel openssl openssl-devel mhash mhash-devel libmcrypt libmcrypt-devel\r\n<\/pre>\n<p>php\ub3c4 \ucd5c\uc2e0\ubc84\uc804\uc774 5.2.9\ub85c \uc62c\ub77c\uac00\uc11c \ucd5c\uc2e0\uac78\ub85c \ubc1b\uc558\ub2e4.<br \/>\n\uadf8\ub9ac\uace0 \uc555\ucd95 \ud480\uace0 \uc555\ucd95 \ud47c \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c configure~<\/p>\n<pre class=\"lang:default decode:true \" >]# CFLAGS=\"-O3 -march=i686 -funroll-loops -fomit-frame-pointer\" \\\r\n.\/configure \\\r\n--with-apxs2=\/usr\/local\/apache2\/bin\/apxs \\\r\n--with-mysql \\\r\n--disable-debug \\\r\n--disable-posix \\\r\n--disable-rpath \\\r\n--enable-safe-mode \\\r\n--enable-magic-quotes \\\r\n--disable-dmalloc \\\r\n--enable-bcmath \\\r\n--enable-gd-native-ttf \\\r\n--enable-sysvsem \\\r\n--enable-sysvshm \\\r\n--enable-wddx \\\r\n--enable-inline-optimization \\\r\n--enable-mbstring \\\r\n--enable-mbregex \\\r\n--enable-gd-native-ttf \\\r\n--with-config-file-path=\/usr\/local\/lib \\\r\n--with-jpeg-dir \\\r\n--with-freetype-dir\u00a0 \\\r\n--with-imap=shared \\\r\n--with-imap-ssl=\/usr\/lib \\\r\n--with-kerberos \\\r\n--with-mhash \\\r\n--with-mcrypt=\/usr\/local\/lib\\\r\n--with-curl=\/usr\/local\/lib \\\r\n--with-zlib \\\r\n--with-gd \\\r\n--with-ttf \\\r\n--with-gmp \\\r\n--with-mhash \\\r\n--with-openssl\r\n]# make\r\n]# make install\r\n]# cp php.ini-dist \/usr\/local\/lib\/php.ini\r\n<\/pre>\n<p>\ub2e4\uc74c\uc740 apache \ud658\uacbd\uc124\uc815\uc774\ub2e4~<\/p>\n<pre class=\"lang:default decode:true \" >]# vi \/usr\/local\/apache\/conf\/httpd.conf\r\n...\r\nDirectoryIndex index.html index.htm index.php\r\nAddType application\/x-httpd-php .php .phtml .php3 .html .htm\r\nAddType application\/x-httpd-php-source .phps\r\n\r\n]# vi \/usr\/local\/apache\/conf\/mime.types\r\n...\r\napplication\/x-httpd-php\u00a0 php ph inc\r\napplication\/x-httpd-php-source phps\r\n<\/pre>\n<p>php \ubd99\uc774\uace0 \uc798 \ub3d9\uc791\ud558\ub098 \ubcf4\ub824\uace0 \ud14c\uc2a4\ud2b8 \ud588\ub354\ub2c8..<\/p>\n<pre class=\"lang:default decode:true \" >]# \/usr\/local\/apache2\/bin\/apachectl -t\r\nhttpd: Syntax error on line 53 of \/usr\/local\/apache2\/conf\/httpd.conf: Cannot load \/usr\/local\/apache2\/modules\/libphp5.so into server: \/usr\/local\/apache2\/modules\/libphp5.so: cannot restore segment prot after reloc: Permission denied<\/pre>\n<p>\uc774\ub7f0!!! \uc5d0\ub7ec\uac00!!!<\/p>\n<p>\ud558\ub294 \uc21c\uac04 \uce5c\uc808\ud55c \ud544\uc790\ubd84\uaed8\uc11c \ud574\uacb0\ubc29\ubc95\uc744 \ud3ec\uc2a4\ud2b8\ub85c \ub0a8\uaca8 \ub450\uc168\ub2e4..\u314b\u314b<br \/>\n<a href=\"http:\/\/plzu.tistory.com\/55\">http:\/\/plzu.tistory.com\/55<\/a> <\/p>\n<pre class=\"lang:default decode:true \" >]# chcon -t texrel_shlib_t \/usr\/local\/apache2\/modules\/libphp5.so\r\n]# \/usr\/local\/apache2\/bin\/apachectl -t\r\nSyntax OK\r\n]# \/usr\/local\/apache2\/bin\/apachectl start<\/pre>\n<p>It works! (\uc544\uc8fc \uad7f\uc774\ub2e4!)<\/p>\n<p>\uadf8\ub7fc \uc774\uc81c \ub9c8\uc9c0\ub9c9\uc73c\ub85c Zend\ub97c~<\/p>\n<pre class=\"lang:default decode:true \" >]# wget &lt;a href=\"http:\/\/downloads.phpchina.com\/zend\/optimizer\/3.3.3\/ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz\"&gt;http:\/\/downloads.phpchina.com\/zend\/optimizer\/3.3.3\/ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz&lt;\/a&gt;\r\n]# tar xzvf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz\r\n]# cd ZendOptimizer-3.3.3-linux-glibc23-i386\r\n]# .\/install\r\n<\/pre>\n<p>\ub2e4\uc74c \ub2e4\uc74c \ud558\uba74\uc11c \uc27d\uac8c Zend \uc124\uce58\ub97c \ub9c8\uce58\uace0 phpinfo()\ub97c \ucd94\uac00\ud574\uc11c \uc124\uce58\ub41c \ub0b4\uc6a9\uc744 \ud655\uc778\ud588\ub2e4..<\/p>\n<p>\uce5c\uc808\ud558\uc2e0 \ud544\uc790\ub2d8\uaed8\uc11c \ub610 Zend Optimizer \uc5c6\uc73c\uba74 \uc544\ub798\uc640 \uac19\uc774 \ud558\ub77c\uace0 \ucf54\uba58\ud2b8\ub97c \ub0a8\uaca8\uc8fc\uc168\ub2e4~\u314b<br \/>\n<a href=\"http:\/\/plzu.tistory.com\/56\">http:\/\/plzu.tistory.com\/56<\/a><\/p>\n<pre class=\"lang:default decode:true \" >]# chcon -t texrel_shlib_t \/usr\/local\/Zend\/lib\/ZendExtensionManager.so\r\n]# chcon -t texrel_shlib_t \/usr\/local\/Zend\/lib\/ZendExtensionManager_TS.so\r\n]# chcon -t texrel_shlib_t \/usr\/local\/Zend\/lib\/Optimizer-3.3.3\/php-5.2.x\/ZendOptimizer.so\r\n]# \/usr\/local\/apache2\/bin\/apachectl -t\r\nSyntax OK\r\n]# \/usr\/local\/apache2\/bin\/apachectl start\r\n<\/pre>\n<p>\ud558\ub2c8 \uc544\uc8fc \uc798 \ub3d9\uc791\ud55c\ub2e4..\u314b\u314b<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; \uc790 \uc6b0\uc120 APM(apache+php+mysql) \ubd80\ud130 \uad6c\uc131\ud574\ub193\uace0 Tomcat \uae4c\uc9c0 \ubd99\uc5b4\ubcf4\ub824\uace0 \uac80\uc0c9\uc744 \ud574\ubd24\ub354\ub2c8.. \uc544\uc8fc \uc798 \uc124\uba85\ub41c \ube14\ub85c\uadf8\uac00 \uc788\uc5b4\uc11c \ub530\ub77c\ud574\ubd24\ub2e4. http:\/\/plzu.tistory.com\/57 \ub0b4\uc6a9\uc744 \ubcf4\ub2c8 \uc544\ub9c8 \uc5b4\uba38\uc5b4\ub9c8\ud55c \ub0b4\uacf5\uc758 \uc18c\uc720\uc790 \uc778\ub4ef \ud558\ub2e4.. \uc6b0\uc120 \ub0b4\uc6a9\ub300\ub85c \ub530\ub77c\uac00\ubcf4\uba74\uc11c \uc9c4\ud589\ud574 \ubcf4\uc558\ub2e4. mysql\uc758 rpm\ubc84\uc804\uc5d0 \uc18c\uc2a4\ucef4\ud30c\uc77c\ubc84\uc804\ubcf4\ub2e4 \ub0ae\ub2e4\uace0 \ud558\ub294\ub370..(\ucd9c\ucc98\uac00 \uc788\uc5c8\uc74c \uc88b\uc558\uc744\ud150\ub370..\u314b) \uc77c\ub2e8 \ub530\ub77c &hellip; <a href=\"https:\/\/apollo89.com\/wordpress\/?p=301\">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":[319,329,330,331,41,165,113],"class_list":["post-301","post","type-post","status-publish","format-standard","hentry","category-system","category-webwas","tag-centos","tag-mysql5","tag-php5","tag-zend","tag-41","tag-apache","tag-113"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58 - 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=301\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58 - Apollo89.com\" \/>\n<meta property=\"og:description\" content=\"&nbsp; \uc790 \uc6b0\uc120 APM(apache+php+mysql) \ubd80\ud130 \uad6c\uc131\ud574\ub193\uace0 Tomcat \uae4c\uc9c0 \ubd99\uc5b4\ubcf4\ub824\uace0 \uac80\uc0c9\uc744 \ud574\ubd24\ub354\ub2c8.. \uc544\uc8fc \uc798 \uc124\uba85\ub41c \ube14\ub85c\uadf8\uac00 \uc788\uc5b4\uc11c \ub530\ub77c\ud574\ubd24\ub2e4. http:\/\/plzu.tistory.com\/57 \ub0b4\uc6a9\uc744 \ubcf4\ub2c8 \uc544\ub9c8 \uc5b4\uba38\uc5b4\ub9c8\ud55c \ub0b4\uacf5\uc758 \uc18c\uc720\uc790 \uc778\ub4ef \ud558\ub2e4.. \uc6b0\uc120 \ub0b4\uc6a9\ub300\ub85c \ub530\ub77c\uac00\ubcf4\uba74\uc11c \uc9c4\ud589\ud574 \ubcf4\uc558\ub2e4. mysql\uc758 rpm\ubc84\uc804\uc5d0 \uc18c\uc2a4\ucef4\ud30c\uc77c\ubc84\uc804\ubcf4\ub2e4 \ub0ae\ub2e4\uace0 \ud558\ub294\ub370..(\ucd9c\ucc98\uac00 \uc788\uc5c8\uc74c \uc88b\uc558\uc744\ud150\ub370..\u314b) \uc77c\ub2e8 \ub530\ub77c &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apollo89.com\/wordpress\/?p=301\" \/>\n<meta property=\"og:site_name\" content=\"Apollo89.com\" \/>\n<meta property=\"article:published_time\" content=\"2009-05-07T15:57:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-02-22T10:03:46+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=301#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301\"},\"author\":{\"name\":\"apollo89\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"headline\":\"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58\",\"datePublished\":\"2009-05-07T15:57:01+00:00\",\"dateModified\":\"2013-02-22T10:03:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301\"},\"wordCount\":56,\"commentCount\":1,\"keywords\":[\"CentOS\",\"Mysql5\",\"php5\",\"Zend\",\"\uc124\uce58\",\"\uc544\ud30c\uce58\",\"\uc5f0\ub3d9\"],\"articleSection\":[\"System\",\"WEB\\\/WAS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301\",\"name\":\"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58 - Apollo89.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\"},\"datePublished\":\"2009-05-07T15:57:01+00:00\",\"dateModified\":\"2013-02-22T10:03:46+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=301#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/apollo89.com\\\/wordpress\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58\"}]},{\"@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":"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58 - 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=301","og_locale":"ko_KR","og_type":"article","og_title":"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58 - Apollo89.com","og_description":"&nbsp; \uc790 \uc6b0\uc120 APM(apache+php+mysql) \ubd80\ud130 \uad6c\uc131\ud574\ub193\uace0 Tomcat \uae4c\uc9c0 \ubd99\uc5b4\ubcf4\ub824\uace0 \uac80\uc0c9\uc744 \ud574\ubd24\ub354\ub2c8.. \uc544\uc8fc \uc798 \uc124\uba85\ub41c \ube14\ub85c\uadf8\uac00 \uc788\uc5b4\uc11c \ub530\ub77c\ud574\ubd24\ub2e4. http:\/\/plzu.tistory.com\/57 \ub0b4\uc6a9\uc744 \ubcf4\ub2c8 \uc544\ub9c8 \uc5b4\uba38\uc5b4\ub9c8\ud55c \ub0b4\uacf5\uc758 \uc18c\uc720\uc790 \uc778\ub4ef \ud558\ub2e4.. \uc6b0\uc120 \ub0b4\uc6a9\ub300\ub85c \ub530\ub77c\uac00\ubcf4\uba74\uc11c \uc9c4\ud589\ud574 \ubcf4\uc558\ub2e4. mysql\uc758 rpm\ubc84\uc804\uc5d0 \uc18c\uc2a4\ucef4\ud30c\uc77c\ubc84\uc804\ubcf4\ub2e4 \ub0ae\ub2e4\uace0 \ud558\ub294\ub370..(\ucd9c\ucc98\uac00 \uc788\uc5c8\uc74c \uc88b\uc558\uc744\ud150\ub370..\u314b) \uc77c\ub2e8 \ub530\ub77c &hellip; Continue reading &rarr;","og_url":"https:\/\/apollo89.com\/wordpress\/?p=301","og_site_name":"Apollo89.com","article_published_time":"2009-05-07T15:57:01+00:00","article_modified_time":"2013-02-22T10:03:46+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=301#article","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=301"},"author":{"name":"apollo89","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"headline":"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58","datePublished":"2009-05-07T15:57:01+00:00","dateModified":"2013-02-22T10:03:46+00:00","mainEntityOfPage":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=301"},"wordCount":56,"commentCount":1,"keywords":["CentOS","Mysql5","php5","Zend","\uc124\uce58","\uc544\ud30c\uce58","\uc5f0\ub3d9"],"articleSection":["System","WEB\/WAS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/apollo89.com\/wordpress\/?p=301#respond"]}]},{"@type":"WebPage","@id":"https:\/\/apollo89.com\/wordpress\/?p=301","url":"https:\/\/apollo89.com\/wordpress\/?p=301","name":"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58 - Apollo89.com","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/#website"},"datePublished":"2009-05-07T15:57:01+00:00","dateModified":"2013-02-22T10:03:46+00:00","author":{"@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"breadcrumb":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=301#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apollo89.com\/wordpress\/?p=301"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apollo89.com\/wordpress\/?p=301#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/apollo89.com\/wordpress"},{"@type":"ListItem","position":2,"name":"CentOS5.2 + apache2.2.11 + php5.2.9 + Zend3.3.3 + Mysql5.0.45 \uc124\uce58"}]},{"@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\/301","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=301"}],"version-history":[{"count":0,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/301\/revisions"}],"wp:attachment":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=301"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=301"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}