Hi all,
I am trying to run a fast CGI program on apache using fcgistarter. I am running the following command-
./fcgistarter -c <path of my fast CGI application> -p 1122 -N 1
However no process has started on this port. Is there any way of checking if this is working properly?
Thanks
Ananya