in reply to Re^2: Sending a file through STDOUT using HTTP
in thread Sending a file through STDOUT using HTTP

I did a quick search on Google and it looks like the "httpd/unix-directory" think might be an Apache configuration issue. Are you sure your CGI code is actually getting executed? Maybe add something like print STDERR "My CGI called here" and see if that message shows up in your Apache error log.

Replies are listed 'Best First'.
Re^4: Sending a file through STDOUT using HTTP
by hcubed (Initiate) on Feb 18, 2005 at 18:07 UTC
    Well I'm pretty sure it gets called because the file does actually send. I printed to STDERR anyway and it showed up in the error_log correctly. Hmmm.