随笔分类 -  server

摘要:https://en.wikipedia.org/wiki/Gateway_(telecommunications) In telecommunications, the term gateway refers to a piece of networking hardware that has t 阅读全文
posted @ 2016-09-19 22:02 papering 阅读(364) 评论(0) 推荐(0)
摘要:wamp->php.ini ; This option forces PHP to fetch and use a cookie for storing and maintaining; the session id. We encourage this operation as it's very 阅读全文
posted @ 2016-09-06 00:57 papering 阅读(190) 评论(0) 推荐(0)
摘要:PHP Advanced and Object-Oriented Programming Larry Ullman Last-Modified 最后修改时间 Expires 过期时间 Pragma 编译提示 Cache-Control 缓存控制 如缓存系统发现Last-Modified的值比页面缓存 阅读全文
posted @ 2016-09-06 00:53 papering 阅读(1406) 评论(0) 推荐(0)
摘要:PHP Advanced and Object-Oriented Programming Larry Ullman 1 <Directory /> 2 AllowOverride None 3 </Directory> 4 #Depending on the installation and con 阅读全文
posted @ 2016-09-06 00:30 papering 阅读(528) 评论(0) 推荐(0)
摘要:PHP Advanced and Object-Oriented Programming Larry Ullman The standard solution in these situations is to use the Apache Web server’s mod_rewrite modu 阅读全文
posted @ 2016-09-05 23:17 papering 阅读(456) 评论(0) 推荐(0)
摘要:https://en.wikipedia.org/wiki/Common_Gateway_Interface In computing, Common Gateway Interface (CGI) offers a standard protocol for web servers to inte 阅读全文
posted @ 2016-08-23 11:45 papering 阅读(459) 评论(0) 推荐(0)
摘要:https://httpd.apache.org/docs/2.4/mod/core.html#serversignature ServerSignature Directive Description: Configures the footer on server-generated docum 阅读全文
posted @ 2016-08-15 13:11 papering 阅读(403) 评论(0) 推荐(0)
摘要:RewriteRule ^([0-9]{1,}).html$ html.php?w=$1 阅读全文
posted @ 2016-08-15 01:57 papering 阅读(157) 评论(0) 推荐(0)
摘要:PHP Advanced and Object-Oriented Programming Third Edition //Search Engine Optimization The modularized site as written has a number of benefits, star 阅读全文
posted @ 2016-08-13 12:12 papering 阅读(292) 评论(0) 推荐(0)