Access Issues?

Access Issues?

Posted by: fhomess
Posted on: 2007-07-03 11:14:00

I have a script I'm trying to run for a gaming league I'm in. The script runs if I run it manually on the server, however it needs to be run on access from the web for anyone who wishes to access it.

Here's an example of the output that I see when I run it from the server:
Working Output

Here's what happens when you access it from the web:
Not Working

Now I realize there may be some issues with the script itself in terms of getting the file times correctly, but I should at least get some output. I've set the directory and the all the necessary files to have read-execute permission for all users.

Any other ideas?

Re: Access Issues?

Posted by: Tor
Posted on: 2007-07-03 11:28:00

What happens if you rename or copy exportTracker.html to exportTracker.cgi or exportTracker.pl ?

tor.eff.org
Promos: MaxTOR: Save Maximum TOR: Save Maximum and give $1 to TOR

Re: Access Issues?

Posted by: fhomess
Posted on: 2007-07-09 14:49:00

Ah *.cgi worked great. Thanks!

Tags: manuallyserver