racytj
10-10-2001, 12:43 AM
I deleted a virtual site from my server using the admin panel. About a month later, i attempted to add the same domain again using the admin panel but could not. When I check the /home/sites directory I see the domain listed there. How can I manually remove this domain completely from my RaQ3?
texasweb
10-10-2001, 09:26 AM
Telnet in, su root,
rm -R /home/sites/site#
Chicken
10-10-2001, 11:02 AM
I was going to suggest that, but wondered what (if any) other error that would produce? Have you just removed the folder and all was well?
texasweb
10-10-2001, 11:24 AM
I have removed a folder before, not for that reason but for another and did not have any problems.
He should check and make sure there is no VirtualHost for that domain in the /etc/httpd/conf/httpd.conf before removing the folder.
CmptrWz
10-10-2001, 03:16 PM
From what I am assuming, you have to delete the alias that is still sitting there.