Simple minimal HTTP Server

netcat

while true ; do nc -l -p 1500 -c 'echo -e "HTTP/1.1 200 OK\n\n $(date)"' ; done
click the source code to copy install netcat on any operating system with command-not-found.com