]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/apache2-macports/README.md
dbf2e89a2fdbd4216968ed73f10f9305c4efac5e
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / apache2-macports / README.md
1 # apache2-macports plugin
2
3 Enables aliases to control a local Apache2 installed via [MacPorts](https://www.macports.org/).
4
5 To use it, add `apache2-macports` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... apache2-macports)
9 ```
10
11 ## Aliases
12
13 | Alias          | Function                                | Description           |
14 |----------------|-----------------------------------------|-----------------------|
15 | apache2restart | `sudo /path/to/apache2.wrapper restart` | Restart apache daemon |
16 | apache2start   | `sudo /path/to/apache2.wrapper start`   | Start apache daemon   |
17 | apache2stop    | `sudo /path/to/apache2.wrapper stop`    | Stop apache daemon    |
18
19 ## Contributors
20
21 - Alexander Rinass (alex@rinass.net)