Fikker配置创建

Fikker首页 -> Fikker站长缓存 -> 系统帮助 -> 安装 Fikker CDN 版缓存服务器(Linux 操作系统)

1、步骤一:解压  

Fikker 为绿色安装包,下载/解压在安装目录下即可。下面以 Linux CentOS 64 位版本举例:

wget http://www.fikker.com/cdn/dl/fikkerd-cdn-3.6.6-linux-x64.tar.gz
tar zxvf fikkerd-cdn-3.6.6-linux-x64.tar.gz

2、步骤二:启动  

a、在 Fikker 安装目录下,以 root 用户权限运行 Fikker 启动命令: ./fikkerd.sh start 。

b、打开浏览器,登录 Fikker 管理后台,链接地址为:http://your-fikker-ip:6780/,管理端口:6780,初始密码:123456

注意:Fikker 会占用 80/6780 端口,禁止 "iptables/firewall/httpd/nginx" 等端口设置与 Fikker 相冲突,如下:

关闭 iptables 防火墙,释放 80/6780 端口,如下:
1、在 centos 5.x/6.x 系统下面为:service iptables stop; service ip6tables stop; chkconfig iptables off; chkconfig ip6tables off 
2、在 centos 7.x 系统下面为:systemctl stop firewalld.service; systemctl disable firewalld.service 

关闭 httpd/nginx,释放 80 端口,如下:
1、在 centos 5.x/6.x 系统下面为:service httpd stop; service nginx stop; service lighttpd stop; chkconfig httpd off; chkconfig nginx off; chkconfig lighttpd off
2、在 centos 7.x 系统下面为:systemctl stop httpd.service; systemctl stop nginx.service; systemctl disable httpd.service; systemctl disable nginx.service

3、步骤三:配置  

a、通过 Fikker 管理后台配置 【系统配置】,限制 Fikker 可用内存。

b、通过 Fikker 管理后台配置 【主机管理】,添加网站域名与对应源站IP。

c、重启 Fikker 生效配置。注意:在 Fikker 安装目录下,以 root 用户权限运行 Fikker 重启命令: ./fikkerd.sh restart 。

4、步骤四:注册成系统服务  

允许将 Fikker 注册成系统服务,可以随操作系统启动并运行:
1)、【./fikkerd.sh install】,将 Fikker 注册成系统服务。 
2)、【./fikkerd.sh uninstall】,将 Fikker 系统服务从操作系统中注销。

原文地址:https://www.cnblogs.com/lianchao88/p/7115267.html