docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.4Administrator ManualScripting
Copyright © 2006, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

CGI
Fast CGI
SSI
Java servlets
Roxen modules
Pike scripts
Pike tag
Perl support

Fast CGI

Fast CGI is a more efficient way of doing things than regular CGI scripts. Fast CGI works by launching an external process which keeps running once started, processing one request after another, instead of having a new process started for each request.

Roxen's FastCGI support is handled through the Fast CGI scripting support module.

As with CGI scripts, there are security hazards involved with running Fast CGI scripts. They are most commonly caused by the low quality of existing Fast CGI scripts.