Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(): Failed opening '/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php' for inclusion (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723

Warning: Cannot modify header information - headers already sent by (output started at /home/blog66rr/public_html/wp-content/advanced-cache.php:24) in /home/blog66rr/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1723
{"id":192,"date":"2012-10-17T11:50:38","date_gmt":"2012-10-17T19:50:38","guid":{"rendered":"http:\/\/blog.unethost.com\/?p=192"},"modified":"2014-04-16T16:34:21","modified_gmt":"2014-04-16T08:34:21","slug":"fastcgi-and-custom-php-ini","status":"publish","type":"post","link":"https:\/\/blog.unethost.com\/fastcgi-and-custom-php-ini\/","title":{"rendered":"Fastcgi and Custom php.ini"},"content":{"rendered":"

\u5982\u679c\u4e3b\u6a5f\u7684php\u662f\u7528fastcgi\u7684\u65b9\u5f0f\u4f86\u914d\u7f6e\u6642\uff0c\u6703\u767c\u751f\u4e00\u500b\u73fe\u8c61\uff0c\u7121\u6cd5\u7528.htaccess\u4f86\u4fee\u6539php.ini\u88e1\u7684\u53c3\u6578\u3002\u9019\u6642\u5019\uff0c\u5c31\u5fc5\u9808\u505a\u4e00\u4e9b\u7279\u5b9a\u7684\u4fee\u6539\uff0c\u624d\u80fd\u8fa6\u5230\u3002<\/p>\n

\u4f55\u6642\u6703\u9700\u8981\u4fee\u6539php.ini\u7684\u53c3\u6578\u5462\uff1f\u4e00\u500b\u5f88\u5e38\u898b\u7684\u4f8b\u5b50\uff0c\u5c31\u662fregister_globals \u3002\u5728php 4\u4e4b\u524d\uff0c\u9019\u500b\u5e38\u5e38\u662fOn\u7684\u3002\u4f46\u662f\u70ba\u4e86\u5b89\u5168\u6027\uff0cphp 5\u958b\u59cb\uff0c\u53ca\u5f88\u591a\u65b0\u7684php\u5957\u88dd\u7a0b\u5f0f\uff0c\u90fd\u5fc5\u9808\u662fOff\u624d\u80fd\u5b89\u88dd\u3002<\/p>\n

1) \u5c07\u5ba2\u88fd\u5316\u7684php.ini<\/span> ( custom php.ini )\u79fb\u5230 public_html\/cgi-bin\/\u9019\u500b\u8cc7\u6599\u593e\u4e0b<\/p>\n

2) \u5728 cgi-bin \u9019\u500b\u8cc7\u6599\u4e0b, \u751f\u6210 php.fcgi \u9019\u500b\u6a94\u6848\uff0c\u4e26\u5beb\u5165\u4e0b\u65b9\u7684\u5167\u5bb9
\n#!\/bin\/sh
\nexport PHP_FCGI_CHILDREN=1
\nexport PHP_FCGI_MAX_REQUESTS=10
\nexec \/usr\/local\/cpanel\/cgi-sys\/php5<\/p>\n

3) chmod +x php.fcgi<\/p>\n

4) \u4e0a\u50b3 .htaccess \u5230 public_html\u8cc7\u6599\u593e\uff0c\u4e26\u52a0\u5165\u4e0b\u65b9\u7684\u5167\u5bb9
\nAddHandler php5-fastcgi .php
\nAction php5-fastcgi \/cgi-bin\/php.fcgi<\/p>\n

5) \u5728php.conf\u4e2d\uff0c\u52a0\u5165path
\n\u5728 \/usr\/local\/apache\/conf\/php.conf \u9019\u500b\u6a94\u6848\u4e2d\uff0c\u52a0\u5165\u4e0b\u65b9\u7684\u5167\u5bb9
\nAction php5-fastcgi \/cgi-bin\/php.fcgi
\nAddType application\/x-httpd-php .php<\/p>\n

6)\u8403\u53d6apache\u7684conf\u6a94\uff0c\u4e26\u4e14\u91cd\u65b0\u555f\u52d5\u4e4b
\n\/usr\/local\/cpanel\/bin\/apache_conf_distiller –update
\n\/scripts\/rebuildhttpdconf
\n\/etc\/init.d\/httpd restart<\/p>\n

\u5f8c\u8a18\uff1a
\n\u7d93\u904e\u6211\u5011\u5be6\u969b\u4e0a\u7684\u5be6\u9a57\uff0c(4)\u9019\u500b\u6b65\u9a5f\u4fee\u6539.htaccess\u6a94\u5728\u67d0\u4e9b\u60c5\u6cc1\u4e0b\uff0c\u5fc5\u9808\u7701\u7565\u3002\u4f8b\u5982\uff0c\u8981\u4fee\u6539\u7684\u7db2\u7ad9\uff0c\u672c\u8eab\u7684\u7a7a\u9593\u88e1\u6709\u9644\u52a0(attach) \u5b50\u7db2\u57df(subdomain) \u7684\u6642\u5019\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

\u5982\u679c\u4e3b\u6a5f\u7684php\u662f\u7528fastcgi\u7684\u65b9\u5f0f\u4f86\u914d\u7f6e\u6642\uff0c\u6703\u767c\u751f\u4e00\u500b\u73fe\u8c61\uff0c\u7121\u6cd5\u7528.htaccess\u4f86\u4fee\u6539php.ini … \u95b1\u8b80\u5168\u6587 Fastcgi and Custom php.ini<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false},"categories":[3],"tags":[50,49,51],"_links":{"self":[{"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/posts\/192"}],"collection":[{"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/comments?post=192"}],"version-history":[{"count":5,"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/posts\/192\/revisions"}],"predecessor-version":[{"id":646,"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/posts\/192\/revisions\/646"}],"wp:attachment":[{"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/media?parent=192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/categories?post=192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.unethost.com\/wp-json\/wp\/v2\/tags?post=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}