No it is not possible to run html from cgi-bin.
All scripts in cgi-bin will be processed by mod_cgi's cgi-script handler.
Generally you kept all server side script in cgi-bin and execute them from other html file. Other option is to generate html code from script itself
|