메뉴 건너뛰기

컴' 게시판

본문시작

IT/개발
2013.08.24 16:12

Memcached Install

조회 수 6 추천 수 0 댓글 0

Following on from one of my previous posts (Installing nginx on Ubuntu 12.04 as a high performance web server) I have installed APC and Memcached on my Ubuntu 12.04 server

It’s very simple to do and well worth it:-

apt-get install php-apc

Now restart your PHP FPM service like so:-

/etc/init.d/php5-fpm restart

You can confirm that APC is now setup and running on your server by running this command:-

php -r "phpinfo();" | grep apc

You should see a load of output! – It is complains about invalid command etc. ensure you have the php5-cli package installed, this can be done like so:-

apt-get install php5-cli

Now we’ll move on to installing Memcached:-

apt-get install memcached

Now that memcached is installed we need to start the daemon like so:-

/etc/init.d/memcached start

Finally we need to install the PHP module for memcahced, let do it like so:-

apt-get install php5-memcached

All that is now required is to restart the PHP FPM daemon and then your done, you should now see significant speed increases in loading your PHP sites :)

/etc/init.d/php5-fpm restart

All done, enjoy the lovelyness of APC and Memchaced! :)


  1. 24
    Aug 2013
    16:27

    ubunto + phpMyAdmin Install

    CategoryIT/개발 By꿈자 Reply0 Views17 Votes0
    Read More
  2. 24
    Aug 2013
    16:12

    Memcached Install

    CategoryIT/개발 By꿈자 Reply0 Views6 Votes0
    Read More
  3. 24
    Aug 2013
    16:06

    NGINX + PHP + MYSQL

    CategoryIT/개발 By꿈자 Reply0 Views168 Votes0
    Read More
  4. 29
    Jul 2013
    22:30

    Titanium 환경셋팅 관련

    CategoryIT/개발 By꿈자 Reply0 Views24 Votes0
    Read More
  5. 30
    Jun 2013
    12:46

    ??

    Category개인자료 By꿈자 Reply0 Views164 Votes0
    Read More
  6. 26
    Jun 2013
    12:57

    Restful API HTTP 상태값 정의

    CategoryIT/개발 By꿈자 Reply0 Views21983 Votes0
    Read More
  7. 26
    Jun 2013
    12:55

    안드로이드 오픈 라이브러리

    CategoryIT/개발 By꿈자 Reply0 Views18245 Votes0
    Read More
  8. 26
    Jun 2013
    12:49

    안드로이드 유용한 라이브러리

    CategoryIT/개발 By꿈자 Reply0 Views24658 Votes0
    Read More
  9. 21
    Jun 2013
    22:12

    [Ubuntu] 패키지 툴 및 패...

    CategoryIT/개발 By꿈자 Reply0 Views18024 Votes0 file
    Read More
  10. 08
    Jun 2013
    12:32

    그것이 알고싶다 - 청부살...

    Category개인자료 By꿈자 Reply0 Views40460 Votes0 secret
    Read More
Board Pagination Prev 1 ... 9 10 11 12 13 ... 17 Next
/ 17