UbuntuHelp:ApacheHTTPserver

出自Ubuntu中文

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.

[编辑] 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