My oh mh, and then there was 1.3.1:
https://github.com/h2o/h2o/releases/tag/v1.3.1
Thanks!
Search Criteria
Package Details: h2o 1.4.2-1
Package Actions
| 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: | |
| Conflicts: | |
| Provides: | |
| Submitter: | atweiden |
| Maintainer: | atweiden |
| Last Packager: | atweiden |
| Votes: | 10 |
| First Submitted: | 2014-12-26 01:26 |
| Last Updated: | 2015-07-28 17:11 |
Latest Comments
Comment by paulpref
Comment by atweiden
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
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