Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Blinkenshell SSHd listen port?

Edit History Actions Discussion

CGI

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