How To Make Apache Not Run Automatically Linux

[Solved] How To Make Apache Not Run Automatically Linux | Shell - Code Explorer | yomemimo.com
Question : how to make apache not run automatically linux

Answered by : indonesia-people

Ubuntu/Debian: update-rc.d -f apache2 remove
Gentoo: rc-update del apache2
ArchLinux: systemctl disable apache2

Source : https://superuser.com/questions/541135/how-do-i-prevent-apache-service-from-auto-starting-on-linux | Last Update : Mon, 24 May 21

Answers related to how to make apache not run automatically linux

Code Explorer Popular Question For Shell