-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-static.h
More file actions
31 lines (31 loc) · 769 Bytes
/
plugin-static.h
File metadata and controls
31 lines (31 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PLUGIN_INIT(mod_rewrite)
PLUGIN_INIT(mod_redirect)
PLUGIN_INIT(mod_access)
PLUGIN_INIT(mod_alias)
PLUGIN_INIT(mod_indexfile)
PLUGIN_INIT(mod_staticfile)
PLUGIN_INIT(mod_setenv)
PLUGIN_INIT(mod_expire)
PLUGIN_INIT(mod_simple_vhost)
PLUGIN_INIT(mod_evhost)
PLUGIN_INIT(mod_fastcgi)
PLUGIN_INIT(mod_scgi)
PLUGIN_INIT(mod_accesslog)
PLUGIN_INIT(mod_ajp13)
PLUGIN_INIT(mod_auth)
PLUGIN_INIT(mod_authn_file)
PLUGIN_INIT(mod_cgi)
PLUGIN_INIT(mod_deflate)
PLUGIN_INIT(mod_dirlisting)
PLUGIN_INIT(mod_extforward)
PLUGIN_INIT(mod_h2)
PLUGIN_INIT(mod_proxy)
PLUGIN_INIT(mod_rrdtool)
PLUGIN_INIT(mod_sockproxy)
PLUGIN_INIT(mod_ssi)
PLUGIN_INIT(mod_status)
PLUGIN_INIT(mod_userdir)
PLUGIN_INIT(mod_vhostdb)
PLUGIN_INIT(mod_webdav)
PLUGIN_INIT(mod_wstunnel)
PLUGIN_INIT(mod_mbedtls)