View Single Post

  #5 (permalink)  
Old 02-02-2005, 01:33 PM
vivek vivek is offline
Administrator
Site Admin
 
Join Date: Jan 1970
Posts: 43
Rep Power: 10
vivek has disabled reputation
Default

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
Reply With Quote