[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Auto install - new site - cgi
- Subject: [cobalt-users] Auto install - new site - cgi
- From: "Gary" <info@xxxxxxxxxxxxx>
- Date: Mon Jun 19 11:20:23 2000
---------Reply start---------
Thanks -f
"chown -R anyname *.cgi" worked well.
Had a look round the cgi that creates sites and chown's them,
do i understand correctly that this cgi needs editing to include other files
I want auto installed.
Maybe it can be included in the auto installed cgi instead?
-GB-
-----Reply end------------
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