Commit 7c3d12c7 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #295 from alexrinass/apache2-macports-plugin

Added start/stop aliases for Apache 2 installation via macports.
parents d2754402 34f19440
# commands to control local apache2 server installation
# paths are for osx installation via macports
alias apache2start='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start'
alias apache2stop='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop'
alias apache2restart='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment