Nothing in the request differentiates a static request from a dynamic request (sometimes, extensions like .php or .cgi give you a hint, but they can be misleading).
静态请求和动态请求之间实际上没什么差异(有时候 .php 或 .cgi 等扩展名可能意味着动态请求,但是它们可能引起误解)。
If you changed your Web site to use PHP instead of CGI scripts, you suddenly have different URIs but serve exactly the same content.
如果您将Web站点更改为使用PHP而不是cgi脚本,则您会拥有不同的URI,但它们服务的内容却完全相同。
You can add PHP as a Common Gateway Interface (CGI) engine to most Web servers.
可将PHP作为通用网关接口(Common Gateway Interface, CGI)引擎添加到绝大多数Web服务器中。
应用推荐