I'm connected to a remote mac using ssh + terminal. I need to restart apache from terminal. How can I do that?
I am looking here http://httpd.apache.org/docs/2.2/stopping.html and tried:
apachectl -k graceful
but this command seems to not be found. How can I do it?
Thanks