When I am checking my logs of my local httpd I am not seeing the user agent in the log file. It only displays this "GET /index.htm?9412041 HTTP/1.0" 200 5123 What I am getting from reading the site it should look more like this "HTTP/1.1" 200 1059 "-" "User-Agent of some sort" Does anyone know why this wouldnt show up correctly? I have tried to get it to display through 4 different IP address to see if it was because it was being accessed from the same IP address and it didnt work on any of them. Is there an option I have missed in apache some where?