mod_fastcgi is long abandoned and was not a part of the httpd project. A derivative work mod_fcgid is maintained (lethargicly) by the project as a separate download ... https://httpd.apache.org/mod_fcgid/ and a new *core* module was introduced, mod_proxy_fcgi that is part of the standard distribution and is more helpful to some users, since it follows the proxy semantics. See https://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html
On Fri, Jul 19, 2019, 03:09 Raani Palle, Nunda <[email protected]> wrote: > Team, > > I am upgrading apache version from 2.0 – 32 bit to 2.4 – 64 bit on Linux. > > > > I am not able to convert the httpd.conf file to newer version. > > Please help. > > Especially I m finding difficulty in migration the variable ‘FastCgiServer’ > > > > Httpd.conf in 2.0 version > > > > <IfModule mod_fastcgi.c> > > AddHandler fastcgi-script .fcgi > > > > # Launch the FastCGI processes > > FastCgiIpcDir /tmp > > FastCgiServer /datlib/advantage/pc/envs/fo_b2_a/manager/bin/ > pcwww_fastcgi.pl -idle-timeout 300 -processes 3 -initial-env > LD_LIBRARY_PATH > > > > <VirtualHost *> > > DocumentRoot > /datlib/advantage/pc/envs/fo_b2_a/manager/../pc/catalyst/htdocs/ > > ScriptAlias /fo_b2_a /datlib/advantage/pc/envs/fo_b2_a/manager/bin/ > pcwww_fastcgi.pl/ > > </VirtualHost> > > > > </IfModule> > > > > > > Thanks > > Nunda. > > > ------------------------------ > This message w/attachments (message) is intended solely for the use of the > intended recipient(s) and may contain information that is privileged, > confidential or proprietary. If you are not an intended recipient, please > notify the sender, and then please delete and destroy all copies and > attachments, and be advised that any review or dissemination of, or the > taking of any action in reliance on, the information contained in or > attached to this message is prohibited. > Unless specifically indicated, this message is not an offer to sell or a > solicitation of any investment products or other financial product or > service, an official confirmation of any transaction, or an official > statement of Sender. Subject to applicable law, Sender may intercept, > monitor, review and retain e-communications (EC) traveling through its > networks/systems and may produce any such EC to regulators, law > enforcement, in litigation and as required by law. > The laws of the country of each sender/recipient may impact the handling > of EC, and EC may be archived, supervised and produced in countries other > than the country in which you are located. This message cannot be > guaranteed to be secure or free of errors or viruses. Attachments that are > part of this EC may have additional important disclosures and disclaimers, > which you should read. By messaging with Sender you consent to the > foregoing. >
