- 1、本文档共18页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
apache配置(linux及windows中的设置)以及虚拟主机的设置(国外英语资料)
apache配置(linux及windows中的设置)以及虚拟主机的设置
Syllabus
Apache introduction
How does the Web server work?
Installation of Apache under Linux
Apache introduction
Dear sirsre
After the web site is released, users can access the information resources in the site through the Web browser. Web server software is the server for Publishing Web sites, and Apache is the worlds top ranked Web server software that can run on almost any widely used computer platform.
Apache originated from NCSAhttp server (National Center for Supercomputin Applications, referred to as NCSA), and has been modified many times to become one of the most popular Web server software in the world. Apache is taken from the pronunciation of a patchy server, meaning the server full of patches. Because its free software, people are constantly coming up with the features, new features, and modifications to the original defects. Apache features simple, fast, stable performance and can be used as a proxy server.
How does the Web server work?
-------------------
Apache installed under Linux
-------------------
Directory structure and configuration instructions of Apache
--------------------------
/usr/local/apache2/
Bin - the Apache executable directory
Apachectl htpasswd
Cgi-bin - presets to directories stored by some CGI web programs
Error - the default error answer file directory
HtDocs - default Web document root directory (document root directory)
Icons - provides some small icons for Apache presets
Logs - Apache log file storage directory
Access_log records access information, such as access time, access to the client, IP, and so on
Error_log records some incorrect access to the Web server, such as a client accessing a directory that does not exist
These two files need to set the file size. General customization 50M
Man - the directory where the help manual is located
Modules - where the dynamic load module is located
The directory where the Apache configuration file resides
Source package Apache the default locat
文档评论(0)