Skip to main content

install Redis caching engine on Cpanel server with underlying CentOS6.7 OS

Comments

4 comments

  • cPanelMichael
    Hello :) This application is not natively supported by cPanel, but I do see a third-party guide for the installation at: Install Redis Daemon and Redis PHP extention on CentOS/RHEL/cPanel " NixTree Their support page is found at: Redis Thank you.
    0
  • Mangoose
    Well... thanks for putting me on the right track :)
    0
  • kygeek
    That tutorial will get you started but it leaves out a couple steps needed. its trivial, but after you put the redis startup script in /etc/init.d/ you must make it executable chmod +x /etc/init.d/redis next thing is not a have to, but you will want to put the config params for redis in a file called /etc/redis/local.conf that being said for it to work properly you must also put a include /etc/redis/local.conf in the file /etc/redis/redis.conf also as a quick note. pecl install redis didnt work for me i went to here grabbed the source and ran phpize && ./configure && make install (more details will be in tutorial im writing) ill post a link here if its ok with mods. when its done. If you are using ea4 and multi-php then thats a whole other issue. hope that helps some if you ran into trouble.
    0
  • Mangoose
    Hi kygeek
    That tutorial will get you started but it leaves out a couple steps needed. its trivial, but after you put the redis startup script in /etc/init.d/ you must make it executable chmod +x /etc/init.d/redis next thing is not a have to, but you will want to put the config params for redis in a file called /etc/redis/local.conf that being said for it to work properly you must also put a include /etc/redis/local.conf in the file /etc/redis/redis.conf also as a quick note. pecl install redis didnt work for me i went to here grabbed the source and ran phpize && ./configure && make install (more details will be in tutorial im writing) ill post a link here if its ok with mods. when its done. If you are using ea4 and multi-php then thats a whole other issue. hope that helps some if you ran into trouble.

    I am not sure how I would accomplish this last one
    next thing is not a have to, but you will want to put the config params for redis in a file called /etc/redis/local.conf that being said for it to work properly you must also put a include /etc/redis/local.conf in the file /etc/redis/redis.conf

    0

Please sign in to leave a comment.