Fikker 是一款利于反向代理原理实现的专业级的网站加速服务器软件,全界面化管理配置,利用页面缓存技术(webcache),网站管理员或网站开发人员通过 Fikker 管理平台将指定的页面缓存起来,用户在访问已缓存页面的时候,就不需要网站读取数据库后再生成页面了,Fikker 直接返回用户需要的页面,成倍的提成网站响应速度;另外 Fikker 通过 gzip 将页面(html,asp,php,css,js)压缩起来,减少了传输尺寸,提高传输效率和减少带宽占用


实验环境

centos6.8_x64


实验软件

fikkerd-3.7.6-linux-x86-64.tar.gz


软件安装

tar zxvf fikkerd-3.7.6-linux-x86-64.tar.gz 

mv fikkerd-3.7.6-linux-x86-64 /usr/local/fikkerd

touch /bin/fikkerd.service

chmod +x /etc/init.d/fikkerd 

sh /usr/local/fikkerd/service/install.sh 

sh /usr/local/fikkerd/service/start.sh

sh /usr/local/fikkerd/fikkerd.sh restart

checking disk cache index for public ... OK!

checking disk cache index for member ... OK!

checking disk cache index for visitor ... OK!

checking disk cache index for content ... OK!

Starting fikkerd [OK]


cp -pv /etc/rc.d/rc.local /etc/rc.d/rc.local.bak

echo '/bin/sh /usr/local/fikkerd/fikkerd.sh start' >> /etc/rc.d/rc.local    设置开机启动

less /etc/rc.d/rc.local | grep fikkerd

/bin/sh /usr/local/fikkerd/fikkerd.sh start


netstat -tuplna | grep fikkerd

tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN      1728/./fikkerd      

tcp        0      0 0.0.0.0:443                 0.0.0.0:*                   LISTEN      1728/./fikkerd      

tcp        0      0 0.0.0.0:6780                0.0.0.0:*                   LISTEN      1728/./fikkerd 

ps -ef  | grep fikkerd

root       1727      1  0 10:02 pts/0    00:00:00 ./fikkerd.monitor

root       1728      1  0 10:02 pts/0    00:00:01 ./fikkerd

root       2041   1514  0 10:08 pts/0    00:00:00 grep fikkerd


http://serverip:6780/

1.jpg

默认管理员密码:123456



2.jpg


3.jpg