Skip to content

COPR for H2O - The optimized HTTP/1, HTTP/2, HTTP/3 server

License

Notifications You must be signed in to change notification settings

thomastoye/h2o-rpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H2O COPR

COPR project

Based on tatsushid's work

This repository is used to build H2O RPM's for CentOS trough COPR.

If you're looking for a Debian package, please see h2o-deb

Installation

Quick enable

If you have yum-plugin-copr:

$ dnf enable snthaoeu/h2o
$ yum -y install h2o

Manually adding the repository

Add the relevant repository from here to /etc/yum.repos.d then install with yum -y install h2o.

Usage

Once the installation finishes successfully, you can see a configuration file at /etc/h2o/h2o.conf.

To start h2o, please run

service h2o start

or

systemctl enable h2o.service
systemctl start h2o.service

License

This is under MIT License. Please see the LICENSE file for details.

Languages

  • Shell 93.2%
  • HTML 6.8%