From: Joaquim H. <jo...@we...> - 2019-09-17 21:35:40
|
After a failed Virtualmin transfer of a plain HTML website with no PHP, from one server to another, I had to manually clean up the target system. I had to remove the newly created user and group, as well as the home directory. (Something also locks the password, group, and shadow files when this happens by the way) It had created some weird PHP init script in /etc/init.d/... like php-fcgi-domain-com (the server uses PHP-FPM 7.2 and nginx) Looking at the process list now, I see something running as domain.com, php-loop.pl. How do I get rid of that? :-) The site still has no PHP enabled. I created the site manually and used rsync/ssh/scp to get the contents over. -joho |