{"id":42948,"date":"2024-10-04T10:32:12","date_gmt":"2024-10-04T02:32:12","guid":{"rendered":"https:\/\/server.hk\/cnblog\/42948\/"},"modified":"2024-10-04T10:32:12","modified_gmt":"2024-10-04T02:32:12","slug":"centos-7-2-%e4%b8%8b-nginxphpmysqlmemcache-%e5%bf%ab%e5%8f%96%e4%bc%ba%e6%9c%8d%e5%99%a8%e5%ae%89%e8%a3%9d%e9%85%8d%e7%bd%ae","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/42948\/","title":{"rendered":"CentOS 7.2 \u4e0b Nginx+PHP+MySQL+Memcache \u5feb\u53d6\u4f3a\u670d\u5668\u5b89\u88dd\u914d\u7f6e"},"content":{"rendered":"<h1 id=\"centos-7-2-%e4%b8%8b-nginxphpmysqlmemcache-%e5%bf%ab%e5%8f%96%e4%bc%ba%e6%9c%8d%e5%99%a8%e5%ae%89%e8%a3%9d%e9%85%8d%e7%bd%ae-xdndjQMWYI\">CentOS 7.2 \u4e0b Nginx+PHP+MySQL+Memcache \u5feb\u53d6\u4f3a\u670d\u5668\u5b89\u88dd\u914d\u7f6e<\/h1>\n<p>\u5728\u7576\u4eca\u7684\u7db2\u8def\u74b0\u5883\u4e2d\uff0c\u7db2\u7ad9\u7684\u6027\u80fd\u548c\u901f\u5ea6\u5c0d\u65bc\u7528\u6236\u9ad4\u9a57\u81f3\u95dc\u91cd\u8981\u3002\u4f7f\u7528 Nginx\u3001PHP\u3001MySQL \u548c Memcache \u7684\u7d44\u5408\uff0c\u53ef\u4ee5\u6709\u6548\u63d0\u5347\u7db2\u7ad9\u7684\u97ff\u61c9\u901f\u5ea6\u548c\u8655\u7406\u80fd\u529b\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 7.2 \u4e0a\u5b89\u88dd\u548c\u914d\u7f6e\u9019\u4e9b\u7d44\u4ef6\uff0c\u5e6b\u52a9\u60a8\u5efa\u7acb\u4e00\u500b\u9ad8\u6548\u7684\u5feb\u53d6\u4f3a\u670d\u5668\u3002<\/p>\n<h2 id=\"%e7%92%b0%e5%a2%83%e6%ba%96%e5%82%99-xdndjQMWYI\">\u74b0\u5883\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u4e4b\u524d\uff0c\u8acb\u78ba\u4fdd\u60a8\u7684 CentOS 7.2 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u9032\u884c\u66f4\u65b0\uff1a<\/p>\n<pre><code>sudo yum update -y<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u5b89\u88dd\u4e00\u4e9b\u57fa\u672c\u7684\u5de5\u5177\u548c\u5eab\uff1a<\/p>\n<pre><code>sudo yum install -y epel-release\nsudo yum install -y wget vim<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-nginx-xdndjQMWYI\">\u5b89\u88dd Nginx<\/h2>\n<p>\u9996\u5148\uff0c\u6211\u5011\u9700\u8981\u5b89\u88dd Nginx\u3002\u53ef\u4ee5\u901a\u904e\u4ee5\u4e0b\u547d\u4ee4\u4f86\u5b89\u88dd\uff1a<\/p>\n<pre><code>sudo yum install -y nginx<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u555f\u52d5 Nginx \u4e26\u8a2d\u7f6e\u70ba\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo systemctl start nginx\nsudo systemctl enable nginx<\/code><\/pre>\n<p>\u60a8\u53ef\u4ee5\u5728\u700f\u89bd\u5668\u4e2d\u8f38\u5165\u4f3a\u670d\u5668\u7684 IP \u5730\u5740\u4f86\u6aa2\u67e5 Nginx \u662f\u5426\u904b\u884c\u6b63\u5e38\u3002<\/p>\n<h2 id=\"%e5%ae%89%e8%a3%9d-php-xdndjQMWYI\">\u5b89\u88dd PHP<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u6211\u5011\u9700\u8981\u5b89\u88dd PHP \u53ca\u5176\u76f8\u95dc\u64f4\u5c55\u3002\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd PHP \u53ca\u5e38\u7528\u64f4\u5c55\uff1a<\/p>\n<pre><code>sudo yum install -y php php-fpm php-mysql php-mbstring php-xml php-gd<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u7de8\u8f2f PHP-FPM \u7684\u914d\u7f6e\u6587\u4ef6\u4ee5\u8a2d\u7f6e\u7528\u6236\u548c\u7d44\uff1a<\/p>\n<pre><code>sudo vim \/etc\/php-fpm.d\/www.conf<\/code><\/pre>\n<p>\u5c07\u4ee5\u4e0b\u884c\u4fee\u6539\u70ba\uff1a<\/p>\n<pre><code>user = nginx\ngroup = nginx<\/code><\/pre>\n<p>\u7136\u5f8c\u555f\u52d5 PHP-FPM \u4e26\u8a2d\u7f6e\u70ba\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo systemctl start php-fpm\nsudo systemctl enable php-fpm<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-mysql-xdndjQMWYI\">\u5b89\u88dd MySQL<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u6211\u5011\u9700\u8981\u5b89\u88dd MySQL\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd MySQL 5.7\uff1a<\/p>\n<pre><code>sudo yum localinstall https:\/\/dev.mysql.com\/get\/mysql57-community-release-el7-11.noarch.rpm\nsudo yum install -y mysql-community-server<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u555f\u52d5 MySQL \u4e26\u8a2d\u7f6e\u70ba\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo systemctl start mysqld\nsudo systemctl enable mysqld<\/code><\/pre>\n<p>\u5728\u5b89\u88dd\u904e\u7a0b\u4e2d\uff0cMySQL \u6703\u751f\u6210\u4e00\u500b\u81e8\u6642\u5bc6\u78bc\uff0c\u60a8\u53ef\u4ee5\u901a\u904e\u4ee5\u4e0b\u547d\u4ee4\u67e5\u770b\uff1a<\/p>\n<pre><code>sudo grep 'temporary password' \/var\/log\/mysqld.log<\/code><\/pre>\n<p>\u4f7f\u7528\u8a72\u5bc6\u78bc\u767b\u9304 MySQL \u4e26\u8a2d\u7f6e\u65b0\u7684\u5bc6\u78bc\uff1a<\/p>\n<pre><code>mysql -u root -p<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-memcache-xdndjQMWYI\">\u5b89\u88dd Memcache<\/h2>\n<p>\u6700\u5f8c\uff0c\u6211\u5011\u9700\u8981\u5b89\u88dd Memcache\u3002\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd Memcached \u548c PHP \u7684 Memcache \u64f4\u5c55\uff1a<\/p>\n<pre><code>sudo yum install -y memcached php-pecl-memcache<\/code><\/pre>\n<p>\u555f\u52d5 Memcached \u4e26\u8a2d\u7f6e\u70ba\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo systemctl start memcached\nsudo systemctl enable memcached<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae-nginx-xdndjQMWYI\">\u914d\u7f6e Nginx<\/h2>\n<p>\u73fe\u5728\uff0c\u6211\u5011\u9700\u8981\u914d\u7f6e Nginx \u4ee5\u652f\u6301 PHP \u548c Memcache\u3002\u7de8\u8f2f Nginx \u7684\u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n<pre><code>sudo vim \/etc\/nginx\/conf.d\/default.conf<\/code><\/pre>\n<p>\u5728 server \u5340\u584a\u4e2d\u6dfb\u52a0\u4ee5\u4e0b\u5167\u5bb9\uff1a<\/p>\n<pre><code>location ~ .php$ {\n    include fastcgi_params;\n    fastcgi_pass 127.0.0.1:9000;\n    fastcgi_index index.php;\n    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n}<\/code><\/pre>\n<p>\u5b8c\u6210\u5f8c\uff0c\u6aa2\u67e5 Nginx \u914d\u7f6e\u662f\u5426\u6b63\u78ba\uff1a<\/p>\n<pre><code>sudo nginx -t<\/code><\/pre>\n<p>\u5982\u679c\u6c92\u6709\u932f\u8aa4\uff0c\u91cd\u65b0\u52a0\u8f09 Nginx\uff1a<\/p>\n<pre><code>sudo systemctl reload nginx<\/code><\/pre>\n<h2 id=\"%e7%b8%bd%e7%b5%90-xdndjQMWYI\">\u7e3d\u7d50<\/h2>\n<p>\u901a\u904e\u4ee5\u4e0a\u6b65\u9a5f\uff0c\u60a8\u5df2\u7d93\u6210\u529f\u5728 CentOS 7.2 \u4e0a\u5b89\u88dd\u4e26\u914d\u7f6e\u4e86 Nginx\u3001PHP\u3001MySQL \u548c Memcache\u3002\u9019\u4e9b\u7d44\u4ef6\u7684\u7d44\u5408\u5c07\u5927\u5927\u63d0\u5347\u60a8\u7684\u7db2\u7ad9\u6027\u80fd\uff0c\u63d0\u4f9b\u66f4\u5feb\u7684\u97ff\u61c9\u901f\u5ea6\u548c\u66f4\u597d\u7684\u7528\u6236\u9ad4\u9a57\u3002\u5982\u679c\u60a8\u9700\u8981\u9032\u4e00\u6b65\u7684\u652f\u6301\u6216\u5c0b\u627e\u5408\u9069\u7684 <a href=\"https:\/\/server.hk\">VPS<\/a> \u89e3\u6c7a\u65b9\u6848\uff0c\u8acb\u8a2a\u554f\u6211\u5011\u7684\u7db2\u7ad9\u4ee5\u7372\u53d6\u66f4\u591a\u4fe1\u606f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to install and configure Nginx, PHP, MySQL, and Memcache on CentOS 7.2 for an efficient caching server setup.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4924],"tags":[],"class_list":["post-42948","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42948","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=42948"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42948\/revisions"}],"predecessor-version":[{"id":42949,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42948\/revisions\/42949"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=42948"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=42948"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=42948"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}