I want to be able to start an apache server from the command line, typing something like apache site-folder or apache . --port=2000
This sh
http-server is a much better simple http server than pache, it's what I use currently! :)Use [pache][1]
Install with npm - which comes with node here: http://nodejs.org/
sudo npm install pache -gRun on current dir, port 3000:
pacheOr specify directory and port:
pache site-directory 2000[1]: https://github.com/devinrhode2/pache