Memadmin based on Linux installation configuration __linux

Source: Internet
Author: User
Tags install php memcached pear
1.1 memadmin Introduction

Memadmin is a visual memcached management and Monitoring tool, using PHP development, small size, easy to operate.

main functions: Server parameter monitoring: STATS, SETTINGS, ITEMS, slabs, sizes real-time refresh server performance monitoring: Get, DELETE, INCR, DECR, CAs and other commonly used operation hit rate real-time monitoring support data traversal, Easy to monitor and support the storage content of the query, filter out the conditions of the key or value array, JSON and other serialized character reverse sequence display compatible Memcache protocol other services, such as Tokyo Tyrant (except traversal) to support the server connection pool, Multi-server Management switch facilitates simple 1.1.1 installation process

Memadmin is the memcached Management console because the program is written in PHP, so configure Apache with the PHP service, as well as the memcached extension package in PHP, the installation package version:

php-pear-1.9.4-4.el6.noarch.rpm

php-pecl-memcache-3.0.5-4.el6.x86_64.rpm

memadmin-1.0.12.tar.gz 1.1.1.1 install Apache service

Choose to install the Apache server 1.1.1.2 install the PHP service when installing Linux

Install Linux Select Install PHP service 1.1.1.3 install memcached extensions in PHP

A: Installing the expansion pack

RPM–IVH php-pear-1.9.4-4.el6.noarch.rpm

RPM–IVH php-pecl-memcache-3.0.5-4.el6.x86_64.rpm

B: Modify the php.ini configuration file

Vi/etc/php.ini

Add extension = memcached.so to the php.ini configuration file to allow PHP to support memcached

C: Restart the Apache service

Service Httpdrestart 1.1.1.4 installation memadmin program

A: Install the Memadmin package

TAR–ZXVF memadmin-1.0.12.tar.gz

MV Memadmin/var/www/html

B: Modify the/etc/httpd/conf/httpd.conf configuration file

Vi/etc/httpd/conf/httpd.conf

Modified as follows:

1.DocumentRoot "/var/www/html"

2.DirectoryIndex index.html index.html.varindex.php

3.

<directory "/var/www/html" >

Cumentroot "/var/www/html"

Options Indexes FollowSymLinks

AllowOverride None

Order Allow,deny

Allow from all

</Directory>

C. Modify SELinux Configuration

Vi/etc/selinux/config

Set selinux=disabled

After the completion of the above steps, you can enter http://192.168.222.128/memAdmin/index.php in the browser, the user password is the default admin, if you want to modify the user, password can be passed/var/www/html/memadmin/ config.php File for modification

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.