summarylogtreecommitdiffstats
path: root/modules.conf.in
blob: 798cb30f6723a8092a2ccae2103cdf7e9c7703a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
@@LoadModule@@