Search

How to disable Apache to auto start after booting in Linux?

Use bleow command to disable Apache to auto start after system boot

$ service apache stop
     OR
$ sudo service apache stop

No comments: