个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/ApacheHTTPserver}} {{Languages|UbuntuHelp:ApacheHTTPserver}} Parent: UbuntuHelp:Software == Apache HTTP Server == Apache is a powerful HTTP(hy...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/ApacheHTTPserver}}
 
{{From|https://help.ubuntu.com/community/ApacheHTTPserver}}
 
{{Languages|UbuntuHelp:ApacheHTTPserver}}
 
{{Languages|UbuntuHelp:ApacheHTTPserver}}
Parent: [[UbuntuHelp:Software]]
+
'''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 HTTP Server ==
 
Apache is a powerful HTTP(hypertext transfer protocol) server.
 
Apache is a powerful HTTP(hypertext transfer protocol) server.
第11行: 第13行:
 
N/A
 
N/A
 
== Installation ==
 
== Installation ==
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]'''
+
* Via '''[[Synaptic|Synaptic Package Manager]]'''
 
* Via apt-get
 
* Via apt-get
 
<pre><nowiki>
 
<pre><nowiki>
第20行: 第22行:
 
*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:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 04:12的版本

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