Redis socket config instead port

Discussion in 'Installation/Configuration' started by Neptun, Jul 23, 2019.

  1. Neptun

    Neptun Member

    Dear all,
    i have changed the redis port communication to unix socket as follows:
    Code:
    port 0
    unixsocket /var/run/redis/redis-server.sock
    unixsocketperm 770
    But when i try to use it with my nextcloud - i get always the errors with permission denied - no idea whats wrong here
    Unixsocket has 770 set

    I have also added the ispconfig web user to redis with
    Code:
    usermod -a -G redis web3
    & restartet the server, but does not work

    Is there anything else to think about with IspConfig together ?
    Or is there another webuser needed, what i don't think so - with the web user cronjobs are executable, therefore it should be correct

    Thanks in advance
     

Share This Page