
japhy
Enthusiast
Mar 21, 2001, 4:21 PM
Post #2 of 3
(301 views)
|
The problem is that every file in the cgi-bin directory is expected to be a program. Thus, even if the file is foo.jpg, the server will try to execute it. Either move the images out of that directory, or make a program that prints the contents of the image. Jeff "japhy" Pinyan -- accomplished hacker, teacher, lecturer, and author
|