/ Published in: Bash
Enter this command in Terminal to restart Apache. Especially useful after you've made changes to the hosts file.
Expand |
Embed | Plain Text
sudo apachectl -k graceful
Comments
Subscribe to comments
You need to login to post a comment.

i'm getting the following error when trying to execute this command in SSH:
bash: apachectl: command not found
any ideas?