I am using Apache 2.0.54 on Windows XP SP2. I am invoking CGI (.exe)
over SSL via POST method. Inside the CGI there is a command:
system("tar ...");
If I invoke this CGI simultaneously only the first one is able to
execute the command, later ones give the error:
The process cannot access the file because it is being used by another
process.\r, referer:
https://192.168.1.1/
Any ideas, would this be a configuration problem ?
--Gopu