What I noticed was - When I delete an app from the Web Front-end it doesn't necessary remove the Cron-job entries also stop the worker processes.
what I observed was -
the previously deleted webapps httpd worker
processes are still running unless I
do a manual killall.
Reproducing my experience -
I had deleted osqa app from the webfaction control panel but I noticed that httpd worker processes are still running?
| 32690 1716 /home/username/webapps/osqa/apache2/bin/httpd.worker -f /home/username/webapps/osqa/apache2/conf/httpd.conf -k start
32691 4136 /home//webapps/osqa/apache2/bin/httpd.worker -f /home/username/webapps/osqa/apache2/conf/httpd.conf -k start
32692 4112 /home/username/webapps/osqa/apache2/bin/httpd.worker -f /home/username/webapps/osqa/apache2/conf/httpd.conf -k start
32693 4088 /home/username/webapps/osqa/apache2/bin/httpd.worker -f /home/username/webapps/osqa/apache2/conf/httpd.conf -k start
32694 4096 /home/username/webapps/osqa/apache2/bin/httpd.worker -f /home/username/webapps/osqa/apache2/conf/httpd.conf -k start
32695 4124 /home/username/webapps/osqa/apache2/bin/httpd.worker -f /home/username/webapps/osqa/apache2/conf/httpd.conf -k start
32696 6248 /home/username/webapps/osqa/apache2/bin/httpd.worker -f /home/username/webapps/osqa/apache2/conf/httpd.conf -k start
|
asked
Oct 07 '12 at 09:31
Prajwal
25●5
Thanks for letting us know. I've taken a look at the code of the osqa installer and it doesn't remove the crontab or stops the processes. An internal ticket has been filled and we'll update the script as soon as possible.
Thanks. I'm curious to know what happens in the uninstall script on deleting an app?
i.e what exactly happens when I remove any app in general from the webfaction front-end. Thanks.
The script just removes any cronjobs that may have been created, deletes any databases that were created and deletes the application directory from the webapps directory.