Closed robert-winkler closed 1 month ago
However, I'm getting the error: Connection refused, ERR_CONNECTION_REFUSED
Sounds a lot like you just forgot to open the port in your firewall. It could also be that php-fpm is denying the connection from nginx itself, but I have no clue what that is if there are no error logs. For the latter case, the file permissions on php-fpm's unix socket might deny access to nginx or it might've hit php-fpm's rate limit somehow. Both can be changed in whatever files you find in /etc/php/php-fpm*
. The owner and group of php-fpm's unix socket and LibreY's source code directory should be set to the same as the user/group nginx runs as.
Thanks a lot! I managed the installation on libre-find.online 😉.
Robert Winkler - Chat @ Spike [2sz4jp]
On October 6, 2024 at 3:16 GMT, codedipper @.***> wrote:
However, I'm getting the error: Connection refused, ERR_CONNECTION_REFUSED
Sounds a lot like you just forgot to open the port in your firewall. It could also be that php-fpm is denying the connection from nginx itself, but I have no clue what that is if there are no error logs. For the latter case, the file permissions on php-fpm's unix socket might deny access to nginx or it might've hit php-fpm's rate limit somehow. Both can be changed in whatever files you find in /etc/php/php-fpm*. The owner and group of php-fpm's unix socket and LibreY's source code directory should be set to the same as the user/group nginx runs as.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Is this issue still open?
Hi, reinstalled the server with only LibreY. Now it's running fine 🙂.
Robert Winkler - Chat @ Spike [2t4gah]
On October 10, 2024 at 8:35 GMT, Ahwx @.***> wrote:
Is this issue still open?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Hi, I managed a fresh install on :80. Thanks!
Great!
Hi, I just installed LibreY on my server libre-find.online. Since YaCy is running there already as main crawler and search engine (sic!), I would like to use 8888 as alternative port for LibreY, using the the following nginx configuration as a separate file in sites-enabled:
nginx -t
andnginx -s reload
report no error. As well, the service php8.2-fpm starts without error.However, I'm getting the error: Connection refused, ERR_CONNECTION_REFUSED
Is there anything wrong with my installation (e.g., do I have to chown www-data as with apache? I'm new to nginx), or with my nginx configuration?