Hello there,
I am having a problem with cgi scripts being run by Apache under Windows.
The script I am working on needs to be able to access a network directory, but when it is run by Apache, the script is not given sufficent permissions to do this. I have looked into a few solutions, including plugins such as SuExec and sbox, but these solutions seem to be for *nix servers only.
Is there anything I can do to change the runtime permissions of my cgi scripts on Apache under Windows?