a generic conf in /etc/h2o/h2o.conf listens for hosts on port 80
$ git clone https://github.com/reqshark/h2oinitd.git && cd h2oinitd
$ ./configure
$ make # installs h2o in /usr/local/bin
$ sudo make install # installs an init.d service for h2o
$ sudo service h2o start && sudo service h2o status
$ sudo service h2o stop