TURCK-MMCACHE - PowerPoint PPT Presentation

About This Presentation
Title:

TURCK-MMCACHE

Description:

TURCK-MMCACHE oleh: Idris Winarno Requirement apache 2 php4 autoconf automake libtoot m4 Installasi web server # apt-get install apache2 php4 libapache2-mod-php4 php4 ... – PowerPoint PPT presentation

Number of Views:27
Avg rating:3.0/5.0
Slides: 11
Provided by: lecturerE
Category:
Tags: mmcache | turck | encoder

less

Transcript and Presenter's Notes

Title: TURCK-MMCACHE


1
  • TURCK-MMCACHE
  • oleh
  • Idris Winarno

2
Requirement
  • apache 2
  • php4
  • autoconf
  • automake
  • libtoot
  • m4

3
Installasi web server
  • apt-get install apache2 php4 libapache2-mod-php4
    php4-dev php4-cli re2c

4
Download turck-mmcache
  • wget -c http//waix.dl.sourceforge.net/sourcefor
    ge/turck-mmcache/turck-mmcache-2.4.6.tar.gz
  • atau
  • wget -c http//galatea.eepis-its.edu/file/turck-
    mmcache-2.4.6.tar.gz

5
Ekstrak tar.gz
  • mv turck-mmcache-2.4.6.tar.gz /usr/src
  • cd /usr/src
  • tar -xzvf turck-mmcache-2.4.6.tar.gz

6
Installasi turck-mmcache
  • cd /usr/src/turck-mmcache-2.4.6/
  • /usr/bin/phpize
  • ./configure --enable-mmcacheshared
    with-php-config/usr/bin/php-config
  • make
  • make install

7
edit php.ini
  • vim /etc/php4/apache/php.ini
  • zend_extension"/usr/lib/php4/20050606lfs/mmcache
    .so"
  • mmcache.shm_size"16"
  • mmcache.cache_dir"/tmp/mmcache"
  • mmcache.enable"1"
  • mmcache.optimizer"1"
  • mmcache.check_mtime"1"
  • mmcache.debug"0"
  • mmcache.filter""
  • mmcache.shm_max"0"
  • mmcache.shm_ttl"0"
  • mmcache.shm_prune_period"0"
  • mmcache.shm_only"0"
  • mmcache.compress"1"

8
temp dir
  • mkdir /tmp/mmcache
  • chmod 0777 /tmp/mmcache

9
register turck-mmcache
  • php -q mmcache_password.php
  • Changing password for Turck MMCache Web
    Interface (mmcache.php)
  • Enter admin name admin
  • New admin password mmcache
  • Retype new admin password mmcache
  • Add the following lines into your php.ini and
    restart HTTPD
  • mmcache.admin.name"admin"
  • mmcache.admin.password"10ScD9gkbnOEmFerNMvQ5
    76hELeLrG0"
  • /etc/init.d/apache restart

10
membuat php encrypt
  • php -q encoder.php -f ltfile_asligt.php -o
    ltfile_encryptgt.php
Write a Comment
User Comments (0)
About PowerShow.com