Forum Moderators: phranque
Apache is an HTTP server so after you start the server it will listen for requests. However, you first need to tell Apache on which IP and/or port to Listen [httpd.apache.org] for incoming requests. Apache will also log [httpd.apache.org] each request. You will want to get used to using the manual pages in the links here, they are going to come in quite handy.