Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: mkdir through a web interface

by higle (Chaplain)
on Oct 04, 2001 at 23:06 UTC ( [id://116791]=note: print w/replies, xml ) Need Help??


in reply to mkdir through a web interface

Make sure that you've changed the permissions on your script file so that it's executable, i.e. (if you're running under Unix):
chmod 0755 foo.pl

It's also a good idea to check that the directory that you're trying to create a directory in has write permissions for the webserver... you definitely want to contain such scripts as this in their own subdirectories of the cgi-bin directory, and grant permissions to just those directories, or you're looking at possible security holes.

higle

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-16 16:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found