LoadModule headers_module libexec/apache21/mod_headers.so
LoadModule usertrack_module libexec/apache21/mod_usertrack.so
LoadModule unique_id_module libexec/apache21/mod_unique_id.so
LoadModule setenvif_module libexec/apache21/mod_setenvif.so
LoadModule ssl_module libexec/apache21/mod_ssl.so
LoadModule mime_module libexec/apache21/mod_mime.so
LoadModule dav_module libexec/apache21/mod_dav.so
LoadModule status_module libexec/apache21/mod_status.so
LoadModule autoindex_module libexec/apache21/mod_autoindex.so
LoadModule asis_module libexec/apache21/mod_asis.so
LoadModule info_module libexec/apache21/mod_info.so
LoadModule cgi_module libexec/apache21/mod_cgi.so
LoadModule dav_fs_module libexec/apache21/mod_dav_fs.so
LoadModule vhost_alias_module libexec/apache21/mod_vhost_alias.so
LoadModule negotiation_module libexec/apache21/mod_negotiation.so
LoadModule dir_module libexec/apache21/mod_dir.so
LoadModule imagemap_module libexec/apache21/mod_imagemap.so
LoadModule actions_module libexec/apache21/mod_actions.so
LoadModule speling_module libexec/apache21/mod_speling.so
LoadModule userdir_module libexec/apache21/mod_userdir.so
LoadModule alias_module libexec/apache21/mod_alias.so
LoadModule rewrite_module libexec/apache21/mod_rewrite.so
<IfModule !mpm_winnt_module>
<IfModule !mpm_netware_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User www
Group www
</IfModule>
</IfModule>
# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#
#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin int.0x080@gmail.com
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName 192.168.1.8:1982
会员注册
会员登录
个人空间