A computer that provides services or resources. The programs on that computer makes them servers, jusk like your laptop could be a DB server if you install MySQL and let other computers access into.
Apache Web Server
Install
# install apacheyuminstallhttpd# start apache web server serviceservicehttpdstartservicehttpdstatus
httpd.conf is a config file used by Apache web server to control how the server responds to incomming requests. The file specifies things like which ports the server should listen on, where the web applications are located, which modules are loaded, and how security should be enforced.
After configuration, remmember restart httpd service to make it work.