Jim's Notes
Wednesday, February 14, 2024
install apache2 on fedora
sudo dnf group install "Web Server"
alternative:
sudo dnf install httpd
sudo firewall-cmd --add-service=http --add-service=https --permanent
sudo firewall-cmd --reload
sudo firewall-cmd --add-service=http --add-service=https
https://fedoramagazine.org/install-apache-web-server-fedora/
--30--
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment