{"id":1165,"date":"2012-07-30T18:18:25","date_gmt":"2012-07-30T10:18:25","guid":{"rendered":"https:\/\/blog.rexdf.org\/?p=1165"},"modified":"2012-07-30T18:18:25","modified_gmt":"2012-07-30T10:18:25","slug":"%e6%8a%98%e8%85%be%e6%97%a5%e8%ae%b0","status":"publish","type":"post","link":"https:\/\/blog.rexdf.org\/ja\/2012\/07\/%e6%8a%98%e8%85%be%e6%97%a5%e8%ae%b0\/","title":{"rendered":"\u6298\u817e\u65e5\u8bb0"},"content":{"rendered":"<p>\u6628\u665a\u6ca1\u6709\u5237\u9898\uff0c\u65e9\u4e0a8\u70b9\u5c31\u9192\u4e86\uff0c\u6ca1\u4e8b\u505a\u3002\u4fbf\u6298\u817e\u4e86\u4e00\u4e0b\u7f51\u7ad9\u3002 <\/p>\n<p>\u56e0\u4e3a\u542c\u8bf4**Cloud\u6bd4\u8f83\u597d\u7528\uff0c\u4fbf\u5c1d\u8bd5\u7740\u7528\u4e86\u4e0b\uff0c\u6682\u65f6\u4e70\u627e\u5230\u7a8d\u95e8\uff0c\u4e0b\u8f7dCygwin\u5927\u7ea6\u8fd110G\u7684\u5927\u5c0f\u4e86\uff08\u6211\u6709\u5b8c\u6574\u7248\u5b89\u88c5\u8f6f\u4ef6\u7684\u7656\u597d\uff09\uff0c\u800c\u4f7f\u7528BitVise\u4f3c\u4e4e\u65e0\u4ece\u4e0b\u624b\uff0c\u53ea\u6709\u7b49\u5f85\u5b8c\u5168\u88c5\u597dCygwin\u540e\u518d\u8bf4\u4e86\u3002<\/p>\n<p>\u867d\u7136\u73b0\u5728\u6d77\u76d7\u6e7e\u5df2\u7ecf\u91cd\u65b0\u5f00\u5f20\uff0c\u4f46\u662f\u4e0a\u6b21\u6d77\u76d7\u6e7e\u505c\u6b62\u8fd0\u8425\u524d\u7684\u4e00\u4e2a\u7248\u672c\uff0c22G\u7684\u6570\u636e\u5e93\u88ab\u6211\u4e0b\u8f7d\u4e86\u4e0b\u6765\uff0c\u5355\u4ece\u914d\u7f6e\u6765\u770b\u662f\u9700\u8981lighttpd\u670d\u52a1\u5668\u8dd1\u7684\u3002<\/p>\n<h1>1.Apache\u4e0b\u9762\u5c1d\u8bd5<\/h1>\n<p>\u6211\u5c1d\u8bd5\u7740\u5728Apache\u4e0b\u8dd1\u8dd1\uff0c\u95ee\u9898\u4e0d\u5c11\uff0c\u5e94\u8be5\u662f\u53ef\u4ee5\u5b8c\u7f8e\u79fb\u690d\u7684\uff0c\u5173\u952e\u5728\u4e8e\u8def\u5f84\u91cd\u5199\u4e0a\u9762\uff1a<\/p>\n<pre class=\"brush: bash; gutter: true\"># These are my mod_rewrite rules:\r\nurl.rewrite = (\r\n\t&quot;^\/browse$&quot; =&gt; &quot;\/cats.php&quot;,\r\n\t&quot;^\/browse\/(\\d+)$&quot; =&gt; &quot;\/browse.php?cat=$1&quot;,\r\n\t&quot;^\/browse\/(\\d+)\/(\\d+)$&quot; =&gt; &quot;\/browse.php?cat=$1&amp;page=$2&quot;,\r\n\t&quot;^\/recent$&quot; =&gt; &quot;\/browse.php&quot;,\r\n\t&quot;^\/recent\/(\\d+)$&quot; =&gt; &quot;\/browse.php?page=$1&quot;,\r\n\t&quot;^\/search\/([^\/]+)$&quot; =&gt; &quot;\/browse.php?q=$1&quot;,\r\n\t&quot;^\/search\/([^\/]+)\/(\\d+)$&quot; =&gt; &quot;\/browse.php?q=$1&amp;page=$2&quot;,\r\n\t&quot;^\/s\\?(.+)$&quot; =&gt; &quot;\/browse.php?$1&amp;redir&quot;,\r\n\t&quot;^\/details\/(\\d+)$&quot; =&gt; &quot;\/details.php?id=$1&quot;,\r\n\t&quot;^\/details\/(\\d+)\/(.+)$&quot; =&gt; &quot;\/details.php?id=$1&amp;q=$2&quot;,\r\n\t&quot;^\/torrent\/(\\d+)$&quot; =&gt; &quot;\/torrent.php?id=$1&quot;,\r\n\t&quot;^\/about$&quot; =&gt; &quot;\/about.php&quot;,\r\n\t&quot;^\/about\\?(.+)$&quot; =&gt; &quot;\/about.php?$1&quot;,\r\n\t&quot;^\/searchplugin$&quot; =&gt; &quot;\/searchplugin.php&quot;,\r\n)<\/pre>\n<h1>2.\u795e\u5947\u7684Rewrite\u4f2a\u9759\u6001\u89c4\u5219\u8f6c\u6362\u5de5\u5177<\/h1>\n<p>\u88ab\u6211\u65e0\u610f\u4e2d\u627e\u5230\u4e00\u4e2a\u795e\u5947\u7684\u7f51\u7ad9<a href=\"http:\/\/www.onexin.net\/rewrite.php\">http:\/\/www.onexin.net\/rewrite.php<\/a>\uff0c\u53ef\u4ee5\u8f6c\u5316\u914d\u7f6e\u6587\u4ef6\uff0c\u5148\u4ecelighttpd\u8f6c\u6362\u5230Nginx\uff0c\u7136\u540e\u518d\u9006\u5411\u5230apache\uff0c\u5982\u6b64\u4e00\u6765\uff0c\u5c45\u7136\u771f\u7684\u53ef\u4ee5\u8dd1\u8d77\u6765\uff0c\u770b\u5230\u4e86\u7ad9\u70b9\u7684\u5185\u5bb9\uff1a<\/p>\n<pre class=\"brush: bash; gutter: true\">RewriteEngine on\r\nRewriteRule ^browse$ cats.php\r\nRewriteRule ^browse\/(d+)$ browse.php?cat=$1\r\nRewriteRule ^browse\/(d+)\/(d+)$ browse.php?cat=$1&amp;page=$2\r\nRewriteRule ^recent$ browse.php\r\nRewriteRule ^recent\/(d+)$ browse.php?page=$1\r\nRewriteRule ^search\/([^\/]+)$ browse.php?q=$1\r\nRewriteRule ^search\/([^\/]+)\/(d+)$ browse.php?q=$1&amp;page=$2\r\nRewriteRule ^s?(.+)$ browse.php?$1&amp;redir\r\nRewriteRule ^details\/(d+)$ details.php?id=$1\r\nRewriteRule ^details\/(d+)\/(.+)$ details.php?id=$1&amp;q=$2\r\nRewriteRule ^torrent\/(d+)$ torrent.php?id=$1\r\nRewriteRule ^about$ about.php\r\nRewriteRule ^about?(.+)$ about.php?$1\r\nRewriteRule ^searchplugin$ searchplugin.php<\/pre>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/Aa.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1166 ls_lazyimg\" title=\"Aa\" src=\"https:\/\/static.rexdf.org\/plugins\/images-lazyload-and-slideshow\/blank_1x1.gif\" file=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/Aa-1024x518.jpg\" alt=\"\" width=\"640\" height=\"323\" \/><noscript><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1166\" title=\"Aa\" src=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/Aa-1024x518.jpg\" alt=\"\" width=\"640\" height=\"323\" srcset=\"https:\/\/static.rexdf.org\/uploads\/2012\/07\/Aa-1024x518.jpg 1024w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/Aa-300x151.jpg 300w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/Aa.jpg 1065w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/noscript><\/a><\/p>\n<p>\u56fe\u7247\u4e2d\u7684\u94fe\u63a5\u662f\u6b63\u786e\u7684\uff0c\u4f46\u662f\u4e0d\u77e5\u9053.htaccess\u00a0\u54ea\u91cc\u5199\u5f97\u4e0d\u597d\uff0c\u597d\u50cf\u65e0\u8bba\u8bbf\u95ee\u54ea\u91cc\u90fd\u4f1a\u88ab\u91cd\u5b9a\u5411\u5230\/recent\uff0c\u6240\u4ee5\u51b3\u5b9a\u8bd5\u4e0blighttpd\u3002<\/p>\n<h1>3.LightTPD for Windows<\/h1>\n<p>\u867d\u7136\u77e5\u9053\u5728Cygwin\u4e0b\u9762\u662f\u53ef\u4ee5\u76f4\u63a5\u7f16\u8bd1Linux\u7248\u672c\u7684Lighttpd\u7684\uff0c\u4f46\u662f\u5982\u679c\u8981\u90a3\u4e48\u505a\uff0c\u6211\u89c9\u5f97\u8fd8\u4e0d\u5982\u91cd\u542f\uff0c\u4f46\u662fCygwin\u8fd8\u572810G\u5de6\u53f3\u7684\u5728\u7ebf\u5b8c\u6574\u7248\u5b89\u88c5\u4e2d\u3002\u4e8e\u662f\u00a0\u5230<a href=\"http:\/\/en.wlmp-project.net\">http:\/\/en.wlmp-project.net<\/a>\u4e0b\u8f7d\u4e86LightTPD for Windows\uff0c\u633a\u5c0f\u7684\u53ea\u67095M\u591a\u4e00\u70b9\uff0c\u7b80\u5355\u7684\u914d\u7f6e\u4e4b\u540e\uff0c\u5374\u662f\u600e\u4e48\u4e5f\u8dd1\u4e0d\u8d77\u6765\u3002<\/p>\n<pre class=\"brush: bash; gutter: true\">2012-07-30 18:01:22: (server.c.628) trying to read configuration (test mode)\r\n2012-07-30 18:01:22: (configfile.c.1278) a default document-root has to be set\r\n2012-07-30 18:01:22: (server.c.664) setting default values failed<\/pre>\n<p>\u7ea0\u7ed3\u4e2d\uff0c\u8bd5\u4e86\u4e0b\u6253\u5f00\u547d\u4ee4\u884c\uff0c\u628a\u5f53\u524d\u76ee\u5f55\u6362\u5230LightTPD.exe\u6240\u5728\u7684\u76ee\u5f55\uff0c\u518d\u6b21\u8fd0\u884cLightTPD.exe -f conf\/lighttpd.conf\u5c31Ok\u4e86\u3002\u4f30\u8ba1\u5373\u4f7f\u4e0d\u5728LightTPD.exe\u6240\u5728\u76ee\u5f55\uff0c-f\u540e\u9762\u4f20\u7edd\u5bf9\u76ee\u5f55\u4e5f\u5e94\u8be5\u662f\u53ef\u4ee5\u7684\u3002<\/p>\n<h1>4.php\u5f02\u5e38<\/h1>\n<p>\u7136\u540e\u6253\u5f00php\u5374\u51fa\u4e86\u83ab\u540d\u7684\u95ee\u9898\uff1a<a href=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/BB.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1167 ls_lazyimg\" title=\"BB\" src=\"https:\/\/static.rexdf.org\/plugins\/images-lazyload-and-slideshow\/blank_1x1.gif\" file=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/BB-1024x617.jpg\" alt=\"\" width=\"640\" height=\"385\" \/><noscript><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1167\" title=\"BB\" src=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/BB-1024x617.jpg\" alt=\"\" width=\"640\" height=\"385\" srcset=\"https:\/\/static.rexdf.org\/uploads\/2012\/07\/BB-1024x617.jpg 1024w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/BB-300x180.jpg 300w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/BB.jpg 1062w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/noscript><\/a><\/p>\n<pre class=\"brush: bash; gutter: true\">Warning: PHP Startup: Unable to load dynamic library &#039;D:\/Users\/Rexdf\/php545\/ext\\php_interbase.dll&#039; - The specified module could not be found. in Unknown on line 0\r\n\r\nWarning: PHP Startup: Unable to load dynamic library &#039;D:\/Users\/Rexdf\/php545\/ext\\php_zip.dll&#039; - The specified module could not be found. in Unknown on line 0\r\n X-Powered-By: PHP\/5.4.5 Content-Type: text\/html; charset=utf-8<\/pre>\n<p>&nbsp;<\/p>\n<p>\u7f51\u4e0a\u8bf4\u201c<\/p>\n<p>\u89e3\u51b3\u7684\u529e\u6cd5\u6709\u4e24\u4e2a\uff1a 1 \u5c06\u8fd9\u4e9b\u4f9d\u8d56\u7684dll\u62f7\u8d1d\u5230\uff05windir\uff05\/system32\u4e0b 2 \u6216\u8005\u5c06PHP5\u7684\u5b89\u88c5\u76ee\u5f55\u6dfb\u52a0\u5230%PATH%\u4e2d\u3002 \u65e0\u8bba\u90a3\u4e2a\u90fd\u53ef\u4ee5\u5f88\u597d\u5730\u8fbe\u5230\u6211\u4eec\u5730\u76ee\u7684\u3002 \u591f\u7b80\u5355\u7684\uff0c\u4f46\u662f\u6709\u65f6\u5019\u8fd8\u5c31\u60f3\u4e0d\u5230\u54ea\u513f\u53bb\u3002 \u5230\u5e95\u54ea\u4e9b\u6269\u5c55\u4f9d\u8d56\u54ea\u4e9bdll\u5462\uff1f\u4ee5\u4e0b\u5217\u8868\u53ef\u4ee5\u5e2e\u52a9\u6211\u4eec\u56de\u7b54\u8fd9\u4e2a\u95ee\u9898\uff1a<\/p>\n<pre class=\"brush: bash; gutter: true\">php_curl.dll CURL, Client URL library functions Requires: libeay32.dll, ssleay32.dll (bundled)\r\nphp_domxml.dll DOM XML functions PHP &lt;= 4.2.0 requires: libxml2.dll\r\n(bundled) PHP &gt;= 4.3.0 requires: iconv.dll (bundled)\r\nphp_fdf.dll FDF: Forms Data Format functions. Requires: fdftk.dll\r\ngnu_gettext.dll (bundled), PHP &gt;= 4.2.3 requires libintl-1.dll,\r\nphp_iconv.dll ICONV characterset conversion Requires: iconv-1.3.dll\r\nphp_ingres.dll Ingres II functions Requires: Ingres II libraries\r\nphp_interbase.dll InterBase functions Requires: gds32.dll (bundled)\r\nphp_java.dll Java functions PHP &lt;= 4.0.6 requires: jvm.dll (bundled)\r\nphp_ldap.dll LDAP functions PHP &lt;= 4.2.0 requires libsasl.dll(bundled),\r\nPHP &gt;= 4.3.0 requires libeay32.dll,ssleay32.dll (bundled)\r\nphp_mcrypt.dll Mcrypt Encryption functions Requires: libmcrypt.dll\r\nphp_mhash.dll Mhash functions PHP &gt;= 4.3.0 requires: libmhash.dll (bundled)\r\nphp_mcrypt.dll Mcrypt Encryption functions Requires: libmcrypt.dll\r\nphp_mhash.dll Mhash functions PHP &gt;= 4.3.0 requires: libmhash.dll (bundled)\r\nphp_msql.dll mSQL functions Requires: msql.dll (bundled)\r\nphp_mssql.dll MSSQL functions Requires: ntwdblib.dll (bundled)\r\nphp_mysql.dll MySQL functions PHP &gt;= 5.0.0, requires libmysql.dll (bundled)\r\nphp_mysqli.dll MySQLi functions PHP &gt;= 5.0.0, requires libmysqli.dll (bundled)\r\nphp_oci8.dll Oracle 8 functions Requires: Oracle 8.1+ client libraries\r\nphp_openssl.dll OpenSSL functions Requires: libeay32.dll (bundled)\r\nphp_oracle.dll Oracle functions Requires: Oracle 7 client libraries\r\nphp_sybase_ct.dll Sybase functions Requires: Sybase client libraries\r\nphp_xmlrpc.dll XML-RPC functions PHP &gt;= 4.2.1 requires: iconv.dll (bundled)\r\nphp_xslt.dll XSLT functions PHP &lt;= 4.2.0 requires sablot.dll, expat.dll (bundled).\r\nPHP &gt;= 4.2.1 requires sablot.dll, expat.dll, iconv.dll (bundled).<\/pre>\n<p>\u201d<\/p>\n<p>\u6211\u53ea\u662f\u8bd5\u4e86\u4e0b\u7b2c\u4e8c\u79cd\u65b9\u6cd5\uff0c\u65e0\u679c\u3002\u5305\u62ec\u5173\u95ed\u4e86\u547d\u4ee4\u884c\uff0c\u91cd\u65b0\u542f\u52a8Lighttpd\u3002<\/p>\n<h1>5.\u672c\u5730\u7684\u6d77\u76d7\u6e7eOK\u4e86<\/h1>\n<p>\u65e0\u5948\uff0c\u76f4\u63a5\u5728php.ini\u6ce8\u91ca\u6389\u4e86extension=php_zip.dll\u548cextension=php_interbase.dll,\u7136\u540e\u81ea\u7136\u5c31OK\u4e86\uff0c\u5f53\u7136\u4e3b\u8981\u539f\u56e0\u662f\u6211\u6ca1\u627e\u5230gds32.dll \u548cphp_zip.dll\u4f9d\u8d56\u6587\u4ef6\u3002\u4e0d\u7136\u53ef\u4ee5\u5c1d\u8bd5Regsvr32\u8bd5\u8bd5\u3002\u4e0b\u9762\u662f\u6700\u540e\u622a\u56fe\uff1a<\/p>\n<p><a href=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C1.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1168 ls_lazyimg\" title=\"C1\" src=\"https:\/\/static.rexdf.org\/plugins\/images-lazyload-and-slideshow\/blank_1x1.gif\" file=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C1.jpg\" alt=\"\" width=\"710\" height=\"343\" \/><noscript><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1168\" title=\"C1\" src=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C1.jpg\" alt=\"\" width=\"710\" height=\"343\" srcset=\"https:\/\/static.rexdf.org\/uploads\/2012\/07\/C1.jpg 710w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/C1-300x144.jpg 300w\" sizes=\"auto, (max-width: 710px) 100vw, 710px\" \/><\/noscript><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C2.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1169 ls_lazyimg\" title=\"C2\" src=\"https:\/\/static.rexdf.org\/plugins\/images-lazyload-and-slideshow\/blank_1x1.gif\" file=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C2-1024x490.jpg\" alt=\"\" width=\"640\" height=\"306\" \/><noscript><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1169\" title=\"C2\" src=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C2-1024x490.jpg\" alt=\"\" width=\"640\" height=\"306\" srcset=\"https:\/\/static.rexdf.org\/uploads\/2012\/07\/C2-1024x490.jpg 1024w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/C2-300x143.jpg 300w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/C2.jpg 1237w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/noscript><\/a><a href=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C3.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1170 ls_lazyimg\" title=\"C3\" src=\"https:\/\/static.rexdf.org\/plugins\/images-lazyload-and-slideshow\/blank_1x1.gif\" file=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C3-1024x382.jpg\" alt=\"\" width=\"640\" height=\"238\" \/><noscript><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1170\" title=\"C3\" src=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C3-1024x382.jpg\" alt=\"\" width=\"640\" height=\"238\" srcset=\"https:\/\/static.rexdf.org\/uploads\/2012\/07\/C3-1024x382.jpg 1024w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/C3-300x112.jpg 300w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/C3.jpg 1078w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/noscript><\/a><a href=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C4.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1171 ls_lazyimg\" title=\"C4\" src=\"https:\/\/static.rexdf.org\/plugins\/images-lazyload-and-slideshow\/blank_1x1.gif\" file=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C4.jpg\" alt=\"\" width=\"932\" height=\"489\" \/><noscript><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1171\" title=\"C4\" src=\"https:\/\/blog.rexdf.org\/wp-content\/uploads\/2012\/07\/C4.jpg\" alt=\"\" width=\"932\" height=\"489\" srcset=\"https:\/\/static.rexdf.org\/uploads\/2012\/07\/C4.jpg 932w, https:\/\/static.rexdf.org\/uploads\/2012\/07\/C4-300x157.jpg 300w\" sizes=\"auto, (max-width: 932px) 100vw, 932px\" \/><\/noscript><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6628\u665a\u6ca1\u6709\u5237\u9898\uff0c\u65e9\u4e0a8\u70b9\u5c31\u9192\u4e86\uff0c\u6ca1\u4e8b\u505a\u3002\u4fbf\u6298\u817e\u4e86\u4e00\u4e0b\u7f51\u7ad9\u3002 \u56e0\u4e3a\u542c\u8bf4**Cloud &hellip; <a href=\"https:\/\/blog.rexdf.org\/ja\/2012\/07\/%e6%8a%98%e8%85%be%e6%97%a5%e8%ae%b0\/\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[19],"tags":[100],"class_list":["post-1165","post","type-post","status-publish","format-standard","hentry","category-site-build","tag-lighttpd"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/posts\/1165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/comments?post=1165"}],"version-history":[{"count":0,"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/posts\/1165\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/media?parent=1165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/categories?post=1165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.rexdf.org\/ja\/wp-json\/wp\/v2\/tags?post=1165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}