• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn cài đặt Kloxo-MR và chuyển đổi Nginx, Apache, Lighttpd dễ dàng

Admin

Well-Known Member
Staff member
Administrator
Kloxo-MR hoàn toàn miễn phí, dùng ổn định không kém cPanel
iua4.png

GIỚI THIỆU VỀ KLOXO-MR

Kloxo-MR là một phiên bản khác của Kloxo và được Mustafa Ramadhan phát triển riêng, chữ MR được việt tắt từ tên tác giả Mustafa Ramadhan
Phiên bản ổn định mới nhất hiện nay là Kloxo-MR 6.5.1
- Các tính năng
Kloxo-MR tương thích với hầu hết các bản CentOS 5.x và 6.x cả 32 bit, 64 bit, không như bản kloxo stock (bản gốc) chỉ hỗ trợ CentOS 5.x
Kloxo-MR có nhiều cải tiến và fix nhiều lỗi so với kloxo stock
Một điều đặc biệt là Kloxo-MR có thể chạy được Nginx, Apache, Lighttpd, Hiawatha và chuyển qua lại giữa các webserver này một cách khá dễ dàng.

HƯỚNG DẪN CÀI ĐẶT KLOXO-MR


Code:
 cd /
# update centos to latest version
yum update -y
# install some packages like package-cleanup, etc
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet wget -y

setenforce 0
echo 'SELINUX=disabled' > /etc/selinux/config
cd /

Code:
 # get repo file -- no need for 6.5.0.c and after
    wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
    rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
    yum update mratwork-release

    # move to /
    cd /

    # need update mysql because Kloxo-MR need mysql/mariadb version 5.1++
    yum clean all
    yum install yum-plugin-replace -y
    yum replace mysql --replace-with=mysql55 -y
    chkconfig mysqld on

    # install (and then run 'sh /script/upcp')
    yum install kloxomr -y
    sh /script/upcp

    # better reboot
    reboot

Sau khi cài đặt thành công thì các bạn sẽ thấy đoạn cuối cùng hướng dẫn như dưới
Code:
 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/                                                                          _/
_/ Congratulations. Kloxo-MR has been installed succesfully as 'MASTER'    _/
_/                                                                          _/
_/ You can connect to the server at:                                        _/
_/ https://<ip-address>:7777 - secure ssl connection, or                    _/
_/ http://<ip-address>:7778 - normal one.                                  _/
_/                                                                          _/
_/ The login and password are 'admin' and 'admin' for new install.          _/
_/ After Logging in, you will have to change your password to              _/
_/ something more secure.                                                  _/
_/                                                                          _/
_/ - Better reboot for fresh install                                        _/
_/ - Run 'sh /script/make-slave' for change to 'SLAVE'                      _/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


Run 'sh /script/restart-all' to make sure all services running well
Đăng nhập https://ip:7777 admin/admin sau đó đổi lại mật khẩu

ljtr.png


Giao diện KLOXO-MR

10i4.png


Để chuyển qua lại giữa Nginx, Apache, Lighttpd ... thì vào mục Switch Program

uq5d.png


Sau đó chọn webserver mà bạn muốn
Chú ý là sau khi chuyển đổi thì thư mục web của bạn vẫn được giữ nguyên như cũ không ảnh hưởng gì cả và nếu muốn dùng cả Nginx lẫn Apache để có hỗ trợ .htaccess và tối ưu hóa thì chọn NginxProxy vì ở đây Nginx sẽ đướng trước Apache và vai trò là proxy server.
xaqu.png

Chúc các bạn thành công!
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top