# server as "/usr/local//var/log/foo.log".
#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path. If you point
# ServerRoot at a non-local disk, be sure to point the LockFile directive
# at a local disk. If you wish to share the same ServerRoot for multiple
# httpd daemons, you will need to change at least LockFile and PidFile.
#
ServerRoot "/usr/local"
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 1982
#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule authn_file_module libexec/apache21/mod_authn_file.so
LoadModule authn_dbm_module libexec/apache21/mod_authn_dbm.so
LoadModule authn_anon_module libexec/apache21/mod_authn_anon.so
LoadModule authn_default_module libexec/apache21/mod_authn_default.so
LoadModule authz_host_module libexec/apache21/mod_authz_host.so
LoadModule authz_groupfile_module libexec/apache21/mod_authz_groupfile.so
LoadModule authz_user_module libexec/apache21/mod_authz_user.so
LoadModule authz_dbm_module libexec/apache21/mod_authz_dbm.so
LoadModule authz_owner_module libexec/apache21/mod_authz_owner.so
LoadModule authz_default_module libexec/apache21/mod_authz_default.so
LoadModule auth_basic_module libexec/apache21/mod_auth_basic.so
LoadModule auth_digest_module libexec/apache21/mod_auth_digest.so
LoadModule file_cache_module libexec/apache21/mod_file_cache.so
LoadModule cache_module libexec/apache21/mod_cache.so
LoadModule disk_cache_module libexec/apache21/mod_disk_cache.so
LoadModule include_module libexec/apache21/mod_include.so
LoadModule filter_module libexec/apache21/mod_filter.so
LoadModule charset_lite_module libexec/apache21/mod_charset_lite.so
LoadModule deflate_module libexec/apache21/mod_deflate.so
LoadModule log_config_module libexec/apache21/mod_log_config.so
LoadModule logio_module libexec/apache21/mod_logio.so
LoadModule env_module libexec/apache21/mod_env.so
LoadModule mime_magic_module libexec/apache21/mod_mime_magic.so
LoadModule cern_meta_module libexec/apache21/mod_cern_meta.so
LoadModule expires_module libexec/apache21/mod_expires.so
会员注册
会员登录
个人空间