{"id":36665,"date":"2023-09-24T23:15:01","date_gmt":"2023-02-12T18:06:03","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/"},"modified":"2024-05-04T01:25:12","modified_gmt":"2024-05-03T17:25:12","slug":"%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/","title":{"rendered":"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883"},"content":{"rendered":"<h1>\u80cc\u666f<\/h1>\n<p>\u6211\u5728 Apache + php-fpm \u4e0a\u8fdb\u884c\u73af\u5883\u642d\u5efa\u7684\u5b66\u4e60\uff0c\u73b0\u5c06\u6b65\u9aa4\u8bb0\u5f55\u4e0b\u6765\u3002\u4e4b\u524d\u5c1d\u8bd5\u4e86\u4f7f\u7528 cgi \u7248\u672c\u7684 php\uff0c\u8fd9\u6b21\u60f3\u5c1d\u8bd5\u4f7f\u7528 FastCGI\uff0c\u6240\u4ee5\u7740\u624b\u8fdb\u884c\u4e86\u5c1d\u8bd5\u3002<\/p>\n<p>\u7531\u4e8e\u8fd9\u6b21\u5de5\u4f5c\u4e2d\u4ec5\u9700\u786e\u8ba4\u4e00\u4e0b\u914d\u7f6e\u6587\u4ef6\u4e14\u65e0\u9700\u5c06\u5176\u4f5c\u4e3aWeb\u670d\u52a1\u5668\u516c\u5f00\uff0c\u56e0\u6b64\u6211\u4eec\u5c06\u4f7f\u7528yum\u8fdb\u884c\u5b89\u88c5\uff0c\u800c\u4e0d\u662f\u4ece\u6e90\u4ee3\u7801\u4e2d\u5b89\u88c5\u3002<\/p>\n<p>\u4e3a\u4e86\u5728\u5b89\u88c5\u540e\u80fd\u591f\u6e05\u7406\u5e72\u51c0\uff0c\u6211\u4f1a\u5728docker\u5bb9\u5668\u4e0a\u8fdb\u884c\u64cd\u4f5c\u3002<\/p>\n<h1>\u73af\u5883<br \/>\n\u73af\u5883\uff08Huan Jing\uff09<\/h1>\n<p>\u4e3b\u673a\u64cd\u4f5c\u7cfb\u7edf\uff1a\u4e9a\u9a6c\u900aLinux\u53d1\u884c\u72482\uff08Karoo\uff09<br \/>\n\u5bb9\u5668\u64cd\u4f5c\u7cfb\u7edf\uff1aCentOS Linux\u53d1\u884c\u72487.9.2009\uff08Core\uff09<br \/>\nDocker\u7248\u672c20.10.4<br \/>\nApache\/2.4.6<br \/>\nPHP 5.4.16\uff08fpm-fcgi\uff09<\/p>\n<h1>\u64cd\u4f5c\u6b65\u9aa4<\/h1>\n<h2>\u51c6\u5907\u96c6\u88c5\u7bb1<\/h2>\n<p>\u521b\u5efa\u5e76\u542f\u52a8\u5bb9\u5668\u3002<\/p>\n<pre class=\"post-pre\"><code>sudo docker run -tid -v \/opt\/app\/:\/var\/www\/html -p 80:80 centos:centos7\r\n<\/code><\/pre>\n<p>\u6211\u8981\u8fdb\u5165\u96c6\u88c5\u7bb1\u3002<br \/>\nd5 \u662f\u96c6\u88c5\u7bb1\u7684ID\u3002<\/p>\n<pre class=\"post-pre\"><code>sudo docker exec -ti d5 bash\r\n<\/code><\/pre>\n<h2>\u5b89\u88c5Apache<\/h2>\n<p>\u9996\u5148\u6267\u884c yum update\u3002<\/p>\n<pre class=\"post-pre\"><code>yum update -y\r\n<\/code><\/pre>\n<p>\u7136\u540e\uff0c\u5b89\u88c5Apache\u3002<\/p>\n<pre class=\"post-pre\"><code>yum install -y httpd\r\n<\/code><\/pre>\n<p>\u6211\u5c06\u542f\u52a8Apache\u5e76\u786e\u8ba4\u6d4b\u8bd5\u9875\u9762\u662f\u5426\u663e\u793a\u3002<\/p>\n<pre class=\"post-pre\"><code>httpd -k start\r\n<\/code><\/pre>\n<p>\u5f53\u6d4b\u8bd5\u9875\u9762\u663e\u793a\u51fa\u6765\u65f6\uff0c\u5c31\u4ee3\u8868\u901a\u8fc7\u4e86\u3002<\/p>\n<h2>\u5b89\u88c5php-fpm<\/h2>\n<p>\u5b89\u88c5php-fpm\u3002<\/p>\n<pre class=\"post-pre\"><code>yum install -y php-fpm\r\nphp-fpm -v\r\nPHP 5.4.16 (fpm-fcgi)\r\n<\/code><\/pre>\n<h2>\u7f16\u8f91php-fpm\u7684\u914d\u7f6e\u6587\u4ef6\u3002<\/h2>\n<p>\u8fd9\u6b21\u6211\u4eec\u5c06\u4f7f\u7528UNIX\u57df\u5957\u63a5\u5b57\u4e0eApache\u8fdb\u884c\u4ea4\u4e92\u3002<br \/>\n\u53e6\u5916\uff0cpm\u8bbe\u4e3astatic\uff0cpm.max_children\u8bbe\u4e3a2\u3002<br \/>\n\u8fd9\u4e2a\u8bbe\u7f6e\u8868\u793a\u5728\u8fdb\u7a0b\u542f\u52a8\u65f6\u4f1a\u542f\u52a8\u4e24\u4e2a\u5b50\u8fdb\u7a0b\uff0c\u5e76\u4e14\u5b50\u8fdb\u7a0b\u7684\u6570\u91cf\u5c06\u4fdd\u6301\u4e0d\u53d8\u3002<\/p>\n<p>\u8bf7\u67e5\u9605\u4ee5\u4e0b\u7f51\u7ad9\u4ee5\u83b7\u53d6\u66f4\u8be6\u7ec6\u4fe1\u606f\u3002<br \/>\n\u8fd9\u662f PHP \u7684\u5b98\u65b9\u9875\u9762\u3002<\/p>\n<p>\u6211\u4eec\u5df2\u7ecf\u5bf9\u8bbe\u7f6e\u6587\u4ef6\u8fdb\u884c\u4e86\u5982\u4e0b\u66f4\u6539\uff0c\u5176\u4ed6\u4ecd\u4fdd\u6301\u9ed8\u8ba4\u72b6\u6001\u3002<\/p>\n<pre class=\"post-pre\"><code>listen = \/var\/run\/php-fpm\/php-fpm.sock\r\n\r\nlisten.owner = apache\r\nlisten.group = apache\r\nlisten.mode = 0660\r\n\r\npm = static\r\npm.max_children = 2\r\n<\/code><\/pre>\n<p>\u8bbe\u7f6e\u5b8c\u6210\u540e\uff0c\u542f\u52a8php-fpm\u3002<\/p>\n<pre class=\"post-pre\"><code>nohup php-fpm &amp;\r\n<\/code><\/pre>\n<h2>\u7f16\u8f91Apache\u7684\u914d\u7f6e\u6587\u4ef6<\/h2>\n<p>\u7f16\u8f91\u6587\u6863\u6839\u76ee\u5f55\u7684\u8bbe\u7f6e\u3002<br \/>\n\u5177\u6709html\u6216php\u6269\u5c55\u540d\u7684\u6587\u4ef6\u5c06\u88ab\u4f20\u9012\u7ed9php-fpm\u8fdb\u884c\u5904\u7406\u3002<\/p>\n<pre class=\"post-pre\"><code>&lt;Directory \"\/var\/www\/html\"&gt;\r\n    &lt;FilesMatch \\.(html|php)$&gt;\r\n       SetHandler \"proxy:unix:\/var\/run\/php-fpm\/php-fpm.sock|fcgi:\/\/localhost\"\r\n    &lt;\/FilesMatch&gt;\r\n    #\r\n    # Possible values for the Options directive are \"None\", \"All\",\r\n    # or any combination of:\r\n    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews\r\n    #\r\n    # Note that \"MultiViews\" must be named *explicitly* --- \"Options All\"\r\n    # doesn't give it to you.\r\n    #\r\n    # The Options directive is both complicated and important.  Please see\r\n    # http:\/\/httpd.apache.org\/docs\/2.4\/mod\/core.html#options\r\n    # for more information.\r\n    #\r\n    Options Indexes FollowSymLinks\r\n\r\n    #\r\n    # AllowOverride controls what directives may be placed in .htaccess files.\r\n    # It can be \"All\", \"None\", or any combination of the keywords:\r\n    #   Options FileInfo AuthConfig Limit\r\n    #\r\n    AllowOverride None\r\n\r\n    #\r\n    # Controls who can get stuff from this server.\r\n    #\r\n    Require all granted\r\n&lt;\/Directory&gt;\r\n<\/code><\/pre>\n<p>\u5f53\u8bbe\u5b9a\u5b8c\u6210\u540e\uff0c\u91cd\u65b0\u542f\u52a8 Apache\u3002<\/p>\n<pre class=\"post-pre\"><code>httpd -k stop\r\nhttpd -k start\r\n<\/code><\/pre>\n<h2>\u786e\u8ba4\u884c\u52a8<\/h2>\n<p>\u5c55\u793aphpinfo\u5e76\u786e\u8ba4\u5176\u662f\u5426\u6b63\u5e38\u5de5\u4f5c\u3002<br \/>\n\u5c06php\u6587\u4ef6\u653e\u7f6e\u5728\u6587\u6863\u6839\u76ee\u5f55\u4e2d\u3002<\/p>\n<pre class=\"post-pre\"><code>vi \/var\/www\/html\/index.php\r\n&lt;?php echo phpinfo(); ?&gt;\r\n<\/code><\/pre>\n<p>\u5728\u6d4f\u89c8\u5668\u4e2d\u8f93\u5165URL\uff0c\u5e76\u786e\u4fddphpinfo\u663e\u793a\u51fa\u6765\u5373\u53ef\uff0c\u5e94\u8be5\u663e\u793a\u5982\u4e0b\u5185\u5bb9\u3002<\/p>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d2a8437434c4406c479d1\/41-0.png\" alt=\"image.png\" \/><\/div>\n<h1>\u6700\u540e<\/h1>\n<p>\u6211\u5011\u9019\u6b21\u4f7f\u7528 Apache + php-fpm \u4f86\u5efa\u7acb\u74b0\u5883\u3002<br \/>\n\u6211\u5011\u7de8\u5beb\u4e86\u8a2d\u5b9a\u6a94\u6848\uff0c\u5c07 Apache \u4e0a\u7684 html\u3001php \u6a94\u6848\u8655\u7406\u4ea4\u7d66 php-fpm \u7684\u9032\u7a0b\u3002<\/p>\n<p>Apache \u548c php-fpm \u90fd\u6ca1\u6709\u8fdb\u884c\u592a\u591a\u7684\u914d\u7f6e\uff0c\u6240\u4ee5\u5728\u4f7f\u7528\u8fd9\u4e2a\u6b65\u9aa4\u6765\u64cd\u4f5c Web \u670d\u52a1\u5668\u65f6\uff0c\u8bf7\u8fdb\u884c\u8be6\u7ec6\u7684\u8bbe\u7f6e\uff0c\u5982\u5b89\u5168\u6027\u548c\u65e5\u5fd7\u8f93\u51fa\u76ee\u6807\u3002<\/p>\n<p>\u975e\u5e38\u611f\u8c22\u60a8\u8bfb\u5230\u6700\u540e\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u80cc\u666f \u6211\u5728 Apache + php-fpm \u4e0a\u8fdb\u884c\u73af\u5883\u642d\u5efa\u7684\u5b66\u4e60\uff0c\u73b0\u5c06\u6b65\u9aa4\u8bb0\u5f55\u4e0b\u6765\u3002\u4e4b\u524d\u5c1d\u8bd5\u4e86\u4f7f\u7528 cgi  [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-36665","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883 - Blog - Silicon Cloud<\/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.silicloud.com\/zh\/blog\/\u642d\u5efa-apache-\uff0b-php-fpm-\u7684\u73af\u5883\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883\" \/>\n<meta property=\"og:description\" content=\"\u80cc\u666f \u6211\u5728 Apache + php-fpm \u4e0a\u8fdb\u884c\u73af\u5883\u642d\u5efa\u7684\u5b66\u4e60\uff0c\u73b0\u5c06\u6b65\u9aa4\u8bb0\u5f55\u4e0b\u6765\u3002\u4e4b\u524d\u5c1d\u8bd5\u4e86\u4f7f\u7528 cgi [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u642d\u5efa-apache-\uff0b-php-fpm-\u7684\u73af\u5883\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-12T18:06:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-03T17:25:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d2a8437434c4406c479d1\/41-0.png\" \/>\n<meta name=\"author\" content=\"\u5b87, \u534e\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u5b87, \u534e\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/\",\"name\":\"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2023-02-12T18:06:03+00:00\",\"dateModified\":\"2024-05-03T17:25:12+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458\",\"name\":\"\u5b87, \u534e\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g\",\"caption\":\"\u5b87, \u534e\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/yuhua\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883 - Blog - Silicon Cloud","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.silicloud.com\/zh\/blog\/\u642d\u5efa-apache-\uff0b-php-fpm-\u7684\u73af\u5883\/","og_locale":"zh_CN","og_type":"article","og_title":"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883","og_description":"\u80cc\u666f \u6211\u5728 Apache + php-fpm \u4e0a\u8fdb\u884c\u73af\u5883\u642d\u5efa\u7684\u5b66\u4e60\uff0c\u73b0\u5c06\u6b65\u9aa4\u8bb0\u5f55\u4e0b\u6765\u3002\u4e4b\u524d\u5c1d\u8bd5\u4e86\u4f7f\u7528 cgi [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u642d\u5efa-apache-\uff0b-php-fpm-\u7684\u73af\u5883\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2023-02-12T18:06:03+00:00","article_modified_time":"2024-05-03T17:25:12+00:00","og_image":[{"url":"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d2a8437434c4406c479d1\/41-0.png"}],"author":"\u5b87, \u534e","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u5b87, \u534e","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/","name":"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2023-02-12T18:06:03+00:00","dateModified":"2024-05-03T17:25:12+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u642d\u5efa Apache \uff0b php-fpm \u7684\u73af\u5883"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website","url":"https:\/\/www.silicloud.com\/zh\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458","name":"\u5b87, \u534e","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g","caption":"\u5b87, \u534e"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/yuhua\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e6%90%ad%e5%bb%ba-apache-%ef%bc%8b-php-fpm-%e7%9a%84%e7%8e%af%e5%a2%83\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/36665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=36665"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/36665\/revisions"}],"predecessor-version":[{"id":95275,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/36665\/revisions\/95275"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=36665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=36665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=36665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}