Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: can't locate under mod_cgi

by extremely (Priest)
on Aug 11, 2005 at 16:31 UTC ( [id://483026]=note: print w/replies, xml ) Need Help??


in reply to can't locate under mod_cgi

Drop the taint flag and test. Consider turning on the full cgi logging stuff so you can see the entire output of the script when erroring... Look for the ScriptLog directive. Also, is suExec involved? It can do really evil and surprising things.

--
$you = new YOU;
honk() if $you->love(perl)

Replies are listed 'Best First'.
Re^2: can't locate under mod_cgi
by hakkr (Chaplain) on Aug 11, 2005 at 23:39 UTC
    extremely Many thanks, ScriptLog does not seem to work in this case but it looks very useful. With your suexec tip I think I am now on the right track.

    Discovered that if I move my libs into the dir as root then it does not work. If I move them in as my own user it does. Which is strange as apache runs as nobody, maybe the umask on root is messing with something. root umask is 0022 my umask is 0002, not sure why but I think thats it, boy am I bad at playing the sys admin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 16:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found