One Line Web Server

index > programming > shell > bash

Python

python -m SimpleHTTPServer 8080

PHP

php -S 0.0.0.0:8080 -t /path/to/webroot

Ruby

ruby -run -ehttpd . -p8080

Python/FTP

python -m pyftpdlib -p 2121