<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Apache on 空想枫</title>
    <link>http://it580.com/tags/apache/</link>
    <description>Recent content in Apache on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Wed, 03 Oct 2012 10:53:57 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/apache/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>关闭Apache的版本显示</title>
      <link>http://it580.com/e5-85-b3-e9-97-adapache-e7-9a-84-e7-89-88-e6-9c-ac-e6-98-be-e7-a4-ba/</link>
      <pubDate>Wed, 03 Oct 2012 10:53:57 +0000</pubDate>
      
      <guid>http://it580.com/e5-85-b3-e9-97-adapache-e7-9a-84-e7-89-88-e6-9c-ac-e6-98-be-e7-a4-ba/</guid>
      <description>为提高网站安全性，建议关闭Web Server的版本显示。(点击这里:检查网站版本显示 ，或者直接使用curl -I http://it580.com 来检查。) 在apache配置文件内加入:
 ServerTokens ProductOnly ServerSignature Off
 重启Apache服务即可。</description>
    </item>
    
    <item>
      <title>Phusion Passenger(mod_rails)</title>
      <link>http://it580.com/phusion-passengermod-rails/</link>
      <pubDate>Sun, 20 Apr 2008 15:42:01 +0000</pubDate>
      
      <guid>http://it580.com/phusion-passengermod-rails/</guid>
      <description>Phusion Passenger — a.k.a. mod_rails 非常简单，方便的将rails部署于Apache上的apache模块，安装也非常简单。 在Ubuntu上的部署：
 sudo gem install passenger sudo passenger-install-apache2-module
 如果有缺少组件，它会自动提示并给出建议的安装命令。 官网上有和Mongrel,Thin的对比性能测试报告，这里我就贴一下结果图表，具体点这里(Passenger,Mongrel,Thin的对比性能测试报告). 除了更加简单的rails部署，它还优化了rails的出错界面。点击这里访问(rails database error)</description>
    </item>
    
  </channel>
</rss>