{"id":43886,"date":"2024-10-06T11:15:39","date_gmt":"2024-10-06T03:15:39","guid":{"rendered":"https:\/\/server.hk\/cnblog\/43886\/"},"modified":"2024-10-06T11:15:39","modified_gmt":"2024-10-06T03:15:39","slug":"centos-7-%e4%b8%8b%e5%ae%89%e8%a3%9d%e9%83%a8%e7%bd%b2-lamp-%e7%92%b0%e5%a2%83","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/43886\/","title":{"rendered":"CentOS 7 \u4e0b\u5b89\u88dd\u90e8\u7f72 LAMP \u74b0\u5883"},"content":{"rendered":"<h1 id=\"centos-7-%e4%b8%8b%e5%ae%89%e8%a3%9d%e9%83%a8%e7%bd%b2-lamp-%e7%92%b0%e5%a2%83-OYxNDsWwBO\">CentOS 7 \u4e0b\u5b89\u88dd\u90e8\u7f72 LAMP \u74b0\u5883<\/h1>\n<p>\u5728\u7576\u4eca\u7684\u7db2\u7d61\u4e16\u754c\u4e2d\uff0cLAMP \u74b0\u5883\uff08Linux\u3001Apache\u3001MySQL\u3001PHP\uff09\u662f\u6700\u53d7\u6b61\u8fce\u7684\u958b\u767c\u548c\u90e8\u7f72\u5e73\u53f0\u4e4b\u4e00\u3002\u672c\u6587\u5c07\u6307\u5c0e\u60a8\u5982\u4f55\u5728 CentOS 7 \u4e0a\u5b89\u88dd\u548c\u914d\u7f6e LAMP \u74b0\u5883\uff0c\u8b93\u60a8\u80fd\u5920\u5feb\u901f\u642d\u5efa\u4e00\u500b\u529f\u80fd\u5f37\u5927\u7684\u7db2\u7ad9\u6216\u61c9\u7528\u7a0b\u5e8f\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-OYxNDsWwBO\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u4e4b\u524d\uff0c\u60a8\u9700\u8981\u78ba\u4fdd\u60a8\u7684 CentOS 7 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u66f4\u65b0\u7cfb\u7d71\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\uff0c\u4ee5\u4fbf\u5f8c\u7e8c\u7684\u5b89\u88dd\u904e\u7a0b\u66f4\u52a0\u9806\u5229\uff1a<\/p>\n<pre><code>sudo yum install -y epel-release<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-apache-OYxNDsWwBO\">\u5b89\u88dd Apache<\/h2>\n<p>Apache \u662f\u4e00\u500b\u6d41\u884c\u7684\u7db2\u9801\u4f3a\u670d\u5668\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u5b89\u88dd Apache\uff1a<\/p>\n<pre><code>sudo yum install -y httpd<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u555f\u52d5 Apache \u670d\u52d9\u4e26\u8a2d\u7f6e\u5176\u5728\u7cfb\u7d71\u555f\u52d5\u6642\u81ea\u52d5\u555f\u52d5\uff1a<\/p>\n<pre><code>sudo systemctl start httpd\nsudo systemctl enable httpd<\/code><\/pre>\n<p>\u60a8\u53ef\u4ee5\u901a\u904e\u5728\u700f\u89bd\u5668\u4e2d\u8f38\u5165\u4f3a\u670d\u5668\u7684 IP \u5730\u5740\u4f86\u6aa2\u67e5 Apache \u662f\u5426\u904b\u884c\u6b63\u5e38\u3002\u5982\u679c\u4e00\u5207\u6b63\u5e38\uff0c\u60a8\u61c9\u8a72\u80fd\u770b\u5230 Apache \u7684\u6e2c\u8a66\u9801\u9762\u3002<\/p>\n<h2 id=\"%e5%ae%89%e8%a3%9d-mysql-OYxNDsWwBO\">\u5b89\u88dd MySQL<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u6211\u5011\u9700\u8981\u5b89\u88dd MySQL\uff08\u6216 MariaDB\uff0c\u4f5c\u70ba MySQL \u7684\u66ff\u4ee3\u54c1\uff09\u3002\u5728 CentOS 7 \u4e2d\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd MariaDB\uff1a<\/p>\n<pre><code>sudo yum install -y mariadb-server mariadb<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u555f\u52d5 MariaDB \u670d\u52d9\u4e26\u8a2d\u7f6e\u5176\u5728\u7cfb\u7d71\u555f\u52d5\u6642\u81ea\u52d5\u555f\u52d5\uff1a<\/p>\n<pre><code>sudo systemctl start mariadb\nsudo systemctl enable mariadb<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u904b\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<p>\u6839\u64da\u63d0\u793a\u8a2d\u7f6e root \u5bc6\u78bc\uff0c\u4e26\u9078\u64c7\u5176\u4ed6\u5b89\u5168\u9078\u9805\u4ee5\u4fdd\u8b77\u60a8\u7684\u6578\u64da\u5eab\u3002<\/p>\n<h2 id=\"%e5%ae%89%e8%a3%9d-php-OYxNDsWwBO\">\u5b89\u88dd PHP<\/h2>\n<p>\u73fe\u5728\uff0c\u6211\u5011\u9700\u8981\u5b89\u88dd PHP \u53ca\u5176\u76f8\u95dc\u6a21\u7d44\u3002\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd PHP\uff1a<\/p>\n<pre><code>sudo yum install -y php php-mysql php-gd php-xml<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u91cd\u555f Apache \u670d\u52d9\u4ee5\u4f7f PHP \u751f\u6548\uff1a<\/p>\n<pre><code>sudo systemctl restart httpd<\/code><\/pre>\n<h2 id=\"%e6%b8%ac%e8%a9%a6-lamp-%e7%92%b0%e5%a2%83-OYxNDsWwBO\">\u6e2c\u8a66 LAMP \u74b0\u5883<\/h2>\n<p>\u70ba\u4e86\u78ba\u4fdd LAMP \u74b0\u5883\u6b63\u5e38\u904b\u884c\uff0c\u60a8\u53ef\u4ee5\u5275\u5efa\u4e00\u500b\u7c21\u55ae\u7684 PHP \u6e2c\u8a66\u6587\u4ef6\u3002\u5728 Apache \u7684\u6839\u76ee\u9304\u4e0b\u5275\u5efa\u4e00\u500b\u540d\u70ba info.php \u7684\u6587\u4ef6\uff1a<\/p>\n<pre><code>echo &lt;?php phpinfo(); ?&gt; | sudo tee \/var\/www\/html\/info.php<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u60a8\u53ef\u4ee5\u5728\u700f\u89bd\u5668\u4e2d\u8f38\u5165 <code>http:\/\/your_server_ip\/info.php<\/code> \u4f86\u67e5\u770b PHP \u7684\u914d\u7f6e\u4fe1\u606f\u3002\u5982\u679c\u60a8\u80fd\u770b\u5230 PHP \u4fe1\u606f\u9801\u9762\uff0c\u5247\u8868\u793a LAMP \u74b0\u5883\u5df2\u6210\u529f\u5b89\u88dd\u3002<\/p>\n<h2 id=\"%e7%b8%bd%e7%b5%90-OYxNDsWwBO\">\u7e3d\u7d50<\/h2>\n<p>\u5728\u672c\u6587\u4e2d\uff0c\u6211\u5011\u4ecb\u7d39\u4e86\u5982\u4f55\u5728 CentOS 7 \u4e0a\u5b89\u88dd\u548c\u914d\u7f6e LAMP \u74b0\u5883\u3002\u9019\u4e00\u904e\u7a0b\u5305\u62ec\u5b89\u88dd Apache\u3001MySQL\uff08MariaDB\uff09\u548c PHP\uff0c\u4e26\u9032\u884c\u57fa\u672c\u7684\u6e2c\u8a66\u3002\u9019\u6a23\uff0c\u60a8\u5c31\u53ef\u4ee5\u958b\u59cb\u958b\u767c\u548c\u90e8\u7f72\u60a8\u7684\u7db2\u7ad9\u6216\u61c9\u7528\u7a0b\u5e8f\u4e86\u3002<\/p>\n<p>\u5982\u679c\u60a8\u9700\u8981\u7a69\u5b9a\u7684 <a href=\"https:\/\/server.hk\">VPS<\/a> \u89e3\u6c7a\u65b9\u6848\u4f86\u904b\u884c\u60a8\u7684 LAMP \u74b0\u5883\uff0cServer.HK \u63d0\u4f9b\u591a\u7a2e\u9078\u64c7\uff0c\u9069\u5408\u4e0d\u540c\u9700\u6c42\u7684\u7528\u6236\u3002\u7121\u8ad6\u662f\u500b\u4eba\u9805\u76ee\u9084\u662f\u5546\u696d\u61c9\u7528\uff0c\u6211\u5011\u7684 <a href=\"https:\/\/server.hk\">\u9999\u6e2f\u4f3a\u670d\u5668<\/a> \u90fd\u80fd\u70ba\u60a8\u63d0\u4f9b\u53ef\u9760\u7684\u652f\u6301\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5b78\u7fd2\u5982\u4f55\u5728 CentOS 7 \u4e0a\u5b89\u88dd\u548c\u90e8\u7f72 LAMP \u74b0\u5883\uff0c\u5feb\u901f\u642d\u5efa\u7a69\u5b9a\u7684\u7db2\u9801\u4f3a\u670d\u5668\uff0c\u652f\u6301 PHP \u548c MySQL\u3002<\/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-43886","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43886","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=43886"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43886\/revisions"}],"predecessor-version":[{"id":43887,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43886\/revisions\/43887"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=43886"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=43886"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=43886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}