php – Jaydon

php

php生成静态html文件,主要用在某些并不需要实时更新,且访问量大的页面,比如说门户的首页。顾名思义,就是当首次访问时候,php生成一个静态html页面,同时该页面有一个“有效时间”,在有效时间内所有的访问都直接返回该html页面,而...

发布 0 条评论

最近看到nginx的error日志里总有这样的错误: 2016/07/15 17:17:42 [error] 27690#0: *1 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 96.126.103.244, server: www.lvji...

发布 0 条评论

www.mofashi.cc 这破站我看了一早上教程,教程名字叫php+mysql结合Ajax实现点赞功能完整实例。 一、页面中的HTML代码部分: <span>0</span> <button onclick="goodplus(1);">good+1<tton> <span>0<...

发布 0 条评论

nginx默认配置文件中对php的支持是这样的: #pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 #location ~ \.php$ { # root html; # html改成项目路径 # fastcgi_pass 127.0.0.1:9000; # fastcgi_index index.ph...

发布 0 条评论