gnuCOBOL HTML output using Apache CGI
Run COBOL using Apache Server
COBOL compiled to an EXE in windows can be placed in Apache cgi-bin folder or any other folder where ExecCGI is enabled
Enable CGI module in Apache
LoadModule cgi_module modules/mod_cgi.so
Write COBOL code "gnucobolcgi.cob"