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

Re: [cobalt-users] problems with frontpage upload on raq4



Hi!

In this script there is mentioned the following:

# Now change ownership of stats files for siteadmin
    $messages .= `chown -R httpd:$name $thepath`;

and change "httpd" to "nobody"

but there is already the following:

# Now change ownership of files for frontpage and non-frontpage enabled
sites
if (!-d $webpath . "/_vti_bin") {
    $messages .= `echo "Frontpage NOT ENABLED on $webpath"`;
    $messages .= `chown -R httpd:$name $thepath`;
    } else {
    $messages .= `echo "Frontpage ENABLED on $webpath"`;
    $messages .= `chown -R nobody:$name $thepath`;
}

so it SHOULD work already (_vti_bin exists!), but it dont.....


----- Original Message -----
From: Dan Kriwitsky
To: cobalt-users@xxxxxxxxxxxxxxx
Sent: Wednesday, August 01, 2001 5:29 PM
Subject: RE: [cobalt-users] problems with frontpage upload on raq4

See if this helps
http://list.cobalt.com/pipermail/cobalt-users/2000-December/027302.html
Changing ownership to "nobody" is key to be compatible with FP.