/etc/apache2/mods-available/ldap.conf - Debian GNU/Linux 11 (bullseye)

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

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

    <Location /ldap-status>
	SetHandler ldap-status
	Require local
</Location>

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

    
  

Config Details

Location
/etc/apache2/mods-available/ldap.conf
Operating system
Debian GNU/Linux 11 (bullseye)
Length
6 lines
MD5 checksum
344968a263507c1991a160427e51ed9c

Usage

Download the raw file with wget or curl

Wget

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

cURL

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