123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- server.modules = (
- "mod_access",
- "mod_alias",
- "mod_compress",
- # "mod_auth",
- # "mod_evasive",
- "mod_redirect",
- # "mod_rewrite",
- # "mod_setenv",
- # "mod_usertrack",
- "mod_openssl",
- )
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #include "conf.d/ssi.conf"
- #
- #
- #
- #include "conf.d/status.conf"
- #
- #
- #
- #include "conf.d/webdav.conf"
- #
- #
- #
- #include "conf.d/compress.conf"
- #
- #
- #
- #include "conf.d/userdir.conf"
- #
- #
- #
- #include "conf.d/magnet.conf"
- #
- #
- #
- #include "conf.d/cml.conf"
- #
- #
- #
- #include "conf.d/rrdtool.conf"
- #
- #
- #
- #include "conf.d/proxy.conf"
- #
- #
- #
- #include "conf.d/expire.conf"
- #
- #
- #
- #include "conf.d/secdownload.conf"
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #include "conf.d/scgi.conf"
- #
- #
- #
- include "conf.d/fastcgi.conf"
- #
- #
- #
- #include "conf.d/cgi.conf"
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #include "conf.d/evhost.conf"
- #
- #
- #
- #include "conf.d/simple_vhost.conf"
- #
- #
- #
- #include "conf.d/mysql_vhost.conf"
- #
- #
|