# This file will be installed into XXX_EPREFIX_XXX/etc/apache2 when you first emerge # Apache2. If/when you upgrade, it will be consulted for your options, # thus preserving your previous configuration. The default configuration # in files/ is used if the one in XXX_EPREFIX_XXX/etc/apache2 isn't available. # # The syntax in this file has recently changed. To build a static module, put # 'static' next to it. To build a DSO module, put 'shared' next to it. To # disable a module (i.e. not built at all), put 'disabled' next to it. # # Examples: # mod_authz_host shared ( this would build a DSO ) # mod_actions static ( this would get compiled statically ) # mod_alias disabled ( this module would not be built at all ) # # Also new with 2.2, any shared modules defined in this file will have # LoadModule lines placed in the configuration for them. # # WARNING: Edit this file at your own risk! Some modules depend on other # modules being enabled as well - make sure you have everything satisfied, or # your apache may not compile or work correctly. VERSION: 2.2 mod_actions shared mod_alias shared mod_asis disabled mod_auth_basic shared mod_auth_digest shared mod_authn_alias disabled mod_authn_anon shared mod_authn_dbd shared mod_authn_dbm shared mod_authn_default shared mod_authn_file shared #mod_authnz_ldap disabled # enable via USE-flag mod_authz_dbm shared mod_authz_default shared mod_authz_groupfile shared mod_authz_host shared mod_authz_owner shared mod_authz_user shared mod_autoindex shared mod_cache shared mod_cern_meta disabled mod_cgi shared mod_cgid shared mod_charset_lite disabled mod_dav shared mod_dav_fs shared mod_dav_lock shared mod_dbd shared mod_deflate shared mod_dir shared mod_disk_cache shared mod_dumpio disabled mod_echo disabled mod_env shared mod_example disabled mod_expires shared mod_ext_filter shared mod_file_cache shared mod_filter shared mod_headers shared mod_ident shared mod_imagemap shared mod_include shared mod_info shared #mod_ldap disabled # enable via USE-flag mod_log_config shared mod_log_forensic disabled mod_logio shared mod_mem_cache shared mod_mime shared mod_mime_magic shared mod_negotiation shared mod_proxy shared mod_proxy_ajp shared mod_proxy_balancer shared mod_proxy_connect shared mod_proxy_ftp disabled mod_proxy_http shared mod_rewrite shared mod_setenvif shared mod_so static mod_speling shared #mod_ssl disabled # enable via USE-flag mod_status shared #mod_suexec disabled # disable via USE-flag mod_unique_id shared mod_userdir shared mod_usertrack shared mod_version disabled mod_vhost_alias shared # vim: ts=4