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
On Thu, Oct 11, 2001 at 12:09:40PM -0400, Brad Noyes wrote:
"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)"
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?
This isn't going to help you, but the problem is with phpnuke -- Apache just reports what the PHP generates, so if it sends 5 bytes, that's why it's a blank page. (ie: there's nothing from this log file that would help pinpoint your problem beyond "it's phpnuke" ...) I'd look around for bugs with the version of phpnuke that you're running. Does it have any logs that you can go through, or a debug mode or something? -- Randomly Generated Tagline: "We all know Linux is great...it does infinite loops in 5 seconds." (Linus Torvalds about the superiority of Linux on the Amterdam Linux Symposium)
participants (2)
-
Brad Noyes
-
Theo Van Dinter