Skip to main content

All Questions

Tagged with
3 votes
1 answer
13k views

Systemd Refuses to Start Redis Server

I have duplicate redis.conf & /etc/systemd/system/redis.service files on my test and prod servers via scp. Where prod is able to start and run redis with a unix socket. My test server refuses to ...
mjones's user avatar
  • 317
1 vote
0 answers
404 views

Start 3 redis instances via systemd

I'd like to start 3 instances of Redis 6 via systemd. System info: root@ubnt:/home/test11# uname -a Linux ubnt 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64 x86_64 x86_64 GNU/...
Mr.Kramrogar's user avatar
1 vote
1 answer
1k views

Redis socket permissions caught between /var/run and http

I'd like my PHP web application (run as user apache) to connect to redis via a UNIX socket. So I thought of running redis as user apache as well and the socket permissions can be 0700 owned by apache. ...
Johannes Ernst's user avatar