From: Jamie C. <jca...@we...> - 2019-09-19 06:12:47
|
On 17/Sep/2019 14:35 Joaquim Homrighausen <jo...@we...> wrote .. > > 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. That's a script used to restart the PHP FPM server. You can kill it if you're not using FCGI and want to clean up the system. |