Edit History Actions Discussion

Diff for "CGI"

Differences between revisions 2 and 3
Revision 2 as of 2010-09-11 11:09:07
Size: 315
Editor: independence
Comment:
Revision 3 as of 2011-01-16 18:04:35
Size: 638
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
CGI is enabled for [[Info/Supporter|supporter]] accounts only. CGI scripts are executed via mod_fcgid and suEXEC. This allows for good performance while at the same time maintaining a high level of security. Scripts has to be modified to run with fcgi, or they have to be executed via a wrapper script. Common Gateway Interface (CGI) is used to generate dynamic webpages by calling external scripts to generate the actual webpage. Perl, Ruby and Python are common languages to use for CGI scripts.

CGI is enabled on
[[Info/Supporter|Supporter accounts]] only. CGI scripts are executed via mod_fcgid and suEXEC. This allows for good performance while at the same time maintaining a high level of security. Scripts has to be modified to run with fcgi, or they have to be executed via a wrapper script. Normal CGI scripts will not work without some modifications.

== See also ==
 * [[Info/Webhosting|Webhosting]]
 * [[PHP]]

CGI

Common Gateway Interface (CGI) is used to generate dynamic webpages by calling external scripts to generate the actual webpage. Perl, Ruby and Python are common languages to use for CGI scripts.

CGI is enabled on Supporter accounts only. CGI scripts are executed via mod_fcgid and suEXEC. This allows for good performance while at the same time maintaining a high level of security. Scripts has to be modified to run with fcgi, or they have to be executed via a wrapper script. Normal CGI scripts will not work without some modifications.

See also