Appboard/2.4/admin/enabling cgi

Revision as of 05:51, 19 September 2013 by imported>Jason.nicholls


AppBoard runs on an Apache Tomcat server that can be configured to run CGI scripts.

Template-warning.png
Enabling CGI can introduce additional load on the AppBoard server and raises it's own security concerns. This document simply covers enabling CGI but thought should go into the issues mentioned.

Steps to Enable CGI

  1. Edit [INSTALL_HOME]/server/conf/web.xml
    1. uncomment the CGI servlet section, lines 333 through 347
    2. uncomment the CGI servlet-mapping section, lines 381 through 386
    3. save changes.
  2. Edit [INSTALL_HOME]/server/conf/context.xml
    1. add the parameter privileged="true" to the <Context ... > tag on line 19.
    2. save changes.
    3. create the directory [INSTALL_HOME]/server/webapps/enportal/WEB-INF/cgi
  3. Restart AppBoard.
Template-note.png
Changes to web.xml and context.xml are not archived by default. While it's possible to change the archive properties files and include these files they are considered systems files and may change release to release. In other words, on upgrade it must be verified the there are no changes to these files (beyond enabling CGI).

Additional Information

Enabling CGI with default options