Re: [users@httpd] How to use fcgistarter in apache

2018-08-09 Thread Eric Covener
On Thu, Aug 9, 2018 at 8:46 AM Hemant Chaudhary wrote: > > Okay then how should I start any program using fastcgi starter. Any fastcgi program? Exactly the way the manual says. We use it in tests to start a small C-based fcgi program and it works fine.

Re: [users@httpd] How to use fcgistarter in apache

2018-08-09 Thread Hemant Chaudhary
Okay then how should I start any program using fastcgi starter. Anybody using it ? On Aug 9, 2018 6:08 PM, "Eric Covener" wrote: > On Thu, Aug 9, 2018 at 8:07 AM Hemant Chaudhary > wrote: > > > > Hi All, > > > > I tried to run my perl on port 8070 and proxy my request to port using > mod_proxy

Re: [users@httpd] How to use fcgistarter in apache

2018-08-09 Thread Eric Covener
On Thu, Aug 9, 2018 at 8:07 AM Hemant Chaudhary 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. > >

[users@httpd] How to use fcgistarter in apache

2018-08-09 Thread Hemant Chaudhary
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 som