个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
第12行: 第12行:
 
N/A
 
N/A
 
== Installation ==
 
== Installation ==
* Via '''[[Synaptic|Synaptic Package Manager]]'''
+
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]'''
 
* Via apt-get
 
* Via apt-get
 
<pre><nowiki>
 
<pre><nowiki>
第21行: 第21行:
 
*Add the following to the configuration file: Servername localhost  
 
*Add the following to the configuration file: Servername localhost  
 
== Further Reading ==
 
== Further Reading ==
* '''[[http://httpd.apache.org]]'''
+
* '''[http://httpd.apache.org]'''
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 17:25的最新版本

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

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