Skip to content

Instantly share code, notes, and snippets.

@abhiomkar
Created March 15, 2011 21:12
Show Gist options
  • Select an option

  • Save abhiomkar/871499 to your computer and use it in GitHub Desktop.

Select an option

Save abhiomkar/871499 to your computer and use it in GitHub Desktop.
Command to Stop / Start Cherokee Web Server on Mac OS X
# 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