linux - Nginx cgi run a bash script -


i'm trying add feature web dashboard user open link https://www.dummy.com/crashreport nginx run bash script wrote collects kinds of logs , system files necessary zip whole thing , initiate download in browser. read fcgiwrap , how can execute scripts , show output in browser i'm not sure though if it's able achieve want. did similar or can suggest better way ?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -