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