在 CentOS 6.3 上安装 distcache

在 CentOS 6.3 上安装 distcache

我正在尝试基于 CentOS 6.3 重新构建我们的服务器,但似乎找不到 rpm distcache。我在 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模块。

我尝试过谷歌搜索,但没有成功。

谢谢!

答案1

根据包清单显然,它并不重要,不值得在迁移规划指南,但从访问他们的网站来看,我猜最可能的原因是古老且无人维护因此无法支持。无论您尝试做什么,现在可能是时候考虑其他选择了。

相关内容