[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] CGIWRAP Problem Raq 3



> I have permissions set. I even tried chmod 777 on all my directories
> involved with the script to see if that would work. I tried moving things
around and rerunning the
> install script a number of times. I set it up as  the site
> administrator. THis is a new one and I can't figure it
> out. Anyone have any
> suggestions for fixing this?

check ownership
ls -la
see who owns the cgi file? (is it same owner/group as files on site)
chmod 711 should work

Gerald