Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NIIcK

Pages: [1]
1
For some reason I had both gdb-headless-8.2-19 and gdb-headless-8.2-18 installed so the CWP web GUI was probably seeing gdb-headless-8.2-18 present and was proposing to update it even though dnf was not reporting anything to be updated (didn't try yum).

I have uninstalled gdb-headless-8.2-18 and packages depending on it (which uninstalled gdb-headless-8.2-19 as well) then reinstalled the dependencies, which only installed gdb-headless-8.2-19, thus removing gdb-headless-8.2-18.

No more messages.

2
Hello,

For a while now CWP proposes gdb-headless.x86_64 8.2-19.el8 to be updated while the system does not need that update. I am running Almalinux 8.8 (Sapphire Caracal).

Is there any way I can turn this notification off please?

Thank you in advance!

Nick

P.S. I have spent two minutes doing human puzzles; isn't it a bit too excessive?

3
CentOS 7 Problems / Re: nGINX ONLY ssl_error_rx_record_too_long
« on: November 20, 2021, 06:25:45 AM »
Thanks for your reply.

My /etc/nginx/nginx.conf is in place and having all of the directives in place. SSL works normally on IPv4 only vhosts.

I have paid for a one time support and a CWP representative said that in this case a nGINX source recompile is needed however there was no further communication when I have asked for a guide or how to so that I do not break the CWP functionality... sometimes even this kind of support, paid support, is just of poor quality. Granted, it is only a few euro but still...

4
CentOS 7 Problems / nGINX ONLY ssl_error_rx_record_too_long
« on: November 18, 2021, 05:38:32 AM »
Hello,
I am having an issue with a nGINX only site.
Since I have enabled IPv6, the SSL is not working anymore; Firefox reports: ssl_error_rx_record_too_long.
It would seem nGINX is not built with IPv6 support (--with-ipv6) nor TLS1.3.
Is there something I can do to fix this other than manually rebuild nGINX? Are there plans to add IPv6 support to CWP in the near future?

Thank you in advance!

Nick

5
PHP / PHP-FPM7.4 How can I set php.ini files per domain name
« on: July 28, 2021, 07:03:51 AM »
Hello,

I want to use php-fpm and to set a php.ini per each domain name (each php-fpm session to be served according to the ini file it has, per domain name).

Currently, even though the domains I have are running php-fpm, they all use the same configuration file loaded from
Code: [Select]
/opt/alt/php-fpm74/usr/php/php.ini

Considering I have different users using the domain names, sometimes several domain names per user, is it possible to serve PHP-FPM from individual ini files for each domain name and if so where/what should I set up?

Thank you!

Pages: [1]