Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install httpd -y
systemctl start httpd
systemctl enable httpd
firewall-cmd --add-service=http --permanent
/etc/httpd/conf d/site conf
: ServerName domain.com DocumentRoot /var/www
curl http://ip