On Thu, Jan 03, 2008 at 08:59:43AM -0500, Eric Meddaugh wrote:
Any ideas on what to look for? Nothing I can see in any of the logs
indicates a problem.. Is there any "debug" that can be turned on to figure
out why it's not working now? Not sure how long it's been this way, but it
has the problem when it try to generate it on the web, it appears to be able
to generate it via our daily script, just not via the web anymore.
This smells like a permissions problem to me. Check that the webserver
userid/group has write permissions to the www/rep/ directory.
If that doesn't help, you can login/su so you have the user/group-ID of
your webserver, and then run the CGI by hand like this:
REQUEST_METHOD=GET \
SCRIPT_NAME=bb-rep.sh \
QUERY_STRING="start-mon=Jan&start-day=1&start-yr=2008&end-mon=1&end-day=3&end-yr=2008&style=crit" \
~hobbit/cgi-bin/bb-rep.sh
Henrik