got

Fikker is a reverse proxy in favor of professional-class web server software to accelerate the realization of the principle, the whole management interface configuration, use page caching technology (webcache), webmaster or web developer by Fikker management platform specified page cached the user when accessing cached pages, the site does not need to read the database and then generate a page, Fikker directly back page of user needs, multiply the commission website response speed; in addition Fikker by gzip the page (html, asp, php, css, js) compressed together, reducing the size of the transmission, and improve transmission efficiency to reduce bandwidth.

As the site's server front, Fikker also provides powerful real-time monitoring, security chain, the source station load balancing, pseudo-static (URL static), Ajax cross-domain operations, anti-CC ***, blacklist management, access statistics one-stop solution for simple website management to the extreme, but very powerful.


lab environment

centos6.8_x64


Experimental Software

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


Software Installation

takes -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

Stopping fikkerd [FAIL]

Wait ...

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 restart' >> /etc/rc.d/rc.local boot provided

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

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


etstat -tuplna | grip 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 | grip 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 0:00:00 grip fikkerd

 

http://serverip:6780/

1.jpg

The default administrator password 123456


2.jpg


3.jpg

Guess you like

Origin blog.51cto.com/mailfile/2413615
got