Hi,
can anyone explain to me why is not a good idea to have a cgi (or perl) script
that write file on the filesystem using apache web server?
I friend of mine says that is better to use an application server because
using a web server can cause filesystem inconsistency...but i don't know
why!
T
Hi,
i fave a php script that upload a file on my apache web server in the cgi-bin
folder.
No problem for this.
After i run a cgi-script that must open this file, the problem is that the
file isn't opened.
If i create a file with the script and the next time i open it all is ok.
But if i try t