I have added a cgi script in cgi-bin folder.
Now... How can I know if this cgi script is executing ?
I have added a cgi script in cgi-bin folder.
Now... How can I know if this cgi script is executing ?
Have the CGI script create a file. If the file exists, then you know it has been run.
Make a robot arm out of Lego Mindstorms, set it up so you can drive it from the server. Write a script that will make the arm dial you on a telephone, then have a speech synthesiser shout out "I AM RUNNING". Now all you need to do is make the CGI script trigger the robot arm whenever its running.
If you don't have this essential debugging gear, you could just make it write to a log file or something mundane.
Or just check your server logs.