个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
Key Features
Hints and Tips
第23行: 第23行:
 
</nowiki></pre>
 
</nowiki></pre>
 
== Hints and Tips ==
 
== Hints and Tips ==
*Disable the server signature in the configuration file
+
*在配置文件中注释掉 signature(Disable the server signature in the configuration file)
*Add the following to the configuration file: Servername localhost  
+
*在配置文件中添加行(ServerName localhost)
 +
 
 
== Further Reading ==
 
== Further Reading ==
 
* '''[http://httpd.apache.org]'''
 
* '''[http://httpd.apache.org]'''

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

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

  • 在配置文件中注释掉 signature(Disable the server signature in the configuration file)
  • 在配置文件中添加行(ServerName localhost)

Further Reading