Hi all, i have a question about apache. I've loaded a php program called phpnuke (simaler to slashcode). But sometimes when i try to load the main page i get a blank page. I looked though the logs, and the php code. The only thing that i could find that was of interest was the access_log file. Here's a successful attempt "GET /phpnuke/ HTTP/1.1" 200 19586 "-" "Mozilla/5.0 (compatible; Konqueror/2.2.1-0.rh71.1.cups)" Here's an unsessful attempt "GET /phpnuke/ HTTP/1.1" 200 5 "-" "Mozilla/5.0 (compatible; Konqueror/2.2.1-0.rh71.1.cups)" The difference is the field following '200'. I looked on the net and i found that the numbers '19586' and '5' are the size of the object being returned to the client. Anyone have any idea why this might i might be only getting such a small object returned to the client, resulting in a blank page? Thanks, --Brad