I am trying to use directive ScriptLog to debug CGI code but, so far
haven't been able to see any output.

My httpd server user name is 'apache' in group 'apache'.  I have
created a directory in my $HOME name 'cgi-log' and made its owner and
group to be apache.

$ ls -ld cgi-log
drwxr-xr-x 2 apache apache 4096 Aug 23 19:16 cgi-log

In my httpd.conf file I have:

ScriptLog /home/tbrowde/cgi-log/cgi.log

I am using Perl and CGI::Carp, with "carp 'msg...'" statements but am
not seeing anything.

But I have yet to see any output there.  What, specifically, in my CGI
programs, do I need to do to get output?

Thanks.

Best regards,

-Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to