Hello,
I have written a python script that will spit out a log file. This python script will be executed as a CGI script.
I am able to run the python program, but not able to make it write to an output file. How can I enable Apache web server to do so ?
Thanks,
Dann