{"id":42476,"date":"2024-10-03T14:41:41","date_gmt":"2024-10-03T06:41:41","guid":{"rendered":"https:\/\/server.hk\/cnblog\/42476\/"},"modified":"2024-10-03T14:41:42","modified_gmt":"2024-10-03T06:41:42","slug":"centos-6-5-%e6%90%ad%e5%bb%ba-php-%e7%92%b0%e5%a2%83%ef%bc%88nginxmariadbphp7%ef%bc%89","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/42476\/","title":{"rendered":"CentOS 6.5 \u642d\u5efa PHP \u74b0\u5883\uff08Nginx+MariaDB+PHP7\uff09"},"content":{"rendered":"<h1 id=\"centos-6-5-%e6%90%ad%e5%bb%ba-php-%e7%92%b0%e5%a2%83%ef%bc%88nginxmariadbphp7%ef%bc%89-sGLtYfUUwP\">CentOS 6.5 \u642d\u5efa PHP \u74b0\u5883\uff08Nginx+MariaDB+PHP7\uff09<\/h1>\n<p>\u5728\u7576\u4eca\u7684\u7db2\u7d61\u74b0\u5883\u4e2d\uff0c\u642d\u5efa\u4e00\u500b\u7a69\u5b9a\u4e14\u9ad8\u6548\u7684 PHP \u74b0\u5883\u662f\u8a31\u591a\u958b\u767c\u8005\u548c\u4f01\u696d\u7684\u9700\u6c42\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 6.5 \u4e0a\u642d\u5efa\u4e00\u500b\u57fa\u65bc Nginx\u3001MariaDB \u548c PHP7 \u7684\u958b\u767c\u74b0\u5883\u3002\u9019\u500b\u7d44\u5408\u4e0d\u50c5\u6027\u80fd\u512a\u8d8a\uff0c\u9084\u80fd\u5920\u6eff\u8db3\u5927\u591a\u6578 Web \u61c9\u7528\u7684\u9700\u6c42\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-sGLtYfUUwP\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u4e4b\u524d\uff0c\u78ba\u4fdd\u4f60\u7684 CentOS 6.5 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u9032\u884c\u66f4\u65b0\uff1a<\/p>\n<pre><code>sudo yum update<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5b89\u88dd\u4e00\u4e9b\u5fc5\u8981\u7684\u5de5\u5177\uff1a<\/p>\n<pre><code>sudo yum install -y epel-release<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-nginx-sGLtYfUUwP\">\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>\u4f60\u53ef\u4ee5\u901a\u904e\u8a2a\u554f <a href=\"http:\/\/your_server_ip\" rel=\"nofollow\">http:\/\/your_server_ip<\/a> \u4f86\u6aa2\u67e5 Nginx \u662f\u5426\u5b89\u88dd\u6210\u529f\u3002<\/p>\n<h2 id=\"%e5%ae%89%e8%a3%9d-mariadb-sGLtYfUUwP\">\u5b89\u88dd MariaDB<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u6211\u5011\u5c07\u5b89\u88dd MariaDB \u4f5c\u70ba\u6578\u64da\u5eab\u7ba1\u7406\u7cfb\u7d71\u3002\u9996\u5148\uff0c\u6dfb\u52a0 MariaDB \u7684 Yum \u5009\u5eab\uff1a<\/p>\n<pre><code>sudo vi \/etc\/yum.repos.d\/MariaDB.repo<\/code><\/pre>\n<p>\u5728\u6587\u4ef6\u4e2d\u6dfb\u52a0\u4ee5\u4e0b\u5167\u5bb9\uff1a<\/p>\n<pre><code>[mariadb]\nname = MariaDB\nbaseurl = http:\/\/yum.mariadb.org\/10.1\/centos6\/x86_64\ngpgkey=https:\/\/yum.mariadb.org\/RPM-GPG-KEY-MariaDB\ngpgcheck=1<\/code><\/pre>\n<p>\u4fdd\u5b58\u4e26\u9000\u51fa\u5f8c\uff0c\u57f7\u884c\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd MariaDB\uff1a<\/p>\n<pre><code>sudo yum install -y MariaDB-server MariaDB-client<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u555f\u52d5 MariaDB \u4e26\u8a2d\u7f6e\u70ba\u958b\u6a5f\u81ea\u555f\uff1a<\/p>\n<pre><code>sudo systemctl start mariadb\nsudo systemctl enable mariadb<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u57f7\u884c\u5b89\u5168\u6027\u8173\u672c\u4f86\u52a0\u5f37 MariaDB \u7684\u5b89\u5168\u6027\uff1a<\/p>\n<pre><code>sudo mysql_secure_installation<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-php7-sGLtYfUUwP\">\u5b89\u88dd PHP7<\/h2>\n<p>\u73fe\u5728\uff0c\u6211\u5011\u4f86\u5b89\u88dd PHP7\u3002\u9996\u5148\uff0c\u6dfb\u52a0 PHP \u7684 Yum \u5009\u5eab\uff1a<\/p>\n<pre><code>sudo yum install -y https:\/\/rpms.remirepo.net\/enterprise\/remi-release-6.rpm<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u555f\u7528 PHP7 \u7684\u5009\u5eab\uff1a<\/p>\n<pre><code>sudo yum-config-manager --enable remi-php70<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u5b89\u88dd PHP \u53ca\u5176\u5e38\u7528\u64f4\u5c55\uff1a<\/p>\n<pre><code>sudo yum install -y php php-fpm php-mysql php-gd php-mbstring<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\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=\"%e9%85%8d%e7%bd%ae-nginx-%e8%88%87-php-sGLtYfUUwP\">\u914d\u7f6e Nginx \u8207 PHP<\/h2>\n<p>\u6700\u5f8c\uff0c\u6211\u5011\u9700\u8981\u914d\u7f6e Nginx \u4ee5\u652f\u6301 PHP\u3002\u7de8\u8f2f Nginx \u7684\u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n<pre><code>sudo vi \/etc\/nginx\/conf.d\/default.conf<\/code><\/pre>\n<p>\u5728 server \u5340\u584a\u4e2d\uff0c\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>\u4fdd\u5b58\u4e26\u9000\u51fa\u5f8c\uff0c\u91cd\u65b0\u555f\u52d5 Nginx \u4ee5\u61c9\u7528\u66f4\u6539\uff1a<\/p>\n<pre><code>sudo systemctl restart nginx<\/code><\/pre>\n<h2 id=\"%e6%b8%ac%e8%a9%a6-php-%e7%92%b0%e5%a2%83-sGLtYfUUwP\">\u6e2c\u8a66 PHP \u74b0\u5883<\/h2>\n<p>\u70ba\u4e86\u78ba\u8a8d PHP \u74b0\u5883\u662f\u5426\u642d\u5efa\u6210\u529f\uff0c\u53ef\u4ee5\u5275\u5efa\u4e00\u500b\u6e2c\u8a66\u6587\u4ef6\uff1a<\/p>\n<pre><code>echo \"\" | sudo tee \/usr\/share\/nginx\/html\/info.php<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u901a\u904e\u8a2a\u554f <a href=\"http:\/\/your_server_ip\/info.php\" rel=\"nofollow\">http:\/\/your_server_ip\/info.php<\/a> \u4f86\u67e5\u770b PHP \u7684\u4fe1\u606f\u9801\u9762\u3002<\/p>\n<h2 id=\"%e7%b8%bd%e7%b5%90-sGLtYfUUwP\">\u7e3d\u7d50<\/h2>\n<p>\u901a\u904e\u4ee5\u4e0a\u6b65\u9a5f\uff0c\u6211\u5011\u6210\u529f\u5728 CentOS 6.5 \u4e0a\u642d\u5efa\u4e86\u4e00\u500b\u57fa\u65bc Nginx\u3001MariaDB \u548c PHP7 \u7684\u958b\u767c\u74b0\u5883\u3002\u9019\u500b\u74b0\u5883\u4e0d\u50c5\u9ad8\u6548\uff0c\u9084\u80fd\u5920\u652f\u6301\u5404\u7a2e Web \u61c9\u7528\u7684\u9700\u6c42\u3002\u5982\u679c\u4f60\u6b63\u5728\u5c0b\u627e\u7a69\u5b9a\u7684 <a href=\"https:\/\/server.hk\">VPS<\/a> \u89e3\u6c7a\u65b9\u6848\uff0cServer.HK \u63d0\u4f9b\u591a\u7a2e\u9078\u64c7\uff0c\u9069\u5408\u4e0d\u540c\u9700\u6c42\u7684\u7528\u6236\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to set up a PHP environment on CentOS 6.5 using Nginx, MariaDB, and PHP 7 for optimal performance and security.<\/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-42476","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42476","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=42476"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42476\/revisions"}],"predecessor-version":[{"id":42477,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42476\/revisions\/42477"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=42476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=42476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=42476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}