Okay. So I'm ready to try the script with all of the specs as I've said:
root@hh4:~# cat /etc/debian_version
11.9
root@hh4:~# php -v
PHP 7.4.33 (cli) (built: Apr 12 2024 00:02:16) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
And, thanks to johnny (totally rad of you!), I'm also installing whois before this - just to see:
root@hh4:~# apt install whois
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
whois
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 81.1 kB of archives.
After this operation, 373 kB of additional disk space will be used.
Get:1 https://deb.debian.org/debian bullseye/main amd64 whois amd64 5.5.10 [81.1 kB]
Fetched 81.1 kB in 5s (15.8 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package whois.
(Reading database ... 23188 files and directories currently installed.)
Preparing to unpack .../whois_5.5.10_amd64.deb ...
Unpacking whois (5.5.10) ...
Setting up whois (5.5.10) ...
Oops, let's fix that little guy up there (apt-utils) too:
root@hh4:~# apt remove -y whois && apt install -y whois
Alright, let's see how the script goes … and then how the server runs. Aaaaand…