Back to Ohmyzsh

apache2-macports plugin

plugins/apache2-macports/README.md

latest734 B
Original Source

apache2-macports plugin

Enables aliases to control a local Apache2 installed via MacPorts.

To use it, add apache2-macports to the plugins array in your zshrc file:

zsh
plugins=(... apache2-macports)

Aliases

AliasFunctionDescription
apache2restartsudo /path/to/apache2.wrapper restartRestart apache daemon
apache2startsudo /path/to/apache2.wrapper startStart apache daemon
apache2stopsudo /path/to/apache2.wrapper stopStop apache daemon

Contributors