Run an .exe file on apache?
问题 I'm trying to run a cgi executable file through a html form as in this code: <html> <head> <title>CGI Form</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> </head> <body> <form action="C:\WWW\cgi-bin\y.exe" method="get"> <input type="text" name="string1" /> <input type="text" name="string2" /> <input type="text" name="string3" /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> And here it is the cgi code compiled as y.exe and saved in