Linux全攻略--Apache服务器配置与管理(一)
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-15
一、Apache的安装
![]()
# Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:[url]http://httpd.apache.org/docs-2.0/[/url]> for detailed information about # the directives. # # #这是Apache服务器主要配置文件. #它包含服务器的影响服务器运行的配置指令. #参见以取得关于这些指令的详细信息 # # Do NOT simply read the instructions in here without understanding # what they do. They''re here only as hints or reminders. If you are unsure # consult the online docs. You have been warned. # #不要只是简单的阅读这些指令信息而不去理解它. #这里只是做了简单的说明,如果你没有参考在线文件,你就会被警告. # # The configuration directives are grouped into three basic sections: # 1. Directives that control the operation of the Apache server process as a # whole (the ''global environment''). # 2. Directives that define the parameters of the ''main'' or ''default'' server, # which responds to requests that aren''t handled by a virtual host. # These directives also provide default values for the settings # of all virtual hosts. # 3. Settings for virtual hosts, which allow Web requests to be sent to
# different IP addresses or hostnames and have them handled by the # same Apache server process. # #这些配置指令被分为下面三个部分 |
||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于Linux全攻略--Apache服务器配置与管理(一)的所有评论