systemctl enable httpd && service httpd start && service httpd status code example
Example: how to stop a web server linux
# how to stop a web server linux
sudo service apache2 stop
# how to stop a web server linux
sudo service apache2 stop