02/02/10 - The Location container - directives inside it apply to all client requests where the URL starts with the specified prefix - Handler - the response to a request is produced by its handler - the basic handler just sends back a file from disk - but we can hjave other handlers (e.g. for PHP,...) - mod_info - gives a Web page of info about your Apache build, e.g. version number, modules... SetHandler server-info - mod_status - gives a Web page of info about your Apache current activity (processes, threads) SetHandler server-status - In a real server, either disable both or limit access to internal IP addresses or password-protect