.CGI 文件扩展名
Common Gateway Interface Script
| 开发者 | 不适用 |
| 受欢迎程度 |
3.8 | 57 票 |
什么是 CGI 文件?
A CGI file is a Common Gateway Interface (CGI) script executed by a web server to create dynamic pages. It is typically written in Perl or C programming languages. CGI scripts are often stored in the "cgi-bin" folder within a website directory on a web server and can only be edited if they are not pre-compiled.
更多信息
CGI scripts are often used for running basic web scripts. Examples include sending email messages from a web form (also called "formmail") and rotating advertisements within a website.