--- doc/build/RHEL8_install.frag 2019/10/07 18:22:20 1.2 +++ doc/build/RHEL8_install.frag 2021/03/09 13:05:59 1.4 @@ -96,9 +96,9 @@ web server ports (i.e., http and https):
systemctl enable firewalld systemctl start firewalld -sudo firewall-cmd --zone=public --permanent --add-service=http -sudo firewall-cmd --zone=public --permanent --add-service=https -sudo firewall-cmd --reload +firewall-cmd --zone=public --permanent --add-service=http +firewall-cmd --zone=public --permanent --add-service=https +firewall-cmd --reload
-/etc/init.d/loncontrol start +/home/httpd/perl/loncontrol start systemctl start httpd