How to Install and Uninstall libapache2-mod-scgi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libapache2-mod-scgi" package

This is a short guide on how to install libapache2-mod-scgi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache2-mod-scgi

2. Uninstall "libapache2-mod-scgi" package

Learn how to uninstall libapache2-mod-scgi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache2-mod-scgi $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-scgi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache2-mod-scgi
Priority: optional
Section: universe/web
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Neil Schemenauer
Architecture: amd64
Source: scgi
Version: 1.13-1.1build1
Depends: libc6 (>= 2.14), apache2-api-20120211
Filename: pool/universe/s/scgi/libapache2-mod-scgi_1.13-1.1build1_amd64.deb
Size: 12020
MD5sum: 577650ee21d7170198df526dabd67af4
SHA1: f38e482a771e3026e78a327abfe2705b8dc1bfbf
SHA256: 77bb5b31f049f7d2f27b535589cb7e71f0e07f3a50e1affe9cb1406d8d435de3
Description-en: Apache module implementing the SCGI protocol
The SCGI protocol is a replacement for the Common Gateway
Interface (CGI) protocol. It is a proposed standard for
applications to interface with HTTP servers. It is similar to
FastCGI but is designed to be easier to implement.
.
This package is an Apache module implementing the client side of
the protocol.
Description-md5: e176dca91d023a2f2f2711c7216d6a6f
Homepage: http://python.ca/scgi/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu