.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.