Skip to content

reqshark/h2oinitd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h2o init.d service on linux

a generic conf in /etc/h2o/h2o.conf listens for hosts on port 80

install h2o and the init.d service

$ 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