Hi, I am new with Rocky Linux, just installed version 10, I am trying to migrate Centos 8 to Rocky linux 10.
my problem is PHP 7.2.24 , which is working well in my old setup, and don’t want to modify my entire code, I need to install PHP 7.2.24 on Rocky linux 10 , and I am not getting this.
pls help me to setup PHP 7.2.24, I already remove php 8 but not getting solution. pls guide.
The proper sollution is to set up the app in a test environment that is running the latest official rocky php, and then careully check all warnings and errors, fixing them as you go, then simply copy the app back to live.
Running some half backed conainer that’s full of spyware, and has an old version of php might also appear to work, but is that really a sustainable solution?
You can/should/must configure routing with NetworkManager. For example with the nmcli tool.
(Actually, firewall rules are involved in routing and that is with FirewallD or nftables services.
The FirewallD can enable packet forwarding function in kernel in some cases. If not, then sysctl.)
First, “how to configure network in Rocky 10” is a separate topic from “PHP”. It should be in a separate thread.
Second, do not look at / modify those files (directly). Do use the NetworkManager UI (nmcli, nmtui, GUI widget) or Ansible playbook to change the configuration.