divinity76
divinity76
EDIT: ``` ProxyPassMatch ^/(.*\.php)(?:$|\?) "unix:/run/php/php8.2-fpm-idn-tést.eu.sock|fcgi://localhost/home/testhoster1/web/idn-tést.eu/public_html/$1" nocanon ``` is better, $_GET works properly with it.. original: Found a solution! In the apache conf ala `/home/testhoster1/conf/web/idn-tést.eu/apache2.conf` , replacing ``` SetHandler "proxy:unix:/run/php/php8.2-fpm-idn-tést.eu.sock|fcgi://localhost" ```...
@Skamasle >этотдоменнесуществует.рф in my systems looks like this:  add to your ~/.bashrc ``` export LC_ALL=C.UTF-8 ``` and restart your terminal and try again, does it still look like that?...
I made a PR implementing the ProxyPassMatch fix: https://github.com/hestiacp/hestiacp/pull/4583 ### Please help test it: You can help test it by running this PHP script on your affected system: https://github.com/hestiacp/hestiacp/blob/8d5bd57c8fc5756a8664d15f9a69478df413b45c/install/upgrade/versions/1.9.0_extras/migrate_SetHandler_to_ProxySetMatch.php Does...
Looks to me like the friggin user id changed, It was u0_a309 before the update and u0_a318 after the update, And u0_a318 is not allowed to access the files of...
what user account is filemanager running as? what does filemanager get from running ``` var_dump(shell_exec("id")); ``` ? before we try this, could we try a ``` setfacl -m u:filemanager_user_account_name:rx /home/*/.ssh...
@peprmint1 you probably forgot to check "delete attached boot volume" when deleting a test server, and thus no longer have 200GB free capacity. That happened to me too. Delete everything...
@vasmarfas running with the same api key on 2 different computers? Sounds like a dangerous game IMO.
same problem on WSL Ubuntu24.04 gminer 3.44, 2x Nvidia RTX3090, identified correctly by `nvidia-smi`: ``` $ nvidia-smi Tue Mar 4 14:13:30 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 560.35.02 Driver Version: 560.94 CUDA...
Ubuntu 24.04 support is scheduled for the 1.9.0 release. It's already available in 1.9 beta available at # Debian wget https://beta-apt.hestiacp.com/hst-install-debian.sh # or Ubuntu wget https://beta-apt.hestiacp.com/hst-install-ubuntu.sh (but it's less tested...
if you have both lxc and lxcfs, lxc makes it easy to see this issue for yourself (`lxc launch` will download ubuntu24.04 image automatically): ``` apt install lxcfs lxc; lxc...