Monday, 16 December 2024

Run Oracle Apex or other application on privileged ports like 443 or 80 without root

Below will redirect the traffic from port 443 to port 8443

 firewall-cmd --list-all

firewall-cmd --zone=public --permanent --add-forward-port=port=443:proto=tcp:toport=8443

firewall-cmd --reload

firewall-cmd --list-all


No comments:

Post a Comment

Number of Visitors