You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ananya Dey <an...@gmail.com> on 2018/11/27 10:23:53 UTC

[users@httpd] FCGI STARTER

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