How to Install and Uninstall apache2-mod_scgi Package on openSUSE Leap

Last updated: May 20,2024

1. Install "apache2-mod_scgi" package

This is a short guide on how to install apache2-mod_scgi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install apache2-mod_scgi

2. Uninstall "apache2-mod_scgi" package

Learn how to uninstall apache2-mod_scgi on openSUSE Leap:

$ sudo zypper remove apache2-mod_scgi

3. Information about the apache2-mod_scgi package on openSUSE Leap

Information for package apache2-mod_scgi:
-----------------------------------------
Repository : Main Repository
Name : apache2-mod_scgi
Version : 1.14-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 46,3 KiB
Installed : No
Status : not installed
Source package : python-scgi-1.14-bp153.1.14.src
Summary : Apache module named mod_scgi that implements the client side of the protocol
Description :
The SCGI protocol is a replacement for the Common Gateway Interface
(CGI) protocol. It is a standard for applications to interface with
HTTP servers. It is similar to FastCGI but is designed to be easier to
implement.
This package contains the apache2 module.
To load mod_python into Apache, run the command "a2enmod scgi" as root.