blob: 4a5c9b06e86350e289b6e5c8311c49433b68dfef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
dnl modules enabled in this directory by default
APACHE_MODPATH_INIT(http)
http_objects="http_core.lo http_protocol.lo http_request.lo"
APACHE_MODULE(core, HTTP protocol handling, $http_objects, , yes)
APACHE_MODULE(mime, mapping of file-extension to MIME, , , yes)
APACHE_MODPATH_FINISH
|