summaryrefslogtreecommitdiff
path: root/plugins/apache2-macports
diff options
context:
space:
mode:
authorKhasMek <Boushh@gmail.com>2015-05-08 15:42:26 -0600
committerncanceill <nicolas.canceill@ens-cachan.org>2015-06-12 00:00:47 +0200
commite0ce87632d1d8ecb609bb96202a8fb3151f6be4f (patch)
tree304488e93ac892c2a8f53875561ca0f180c2739d /plugins/apache2-macports
parent3f9298514e22d6e5923f14f98b825f1688158781 (diff)
downloadzsh-e0ce87632d1d8ecb609bb96202a8fb3151f6be4f.tar.gz
zsh-e0ce87632d1d8ecb609bb96202a8fb3151f6be4f.tar.bz2
zsh-e0ce87632d1d8ecb609bb96202a8fb3151f6be4f.zip
Plugins: apache2-macports - add README
Diffstat (limited to 'plugins/apache2-macports')
-rw-r--r--plugins/apache2-macports/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/apache2-macports/README.md b/plugins/apache2-macports/README.md
new file mode 100644
index 000000000..099fc8da3
--- /dev/null
+++ b/plugins/apache2-macports/README.md
@@ -0,0 +1,19 @@
+## APACHE2 MACPORTS PLUGIN
+
+
+---
+
+### FEATURES
+
+| Alias | Function | Description |
+|:--------------:|:-------------------------------------------------------------------------------|----------------------:|
+| apache2restart | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart | Restart apache daemon |
+| apache2start | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start | Start apache daemon |
+| apache2stop | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop | Stop apache daemon |
+
+---
+
+### CONTRIBUTORS
+ - Alexander Rinass (alex@rinass.net)
+
+---