Linux

在 CentOS 6.3 上安裝 distcache

  • February 9, 2015

我正在嘗試基於 CentOS 6.3 重新建構我們的伺服器,但我似乎找不到distcacherpm。我在我的 5.8 CentOS 上有它:

[root@server]# yum list distcache
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirror.atlanticmetro.net
Installed Packages
distcache.i386                                     1.4.5-14.1                                     installed
[root@server]# rpm -qi distcache
Name        : distcache                    Relocations: (not relocatable)
Version     : 1.4.5                             Vendor: CentOS
Release     : 14.1                          Build Date: Sat 06 Jan 2007 07:02:14 AM GMT
Install Date: Sun 11 Oct 2009 02:51:22 PM GMT      Build Host: builder5.centos.org
Group       : System Environment/Daemons    Source RPM: distcache-1.4.5-14.1.src.rpm
Size        : 247063                           License: LGPL
Signature   : DSA/SHA1, Wed 04 Apr 2007 12:21:11 AM GMT, Key ID a8a447dce8562897
URL         : http://www.distcache.org/
Summary     : Distributed SSL session cache
Description :
The distcache package provides a variety of functionality for
enabling a network-based session caching system, primarily for
(though not restricted to) SSL/TLS session caching.

我需要這個包來啟用這個mod_file_cache.so模組。

我試過Google搜尋沒有任何成功..

謝謝!

根據包清單,Distcache 已從 EL6 中刪除。顯然,在Migration Planning Guide中進行註釋還不夠重要,儘管通過訪問他們的網站,我猜最可能的原因是它過時且無人維護,因此無法支持。無論您嘗試做什麼,都可能是時候考慮其他選擇了。

引用自:https://serverfault.com/questions/452300