Hello,
I have a binary script, written on C.
It reads input from stdin and writes output to
stdout. I’ve uploaded it to my host and set attrinutes to 755.
Now I want to call my script using URL:
http://mydomain.com/script?prm1=x&prm2=y
But instead of executing the script browser just show me contents of the script file.
How to solve this problem?