in reply to Re^4: Broken image link when calling CGI from img tag
in thread Broken image link when calling CGI from img tag

I was hoping there would be some generic guidelines on how to handle dynamic image generation and img tags but anyway

Check the logs, check the raw http request (or check link directly without img tag). <P. Either you're not outputting the image correctly (correct headers, binmode ...), or permissions on the file are wrong, or the webserver is configured to not serve images from that directory ....

  • Comment on Re^5: Broken image link when calling CGI from img tag