Suppose there is an HTTP request to index.html, and there are four entries for this request in the log file: 127.0.0.1 [23/May/2008:00:09:41] "GET /index.htmlHTTP/1.1" 200 "Mozilla/4.08" 127.0.0.1 [23/May/2008:00:09:41] "GET /style.css HTTP/1.1" 200 "Mozilla/4.08" 127.0.0.1 [23/May/2008:00:09:42] "GET /pic1.gif HTTP/1.1" 404 "Mozilla/4.08" 127.0.0.1 [23/May/2008:00:09:42] "GET /pic2.gif HTTP/1.1" 200 "Mozilla/4.08" My question is what we call "index.html" and the other three resources in this case. Is there any term like "base request" that refers to "index.html" and "related requests" to the other three entries? Thanks, Paul --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx