Package Details: h2o 1.4.2-1

Package Base: h2o
Description: Optimized HTTP server with support for HTTP/1.x and HTTP/2
Upstream URL: https://github.com/h2o/h2o
Category: network
Licenses: MIT
Conflicts: libh2o
Provides: h2o, libh2o
Submitter: atweiden
Maintainer: atweiden
Last Packager: atweiden
Votes: 10
First Submitted: 2014-12-26 01:26
Last Updated: 2015-07-28 17:11

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by paulpref

2015-06-22 03:48

My oh mh, and then there was 1.3.1:
https://github.com/h2o/h2o/releases/tag/v1.3.1

Thanks!

Comment by atweiden

2015-05-12 21:23

Added, thank you.

For now, I am installing a dummy h2o.conf file from upstream's examples/h2o/h2o.conf to /etc/h2o.conf. If anyone knows of a better conf file to be used for the default, I accept PRs at https://github.com/atweiden/pkgbuilds.

Comment by paulpref

2015-05-07 22:25

Thanks a lot for this package, Andy!

After installing h2o for the first time and reviewing the documentation, here’s my first attempt at a systemd service unit file, in case it could be useful.

[Unit]
Description=h2o, a very fast HTTP server written in C
After=network.target

[Service]
Type=simple
SyslogLevel=notice

ExecStart=/usr/sbin/h2o --mode master --conf /etc/h2o.conf
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multiuser.target