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

Re: [cobalt-users] Cgiwrap



On Thu, 11 Oct 2001, [iso-8859-1] Daniël Boeije wrote:

> Hey,
> 
> I want to install Page Publisher v1.1 and when i start pp.cgi it said he
> can't find /usr/cgiwrap/_interface.html doesn't exist. My absolute path is
> /home/sites/site3/users/mew/web/pp . Does someone has the same experience
> with this problem?

You spent $99 for this thing, and it has no tech support? and it won't
even install, lol

Best guess, you didn't set file ownership on the cgi properly, and thus,
cgiwrapper can't figure out which site is supposed to run it...

This is particularly important for cgi's in user directories....

chown mew.site3 pp.cgi
will probably do it...

given what this script does, be very carefull about ownership/permissions!

gsh