Hi All, I tried to run my perl on port 8070 and proxy my request to port using mod_proxy_fcgi.
I am using the following command ./fcgistarter -c /usr/bin/perl -p 8070 But none of the process gets started on port 8070. Please help how to use fcgistarter, so that I can start python or perl on some port and proxy request to it. Thanks Hemant