This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Re: Creating a file in a CGI script... in thread Creating a file in a CGI script...
Hmm, I don't think Apache can control what directories you can
write to from your Perl script, since Perl is writing directly to the file,
not through the http server. You fixed your problem by moving to a directory where the webserver user had
system permissions to write to.
|