个人工具

“UbuntuHelp:ApacheHTTPserver”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
Apache HTTP Server
第6行: 第6行:
 
== Apache HTTP Server ==
 
== Apache HTTP Server ==
 
Apache is a powerful HTTP(hypertext transfer protocol) server.
 
Apache is a powerful HTTP(hypertext transfer protocol) server.
 +
 +
Apache 是相当爽的 HTTP(hypertext transfer protocol) 服务器软件.
 +
 
== Key Features ==
 
== Key Features ==
 
*Easy Setup
 
*Easy Setup

2008年12月8日 (一) 16:53的版本

Please do not make any edits to this article. Its contents are currently under review and being merged with the Ubuntu Server Guide. To find the Ubuntu Server Guide related to your specific version, please go to: https://help.ubuntu.com/ and click on Ubuntu Server Guide Parent: Software

Apache HTTP Server

Apache is a powerful HTTP(hypertext transfer protocol) server.

Apache 是相当爽的 HTTP(hypertext transfer protocol) 服务器软件.

Key Features

  • Easy Setup
  • Very Customizable
  • Very Secure

Screenshot

N/A

Installation

sudo apt-get install apache2

Hints and Tips

  • Disable the server signature in the configuration file
  • Add the following to the configuration file: Servername localhost

Further Reading