Rocky Linux Installation previously CentOS: Difference between revisions

mNo edit summary
mNo edit summary
Line 86: Line 86:
Disabling IPv6: https://www.tecmint.com/disable-ipv6-rhel-rocky-almalinux/
Disabling IPv6: https://www.tecmint.com/disable-ipv6-rhel-rocky-almalinux/


=== Boot Time ===
===Boot Time===
systemd-analyze blame
systemd-analyze blame


=== Shorewall ===
===Shorewall===
If using ShoreWall, some changes have been made over the years.  Watch out for these items: https://sourceforge.net/p/webadmin/discussion/600155/thread/67206ca38b/
If using ShoreWall, some changes have been made over the years.  Watch out for these items: https://sourceforge.net/p/webadmin/discussion/600155/thread/67206ca38b/


==== ApacheGUI (doesn't seem to have been popular and hasn't been supported for a couple of years, but still useful for quick viewing of files) ====
====ApacheGUI (doesn't seem to have been popular and hasn't been supported for a couple of years, but still useful for quick viewing of files)====
Install it from here:  
Install it from here:  


Line 107: Line 107:
WantedBy=multi-user.target
WantedBy=multi-user.target
</syntaxhighlight>...then: systemctl enable ApacheGUI.service
</syntaxhighlight>...then: systemctl enable ApacheGUI.service
==== Apache / HTTPD ====
Believe it or not, SSL (AKA TLS) capability is not installed by default: yum install mod_ssl
To check general Apache performance (not troubleshooting) (from https://github.com/richardforth/apache2buddy, updated in late 2022, so seems current and valid as of this writing in early 2023 );
<code>curl -sL <nowiki>https://raw.githubusercontent.com/richardforth/apache2buddy/master/apache2buddy.pl</nowiki> | perl</code>


===Other Notes===
===Other Notes===