/etc/apache2/mods-available/cgid.conf - Debian GNU/Linux 10 (buster)

This is the default example configuration of cgid.conf provided by Apache. This config file was generated by Apache running on Debian 10.

It is located under: /etc/apache2/mods-available/cgid.conf

    # Socket for cgid communication
ScriptSock ${APACHE_RUN_DIR}/cgisock

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

    
  

Config Details

Location
/etc/apache2/mods-available/cgid.conf
Operating system
Debian GNU/Linux 10 (buster)
Length
4 lines
MD5 checksum
e8a2836392051bde889cf9c137058273

Usage

Download the raw file with wget or curl

Wget

wget -O cgid.conf.example http://exampleconfig.com/static/raw/apache/debian10/etc/apache2/mods-available/cgid.conf

cURL

curl http://exampleconfig.com/static/raw/apache/debian10/etc/apache2/mods-available/cgid.conf > cgid.conf.example