Redis missconfig

hi recently i installed nextcloud latest version and config redis server on my own web server via this page but when i restart apache2 service it gives me no error and start perfectly but the web page shows me this info :slight_smile: Internal Server Error

The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the webserver log.
does anyone know to solve this ?

‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘redis’ => [
‘host’ => ‘/var/run/redis/redis-server.sock’,
‘port’ => 0,
],

Please follow the given instructions and check the log files of your web server and Nextcloud. There you should find more detailed information about the root cause of the problem.
Additionally I want to point your attention to the available search function of this forum, which allows you to find related posts which have already been answered :wink: