Redis on CentOS 7 working on root site but not in sub directory

14 views
Skip to first unread message

pushkar sawant

unread,
Sep 27, 2017, 7:29:10 AM9/27/17
to Redis DB
Hi,

I have installed Redis on centos 7 by following below link-:

Now website is working fine also when i checked by using php.info page its show me that Redis is enabled.

But yesturday we have uploded new folder "agent" in same website but the page is not using Redis.

I checked this "agent" folder by adding phpinfo in and could  not found Redis entry here.


Tried restarting Redis as well as Apache but not luck.

Need help to resolve this issue. 


Thanks
Pushkar 

Geoffrey Hoffman

unread,
Sep 28, 2017, 10:02:14 AM9/28/17
to redi...@googlegroups.com
Sounds like you’re a bit confused between the Redis server running on port 6379 and the php redis extension, which is optional to install. If you’re able to use redis-cli or see the process running with `ps aux | grep redis` then redis is running fine & need to check your php config. If you have selinux enabled it often prevents new services like Redis from starting.
Reply all
Reply to author
Forward
0 new messages