Stop a number of httpd processes starting on MacBook Pro running Mac OS X Lion?

独自空忆成欢 提交于 2019-12-12 02:23:22

问题


I am running MAMP and noticed that a number of httpd processes were running in Activity Monitor.

I had 24 separate processes running at one time. The users were daemon, root and _www. I also have zend running php, lighttpd and mysqld even though I uninstalled

Does anyone know how to stop some of these processes starting up in the first place?


回答1:


I found that you can turn off or stop services from starting up every time your machine starts by looking in the following folders:

  • /Library/LaunchAgents
  • /Library/LaunchDaemons
  • /Library/StartupItems

That sorted everything out.



来源:https://stackoverflow.com/questions/7346986/stop-a-number-of-httpd-processes-starting-on-macbook-pro-running-mac-os-x-lion

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!