How to Install and Uninstall mod_fcgid.x86_64 Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "mod_fcgid.x86_64" package

Please follow the steps below to install mod_fcgid.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install mod_fcgid.x86_64

2. Uninstall "mod_fcgid.x86_64" package

Please follow the guidance below to uninstall mod_fcgid.x86_64 on Amazon Linux 2:

$ sudo yum remove mod_fcgid.x86_64 $ sudo yum autoremove

3. Information about the mod_fcgid.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : mod_fcgid
Arch : x86_64
Version : 2.3.9
Release : 6.amzn2
Size : 80 k
Repo : amzn2-core/2/x86_64
Summary : FastCGI interface module for Apache 2
URL : http://httpd.apache.org/mod_fcgid/
License : ASL 2.0
Description : mod_fcgid is a binary-compatible alternative to the Apache module
: mod_fastcgi. mod_fcgid has a new process management strategy,
: which concentrates on reducing the number of fastcgi servers, and
: kicking out corrupt fastcgi servers as soon as possible.