Created
March 15, 2011 21:12
-
-
Save abhiomkar/871499 to your computer and use it in GitHub Desktop.
Command to Stop / Start Cherokee Web Server on Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Stop Cherokee Web Server | |
| sudo launchctl unload -w /Library/LaunchDaemons/org.cherokee.webserver.plist | |
| # Start Cherokee Web Server | |
| sudo launchctl load -w /Library/LaunchDaemons/org.cherokee.webserver.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment