Home  >  Article  >  Backend Development  >  How to use xampp command to stop apache on linux?

How to use xampp command to stop apache on linux?

WBOY
WBOYOriginal
2016-08-04 09:20:201333browse

Can’t turn it off using service

How to use xampp command to stop apache on linux?

Reply content:

Can’t turn it off using service

How to use xampp command to stop apache on linux?

killall apache
If it’s not apache, it’s httpd.

Service needs to add the corresponding service script to /etc/init.d/rpm. Apache installed by apt-get automatically adds service. xampp needs to manually configure the service file and put it in /etc/init.d/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn