PDA

View Full Version : Complete Removal


iLLiCiT
5th November 2007, 13:27
Hello,

I have removed the two folders with
rm -rf /root/ispconfig
rm -rf /home/admispconfig

but the redirection on https on port 81 still exists.
How can i completely remove ISPConfig from my system without reinstallation of the OS?

Thanks in advance

till
5th November 2007, 13:31
The correct way to uninstall ISPConfig is to run:

/root/ispconfig/uninstall

If you removed the folders manually, ISPConfig is not on your system anymore but there are e.g. the cronjobs still active. To remove the cronjobs, edit your root crontab and remove all ISPConfig related entrys. I guess you also forgot to stop ISPConfig before you deleted the folders, so you will have to reboot now to stop the apache on port 81.

iLLiCiT
5th November 2007, 13:45
I tried the uninstall but it didn't work. So i followed the manual way.
Yes, indeed i forgot to stop the ispconfig daemon before deleting the folders. How silly of me :D
I'll check about the crons as soon as possible and i'll give the server a reboot.
I'll inform if everything went smoothly.
And again Thanks.

till
5th November 2007, 13:46
I tried the uninstall but it didn't work. So i followed the manual way.

The uninstall script will only work when ISPConfig was completely installed before. For incomplete installations you will have to use the manual way.