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服务器中。
One-line include in Perl CGI, Python CGI and PHP scripts automatically handles ETag generation and validation, Content-Length generation and gzip Content-Encoding —correctly.
用于CGI模式运行的Perl/Python/PHP脚本,自动处理ETag生成/校验,Content-Length生成和内容压缩。正确地。
The PHP 4.3.9 installer package only supports CGI which makes your Web server subject to security problems and attacks.
PHP4.3.9 安装程序包仅支持CGI,而 CGI使得您的Web 浏览器易受安全性问题的影响并易受到攻击。
When a PHP script is the target action of an HTML element, CGI parameters are automatically converted into members of the $_GET[] or $_POST[] superglobal arrays available within the PHP script.
当PHP脚本是某个 HTML元素的目标动作时,CGI参数就自动转换成可在 PHP 脚本内使用的 $_GET[]或 $_POST[] superglobal 数组的成员。
PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies.
PHP主要用于服务端的编脚本,可以起到CGI程序的作用,比如:收集表格数据,产生动态页面内容,或者收发点心。
You need three things to make this work. The PHP parser (CGI or server module), a web server and a web browser.
要做此事,需要三件东西:PHP解析器(CGI或者服务器数据包),网页服务器,网页浏览器。
The tricky thing is that because the php. ini file is only used by the php. cgi, we only needed to make sure the php. cgi process had access.
不过在某些情况下,你可能需要查看这些隐藏文件,因此你就需要对这些文件的权限进行修改。
The tricky thing is that because the php. ini file is only used by the php. cgi, we only needed to make sure the php. cgi process had access.
不过在某些情况下,你可能需要查看这些隐藏文件,因此你就需要对这些文件的权限进行修改。
应用推荐