[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGIWRAP Problem Raq 3
- Subject: Re: [cobalt-users] CGIWRAP Problem Raq 3
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri Nov 9 22:25:17 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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