Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: CGI script cannot create file.

by Utilitarian (Vicar)
on Dec 18, 2012 at 08:55 UTC ( [id://1009316]=note: print w/replies, xml ) Need Help??


in reply to CGI script cannot create file.

As our anonymous monk above says, if you want to know what happened, you really should ensure you log it. using an or die clause with every open ensures you know where you failed.

As to using sudo in a CGI script DO NOT DO THAT set up a directory that the nobody user (or whatever uid your web server runs under) has write access to.

Hope that helps

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1009316]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-25 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found