Automatically Start the httpd Service Fedora 16
Here’s how to automatically start the httpd web server (Apache) service on machine startup:
# systemctl enable httpd.service
Source: the Fedora website.

Here’s how to automatically start the httpd web server (Apache) service on machine startup:
# systemctl enable httpd.service
Source: the Fedora website.