{"id":1951,"date":"2013-02-04T16:50:21","date_gmt":"2013-02-04T07:50:21","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=1951"},"modified":"2019-07-09T19:05:52","modified_gmt":"2019-07-09T10:05:52","slug":"%ec%9a%b0%eb%b6%84%ed%88%ac%ec%97%90-apm%ec%9d%84-%ec%84%a4%ec%b9%98","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=1951","title":{"rendered":"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58"},"content":{"rendered":"<p>\uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.<br \/>\n\uc77c\ub2e8 \ud130\ubbf8\ub110\uc744 \uc5ec\uc2e0 \ud6c4\uc5d0 \uc544\ub798 \ub0b4\uc6a9\uc744 \ud558\ub098\uc529 \ubcf5\uc0ac&amp;\ubd99\uc5ec\ub123\uae30 \ud574\uc8fc\uc138\uc694.<\/p>\n<p>1. \uc544\ud30c\uce58 \uc11c\ubc84 \uc124\uce58<br \/>\nsudo apt-get install apache2<\/p>\n<p>2. MySQL \uc778\uc99d \ubaa8\ub4c8 \uc124\uce58<br \/>\nsudo apt-get install libapache2-mod-auth-mysql<\/p>\n<p>3. MySQL \uc11c\ubc84\/\ud074\ub77c\uc774\uc5b8\ud2b8 \uc124\uce58<br \/>\nsudo apt-get install mysql-server mysql-client<\/p>\n<p>\uc678\ubd80\uc811\uadfc\uac00\ub2a5 \uc138\ud305<br \/>\nmy.cnf \uc5d0\uc11c \uc678\ubd80\uc811\uc18d \uad00\ub828\uc0ac\ud56d \ubcc0\uacbd\ud558\uae30<br \/>\nsudo nano \/etc\/mysql\/my.cnf<\/p>\n<p>3.1  \ub2e4\uc74c\uacfc \uac19\uc774 \ub098\uc624\uba74 ?<\/p>\n<pre class=\"lang:vim decode:true \" title=\"my.conf\" ># The MySQL database server configuration file.\r\n#\r\n# You can copy this to one of:\r\n# - \"\/etc\/mysql\/my.cnf\" to set global options,\r\n# - \"~\/.my.cnf\" to set user-specific options.\r\n#\r\n# One can use all long options that the program supports.\r\n# Run program with --help to get a list of available options and with\r\n# --print-defaults to see which it would actually understand and use.\r\n#\r\n# For explanations see\r\n# http:\/\/dev.mysql.com\/doc\/mysql\/en\/server-system-variables.html\r\n\r\n#\r\n# * IMPORTANT: Additional settings that can override those from this file!\r\n#   The files must end with '.cnf', otherwise they'll be ignored.\r\n#\r\n\r\n!includedir \/etc\/mysql\/conf.d\/\r\n!includedir \/etc\/mysql\/mysql.conf.d\/\r\n<\/pre>\n<p>3.3 sudo vi \/etc\/mysql\/mysql.conf.d\/mysqld.cnf<\/p>\n<p>\ud30c\uc77c \ub0b4\uc6a9\uc911<br \/>\n#bind-address = 127.0.0.1<br \/>\n\ubd80\ubd84 \uc8fc\uc11d\ucc98\ub9ac\ud6c4 \uc800\uc7a5\ud558\uae30<\/p>\n<p>4. PHP \uc124\uce58<br \/>\nsudo apt-get install php5 php5-cli curl memcached php5-curl php5-gd php5-memcache php5-mysql php-apc php5-xsl php5-imap libssh2-php libapache2-mod-php5 php5-gd php5-xmlrpc php5-intl<\/p>\n<p> ubunt 16.0 ~ <\/p>\n<pre class=\"lang:vim decode:true \" title=\"php7.1\" >sudo apt-get install python-software-properties\r\nsudo add-apt-repository ppa:ondrej\/php\r\nsudo apt-get update\r\nsudo apt-get install -y php7.1<\/pre>\n<pre class=\"lang:vim decode:true \" title=\"php5.6\" >sudo apt-get install php5.6-mbstring php5.6-mcrypt php5.6-mysql php5.6-xml<\/pre>\n<pre class=\"lang:vim decode:true \" title=\"php5.6\" >sudo apt-get install python-software-properties\r\nsudo add-apt-repository ppa:ondrej\/php\r\nsudo apt-get update\r\nsudo apt-get install -y php5.6<\/pre>\n<p>5. \uc544\ud30c\uce58 \uc11c\ubc84 \uc7ac\uc2dc\uc791<br \/>\nsudo \/etc\/init.d\/apache2 restart<\/p>\n<p>6. \uc791\ub3d9 \uc0c1\ud0dc \ud655\uc778 (Check to see if it works)<br \/>\nsudo netstat -tap | grep mysql<br \/>\n\uc62c\ubc14\ub974\uac8c \uc791\ub3d9\ub41c\ub2e4\uba74 &#8220;LISTEN&#8221; \uc774\ub77c\ub294 \ubb38\uad6c\uac00 \ub739\ub2c8\ub2e4<br \/>\n\uadf8\ub807\uc9c0 \uc54a\ub2e4\uba74, mysql\uc744 \uc7ac\uc2dc\uc791\ud574\uc8fc\uc138\uc694.<br \/>\nsudo \/etc\/init.d\/mysql restart<\/p>\n<p>7. \uc544\ud30c\uce58 \ubc0f MySQL \ub514\ud3f4\ud2b8 \ub514\ub809\ud1a0\ub9ac<br \/>\nApache configuration: \/etc\/apache2\/apache2.conf<br \/>\nApache root location: \/etc\/apache2\/sites-available\/default<br \/>\nMySQL configuration: \/etc\/mysql\/my.cnf<br \/>\nDefault Web root: \/var\/www<\/p>\n<p>phpmyadmin \uc124\uce58\ud558\uae30<\/p>\n<p>1. \uc124\uce58\ud558\uae30<br \/>\n$ sudo apt-get install phpmyadmin<\/p>\n<p>2. \uc124\uc815\ud558\uae30<br \/>\n$ sudo vi \/etc\/apache2\/apache2.conf<\/p>\n<p>\ub9e8 \ub9c8\uc9c1\ub9c9\uc5d0 \uc544\ub798 \uad6c\ubb38 \ucd94\uac00<br \/>\n# Enable PhpMyAdmin<br \/>\nInclude \/etc\/phpmyadmin\/apache.conf<\/p>\n<p>Apache \uc7ac\uc2dc\uc791<br \/>\n$ sudo \/etc\/init.d\/apache2 restart<\/p>\n<p>PhpMyAdmin \uc811\uc18d<br \/>\nhttp:\/\/localhost\/phpmyadmin<\/p>\n<p>3. \uc0ad\uc81c\ud558\uae30<br \/>\n$ sudo apt-get remove phpmyadmin<\/p>\n<p>*Changing the default localhost folder<\/p>\n<p>sudo cp \/etc\/apache2\/sites-available\/default \/etc\/apache2\/sites-available\/site1<\/p>\n<p>#sudo nano \/etc\/apache2\/sites-available\/site1<\/p>\n<p>Change DocumentRoot \/var\/www to DocumentRoot \/home\/user\/public_html.<\/p>\n<p>Change to .<\/p>\n<p>Save and exit the file.<\/p>\n<p>Disable the default setting and make active the site1 settings<\/p>\n<p>sudo a2dissite default &amp;&amp; sudo a2ensite site1<br \/>\nLastly, restart the apache.<\/p>\n<p>#sudo \/etc\/init.d\/apache2 restart<br \/>\nWith this trick, you can create multiple site configuration file, each pointing to a different folder.<br \/>\nYou can then easily switch between the sites with the a2dissite and a2ensite command<\/p>\n<p>Enabling .htaccess file<\/p>\n<p>.htaccess file is a powerful file that can be used to control and customize a site server behavior<br \/>\nwithout editing the core Apache module. By default, the .htaccess functionality is turned off<br \/>\nand all instances of .htaccess files are completely ignored.<br \/>\nThe server will not even attempt to read .htaccess files in the filesystem.<\/p>\n<p>To enable .htaccess file, open up the settings file that you have created earlier:<\/p>\n<p>#sudo vi \/etc\/apache2\/sites-available\/site1<br \/>\nScroll down the file until you see the part \u201c\u201c.<br \/>\nUnderneath that line of code, change AllowOverride None to AllowOverride All.<\/p>\n<p>*IP allow\/Deny<br \/>\nallow from 210.111.111.0\/24<\/p>\n<p>&#8211; vsftpd \uc138\ud305<br \/>\n1) sudo apt-get install vsftpd<\/p>\n<p>2)\uc138\ud305<br \/>\nsudo vi \/etc\/vsftpd.conf<\/p>\n<p>\ucd94\uc11d\uc81c\uac70<\/p>\n<pre class=\"lang:vim decode:true \" >anonymous_enable=NO # NO\ub85c \ubcc0\uacbd\r\nlocal_enable=YES # \uc8fc\uc11d\uc81c\uac70\r\nwrite_enable=YES # \uc8fc\uc11d\uc81c\uac70\r\n\r\nchroot_local_user=YES # \uc8fc\uc11d\uc81c\uac70\r\n#chroot_list_enable=YES # \uc544\ub798 \ub9ac\uc2a4\ud2b8\ub85c \uacc4\uc815 \ucd94\uac00 \ud560\ub54c\r\n# (default follows)\r\n#chroot_list_file=\/etc\/vsftpd.chroot_list # \uc8fc\uc11d\uc81c\uac70 \uc0ac\uc6a9\uc790 \ucd94\uac00<\/pre>\n<p>pam_service_name=ftp  #vsftp \ud544\uc694\uc2dc \ubcc0\uacbd<\/p>\n<pre class=\"lang:vim decode:true \" ># \uc544\ub798 \uc0ac\ud56d \ucd94\uac00\r\n# Show hidden files and the \".\" and \"..\" folders.\r\n# Useful to not write over hidden files:\r\nforce_dot_files=YES\r\n\r\n# Hide the info about the owner (user and group) of the files.\r\nhide_ids=YES\r\n\r\n# Connection limit for each IP:\r\nmax_per_ip=2\r\n\r\n# Maximum number of clients:\r\nmax_clients=10\r\n\r\nallow_writeable_chroot=YES\r\n#seccomp_sandbox=NO<\/pre>\n<pre class=\"lang:vim decode:true \" >sudo mkdir \/home\/user01\r\nsudo useradd -c testuser -d \/home\/user01 -s \/usr\/sbin\/nologin -d \/home\/user01 userId\r\nsudo passwd user01\r\n#\uc18c\uc720\uc790 \ubcc0\uacbd\r\nsudo chown -R user01:user01 \/home\/user01<\/pre>\n<p>\ubc18\ub4dc\uc2dc : Add \u201c\/usr\/sbin\/nologin\u201d to \/etc\/shells file to enable login access for the users who uses nologin shell.<\/p>\n<pre class=\"lang:vim decode:true \" title=\"shells\" >echo \"\/usr\/sbin\/nologin\" | sudo tee -a \/etc\/shells<\/pre>\n<p>3)\uc0ac\uc6a9\uc790 \ucd94\uac00<br \/>\nsudo mkdir \/home\/user01<br \/>\nsudo useradd -s \/bin\/ksh -d \/home\/user01 user01<br \/>\nsudo passwd user01<br \/>\n\uc18c\uc720\uc790 \ubcc0\uacbd<br \/>\nsudo chown -R user01:user01 \/home\/user01<\/p>\n<p>**\/\/ web \uc0ac\uc6a9 ftp<\/p>\n<pre class=\"lang:vim decode:true \" >sudo adduser user01 www-data\r\nsudo chown -R user01:www-data \/var\/wwwc\r\nsudo chmod -R g+rw \/var\/www\/user01<\/pre>\n<p>\uc140\ubcc0\uacbd<br \/>\nsudo chsh -s \/bin\/sh user01<\/p>\n<p>\ud648\ub514\ub809\ud1a0\ub9ac \ubcc0\uacbd<br \/>\nusermod -d \/home\/user01 user01<\/p>\n<p># chroot list \uc0ac\uc6a9\uc2dc<br \/>\nsudo nano \/etc\/vsftpd.chroot_list<br \/>\nuser01<\/p>\n<p>4) vsftp \uc7ac\uc2dc\uc791<br \/>\nsudo \/etc\/init.d\/vsftpd reload<br \/>\nsudo \/etc\/init.d\/vsftpd restart<\/p>\n<p>5) vsftp \ud655\uc778<br \/>\nsudo netstat -tln<\/p>\n<p>Active Internet connections (only servers)<br \/>\nProto Recv-Q Send-Q Local Address Foreign Address State<br \/>\ntcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN<br \/>\ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN<br \/>\ntcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN<br \/>\ntcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN<\/p>\n<p>\u2013 config \uc704\uce58\ub4e4<br \/>\n1. \uc544\ud30c\uce58 \uae30\ubcf8 \uc124\uc815 : sudo vi \/etc\/apache2\/apache2.conf<br \/>\n2. \ud3ec\ud2b8 \uc124\uc815 : sudo vi \/etc\/apache2\/ports.conf<br \/>\n3. public \ud30c\uc77c \uc124\uc815 : sudo vi \/etc\/apache2\/mods-enabled\/dir.conf<br \/>\n4. \uc5b8\uc5b4\uc14b\uad00\ub828 \uc124\uc815 : sudo vi \/etc\/apache2\/mods-enabled\/autoindex.conf<br \/>\n5. \ud30c\uc77c\ud0c0\uc785 \uc124\uc815 : sudo vi \/etc\/apache2\/mods-enabled\/mime.conf<br \/>\n6. \uc6f9\uc11c\ube44\uc2a4 \uc124\uc815 : sudo vi \/etc\/apache2\/sites-enabled\/000-default<br \/>\n7. php.ini \uc704\uce58 : \/etc\/php5\/apache2\/php.ini<\/p>\n<p>\u2013 html, php \ud655\uc7a5\uc790\uac00 \uc0ac\uc6a9 \uac00\ub2a5\ud558\ub3c4\ub85d \ubcc0\uacbd<\/p>\n<p>sudo nano \/etc\/apache2\/mods-enabled\/mime.conf<\/p>\n<p>\ud30c\uc77c\uc5d0\uc11c AddType application\/x-bzip2 .bz2 \ubc11\uc5d0<\/p>\n<p>AddType application\/x-httpd-php .php .phtml .html .htm \ub4f1\ub85d<\/p>\n<p>:wq! \ud558\uc5ec \uc800\uc7a5\ud558\uace0 \ub098\uc634<\/p>\n<p>sudo \/etc\/init.d\/apache2 restart<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>\uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc77c\ub2e8 \ud130\ubbf8\ub110\uc744 \uc5ec\uc2e0 \ud6c4\uc5d0 \uc544\ub798 \ub0b4\uc6a9\uc744 \ud558\ub098\uc529 \ubcf5\uc0ac&amp;\ubd99\uc5ec\ub123\uae30 \ud574\uc8fc\uc138\uc694. 1. \uc544\ud30c\uce58 \uc11c\ubc84 \uc124\uce58 sudo apt-get install apache2 2. MySQL \uc778\uc99d \ubaa8\ub4c8 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=1951\" title=\"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58\">[&#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":[6],"tags":[],"class_list":["post-1951","post","type-post","status-publish","format-standard","hentry","category-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58 - 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=1951\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"\uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc77c\ub2e8 \ud130\ubbf8\ub110\uc744 \uc5ec\uc2e0 \ud6c4\uc5d0 \uc544\ub798 \ub0b4\uc6a9\uc744 \ud558\ub098\uc529 \ubcf5\uc0ac&amp;\ubd99\uc5ec\ub123\uae30 \ud574\uc8fc\uc138\uc694. 1. \uc544\ud30c\uce58 \uc11c\ubc84 \uc124\uce58 sudo apt-get install apache2 2. MySQL \uc778\uc99d \ubaa8\ub4c8 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=1951\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2013-02-04T07:50:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-09T10:05:52+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=\"4\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=1951#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58\",\"datePublished\":\"2013-02-04T07:50:21+00:00\",\"dateModified\":\"2019-07-09T10:05:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951\"},\"wordCount\":549,\"commentCount\":0,\"articleSection\":[\"[OS]Ubuntu\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951\",\"name\":\"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2013-02-04T07:50:21+00:00\",\"dateModified\":\"2019-07-09T10:05:52+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1951#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58\"}]},{\"@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":"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58 - 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=1951","og_locale":"ko_KR","og_type":"article","og_title":"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58 - AuctionPro","og_description":"\uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc77c\ub2e8 \ud130\ubbf8\ub110\uc744 \uc5ec\uc2e0 \ud6c4\uc5d0 \uc544\ub798 \ub0b4\uc6a9\uc744 \ud558\ub098\uc529 \ubcf5\uc0ac&amp;\ubd99\uc5ec\ub123\uae30 \ud574\uc8fc\uc138\uc694. 1. \uc544\ud30c\uce58 \uc11c\ubc84 \uc124\uce58 sudo apt-get install apache2 2. MySQL \uc778\uc99d \ubaa8\ub4c8 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=1951","og_site_name":"AuctionPro","article_published_time":"2013-02-04T07:50:21+00:00","article_modified_time":"2019-07-09T10:05:52+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"4\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=1951#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1951"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58","datePublished":"2013-02-04T07:50:21+00:00","dateModified":"2019-07-09T10:05:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1951"},"wordCount":549,"commentCount":0,"articleSection":["[OS]Ubuntu"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=1951#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=1951","url":"https:\/\/www.auctionpro.co.kr\/?p=1951","name":"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2013-02-04T07:50:21+00:00","dateModified":"2019-07-09T10:05:52+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1951#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=1951"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=1951#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"ubuntu \uc6b0\ubd84\ud22c\uc5d0 APM\uc744 \uc124\uce58"}]},{"@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\/1951","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=1951"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1951\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1951"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1951"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}