in reply to Re^2: creating a file with a cgi script
in thread creating a file with a cgi script
As I said before, your web server process doesn't have permission to write to that directory. The error message seems pretty clear to me, but if you want more detail then try adding "use diagnostics" to your program.
Which user does your web server run as? Do you use suexec at at? What are the permissions on the directory that you are trying to write to?
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: creating a file with a cgi script
by Anonymous Monk on May 19, 2006 at 08:29 UTC | |
by davorg (Chancellor) on May 19, 2006 at 08:35 UTC |