AWS fixes and js google analytics
[busui.git] / aws / modules.conf
blob:a/aws/modules.conf -> blob:b/aws/modules.conf
####################################################################### #######################################################################
## ##
## Modules to load ## Modules to load
## ----------------- ## -----------------
## ##
## at least mod_access and mod_accesslog should be loaded ## at least mod_access and mod_accesslog should be loaded
## all other module should only be loaded if really neccesary ## all other module should only be loaded if really neccesary
## ##
## - saves some time ## - saves some time
## - saves memory ## - saves memory
## ##
## the default module set contains: ## the default module set contains:
## ##
## "mod_indexfile", "mod_dirlisting", "mod_staticfile" ## "mod_indexfile", "mod_dirlisting", "mod_staticfile"
## ##
## you dont have to include those modules in your list ## you dont have to include those modules in your list
## ##
## Modules, which are pulled in via conf.d/*.conf ## Modules, which are pulled in via conf.d/*.conf
## ##
## NOTE: the order of modules is important. ## NOTE: the order of modules is important.
## ##
## - mod_accesslog -> conf.d/access_log.conf ## - mod_accesslog -> conf.d/access_log.conf
## - mod_compress -> conf.d/compress.conf ## - mod_compress -> conf.d/compress.conf
## - mod_status -> conf.d/status.conf ## - mod_status -> conf.d/status.conf
## - mod_webdav -> conf.d/webdav.conf ## - mod_webdav -> conf.d/webdav.conf
## - mod_cml -> conf.d/cml.conf ## - mod_cml -> conf.d/cml.conf
## - mod_evhost -> conf.d/evhost.conf ## - mod_evhost -> conf.d/evhost.conf
## - mod_simple_vhost -> conf.d/simple_vhost.conf ## - mod_simple_vhost -> conf.d/simple_vhost.conf
## - mod_mysql_vhost -> conf.d/mysql_vhost.conf ## - mod_mysql_vhost -> conf.d/mysql_vhost.conf
## - mod_trigger_b4_dl -> conf.d/trigger_b4_dl.conf ## - mod_trigger_b4_dl -> conf.d/trigger_b4_dl.conf
## - mod_userdir -> conf.d/userdir.conf ## - mod_userdir -> conf.d/userdir.conf
## - mod_rrdtool -> conf.d/rrdtool.conf ## - mod_rrdtool -> conf.d/rrdtool.conf
## - mod_ssi -> conf.d/ssi.conf ## - mod_ssi -> conf.d/ssi.conf
## - mod_cgi -> conf.d/cgi.conf ## - mod_cgi -> conf.d/cgi.conf
## - mod_scgi -> conf.d/scgi.conf ## - mod_scgi -> conf.d/scgi.conf
## - mod_fastcgi -> conf.d/fastcgi.conf ## - mod_fastcgi -> conf.d/fastcgi.conf
## - mod_proxy -> conf.d/proxy.conf ## - mod_proxy -> conf.d/proxy.conf
## - mod_secdownload -> conf.d/secdownload.conf ## - mod_secdownload -> conf.d/secdownload.conf
## - mod_expire -> conf.d/expire.conf ## - mod_expire -> conf.d/expire.conf
## ##
   
server.modules = ( server.modules = (
"mod_access", "mod_access",
# "mod_alias", # "mod_alias",
# "mod_auth", # "mod_auth",
# "mod_evasive", # "mod_evasive",
# "mod_redirect", # "mod_redirect",
# "mod_rewrite", # "mod_rewrite",
# "mod_setenv", # "mod_setenv",
# "mod_usertrack", # "mod_usertrack",
) )
   
## ##
####################################################################### #######################################################################
   
####################################################################### #######################################################################
## ##
## Config for various Modules ## Config for various Modules
## ##
   
## ##
## mod_ssi ## mod_ssi
## ##
#include "conf.d/ssi.conf" #include "conf.d/ssi.conf"
   
## ##
## mod_status ## mod_status
## ##
#include "conf.d/status.conf" #include "conf.d/status.conf"
   
## ##
## mod_webdav ## mod_webdav
## ##
#include "conf.d/webdav.conf" #include "conf.d/webdav.conf"
   
## ##
## mod_compress ## mod_compress
## ##
#include "conf.d/compress.conf" include "conf.d/compress.conf"
   
## ##
## mod_userdir ## mod_userdir
## ##
#include "conf.d/userdir.conf" #include "conf.d/userdir.conf"
   
## ##
## mod_magnet ## mod_magnet
## ##
#include "conf.d/magnet.conf" #include "conf.d/magnet.conf"
   
## ##
## mod_cml ## mod_cml
## ##
#include "conf.d/cml.conf" #include "conf.d/cml.conf"
   
## ##
## mod_rrdtool ## mod_rrdtool
## ##
#include "conf.d/rrdtool.conf" #include "conf.d/rrdtool.conf"
   
## ##
## mod_proxy ## mod_proxy
## ##
#include "conf.d/proxy.conf" #include "conf.d/proxy.conf"
   
## ##
## mod_expire ## mod_expire
## ##
#include "conf.d/expire.conf" include "conf.d/expire.conf"
   
## ##
## mod_secdownload ## mod_secdownload
## ##
#include "conf.d/secdownload.conf" #include "conf.d/secdownload.conf"
   
## ##
####################################################################### #######################################################################
   
####################################################################### #######################################################################
## ##
## CGI modules ## CGI modules
## ##
   
## ##
## SCGI (mod_scgi) ## SCGI (mod_scgi)
## ##
#include "conf.d/scgi.conf" #include "conf.d/scgi.conf"
   
## ##
## FastCGI (mod_fastcgi) ## FastCGI (mod_fastcgi)
## ##
include "conf.d/fastcgi.conf" include "conf.d/fastcgi.conf"
   
## ##
## plain old CGI (mod_cgi) ## plain old CGI (mod_cgi)
## ##
#include "conf.d/cgi.conf" #include "conf.d/cgi.conf"
   
## ##
####################################################################### #######################################################################
   
####################################################################### #######################################################################
## ##
## VHost Modules ## VHost Modules
## ##
## Only load ONE of them! ## Only load ONE of them!
## ======================== ## ========================
## ##
   
## ##
## You can use conditionals for vhosts aswell. ## You can use conditionals for vhosts aswell.
## ##
## see http://www.lighttpd.net/documentation/configuration.html ## see http://www.lighttpd.net/documentation/configuration.html
## ##
   
## ##
## mod_evhost ## mod_evhost
## ##
#include "conf.d/evhost.conf" #include "conf.d/evhost.conf"
   
## ##
## mod_simple_vhost ## mod_simple_vhost
## ##
#include "conf.d/simple_vhost.conf" #include "conf.d/simple_vhost.conf"
   
## ##
## mod_mysql_vhost ## mod_mysql_vhost
## ##
#include "conf.d/mysql_vhost.conf" #include "conf.d/mysql_vhost.conf"
   
## ##
####################################################################### #######################################################################