web-dev-qa-db-fra.com

Arrêtez le serveur Apache sur Mac High Sierra

J'essaie d'arrêter le serveur Apache sur mon macbook . J'ai essayé ce qui suit

$ Sudo apachectl stop

/System/Library/LaunchDaemons/org.Apache.httpd.plist: Impossible de trouver le service spécifié.

$ Sudo launchctl unload -w /System/Library/LaunchDaemons/org.Apache.httpd.plist

/System/Library/LaunchDaemons/org.Apache.httpd.plist: Impossible de trouver le service spécifié.

Qu'est-ce que je fais mal?

7
Vahagn Sargsyan
Sudo killall httpd 

Cela devrait marcher. 

3
Umesh Raj Satyal

voir https://superuser.com/a/1110751/925311 :

Sudo launchctl unload -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.Apple.serviceproxy.plist
1
Travis Warlick