[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Deleting a user deleted the site!!!
- Subject: Re: [cobalt-users] Deleting a user deleted the site!!!
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat Jun 23 23:08:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"support" <mi@xxxxxxxxxxx> wrote
> We have a hosted RaQ3. Just right now I deleted a regular, non-site
> admin user via the control panel. For some reason, instead of
> deleting that user's files the root /web directory was deleted. Why
> did this happen and is there any way of recovering the directory??
>
> (yes, I'm panicking...can anyone help...?)
>
SSH into the server and check to see if the directory is actually missing.
/home/sites/siteX
and is the link entry there? use ls -la
lrwxrwxrwx 1 root root 17 Apr 5 21:44 www.domain.com ->
/home/sites/siteX
Look into /etc/named/records and see if the records are there.
Look at /etc/httpd/conf/httpd.conf and see it the VirtualHost records are there.
If all the above looks good try
/etc/rc.d/init.d/admserv restart
and
/etc/rc.d/init.d/httpd restart
Gerald