apache configuration
basic apache set up in CentOS
- stop the service : service httpd stop
- edit "/etc/httpd/conf/httpd.conf" for the directives in such a way that the server is namedas 'localhost' and listens to port 80.
- start the service : service httpd start


