httpd, apache2
httpd
Example Usage:
# Start Apache
sudo service httpd start
# Stop Apache
sudo service httpd stop
# Restart Apache
sudo service httpd restart
# Gracefully restart Apache
sudo service httpd graceful
# Check Apache configuration syntax
sudo service httpd configtest
# Get current status of Apache
sudo service httpd statusapache2
Example Usage:
Differences
Recommendations
Last updated