[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Auto install - new site - cgi
- Subject: Re: [cobalt-users] Auto install - new site - cgi
- From: "Fathi Said" <fathi@xxxxxx>
- Date: Fri Jun 16 12:31:10 2000
- Organization: Hosting-Network, Inc.
> Tried chmod as admin and site admin by ftp but permission denied.
> it is as if httpd owns the files that are created from etc/skel when a new
> site is created
Ok. Do the following -- login as root. Also setup a site admin with name
"anyname".
The go to /home/sites/www.clientdomain.com/ (or the path where the CGIs
are)
type:
"chown -R anyname *.cgi"
"chmod -R 755 *.cgi"
You can also include the CH commands in the script that cobalt uses to setup
the new sites (actually, there are similar commands in there to do a chown
siteadmin index.html to the virtual site default page)
-f