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

How to use xampp command to stop apache on linux?

WBOY
Release: 2016-08-04 09:20:20
Original
1356 people have browsed it

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/

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template