"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