|
|
|
@ -70,57 +70,57 @@ server.modules = (
|
|
|
|
|
##
|
|
|
|
|
## mod_expire
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/expire.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/expire.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_deflate
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/deflate.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/deflate.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_magnet
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/magnet.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/magnet.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_geoip
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/geoip.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/geoip.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_ssi
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/ssi.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/ssi.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_status
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/status.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/status.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_webdav
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/webdav.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/webdav.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_userdir
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/userdir.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/userdir.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_cml
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/cml.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/cml.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_rrdtool
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/rrdtool.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/rrdtool.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_secdownload
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/secdownload.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/secdownload.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
#######################################################################
|
|
|
|
@ -133,22 +133,22 @@ server.modules = (
|
|
|
|
|
##
|
|
|
|
|
## mod_proxy
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/proxy.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/proxy.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## SCGI (mod_scgi)
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/scgi.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/scgi.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## FastCGI (mod_fastcgi)
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/fastcgi.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/fastcgi.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## plain old CGI (mod_cgi)
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/cgi.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/cgi.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
#######################################################################
|
|
|
|
@ -170,17 +170,17 @@ server.modules = (
|
|
|
|
|
##
|
|
|
|
|
## mod_evhost
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/evhost.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/evhost.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_simple_vhost
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/simple_vhost.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/simple_vhost.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
## mod_mysql_vhost
|
|
|
|
|
##
|
|
|
|
|
#include "conf.d/mysql_vhost.conf"
|
|
|
|
|
#include conf_dir + "/conf.d/mysql_vhost.conf"
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
#######################################################################
|
|
|
|
|