On Thu, Aug 9, 2018 at 8:07 AM Hemant Chaudhary <hemantdude.chaudh...@gmail.com> wrote: > > 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.
I think you have to pass it something that will actually use the FCGI protocol. perl with no arguments won't do anything relate to fastcgi. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org