Configuring HTTP/3 (QUIC) with Apache

anyone got any pointers where to get the mod_http3 from ?

This guy has made a decent article but missed the obvious.

https://www.linuxbash.sh/post/configuring-http3-quic-with-apache

Enable the module with a2enmod http2 and add Protocols h2 h3 http/1.1 to your apache config file of the respective server. Then restart Apache.

But the module is not included in the Apache distribution?

Neither the latest EL 10 nor Debian 13 compiles Apache with HTTP3 support. There’s no easy way to do it.

What I am after is the locations of the source files for the mod_http3 so I can look into it. His article covers a lot except where I can get the sources.

He mentioned the experimental Apache repositories on GitHub.

I don’t think the author knows where it is else he would of linked to it, easier using server that uses it.
Apache has ho docs on it and I searched github and found no source code.

do clouflare know? :confused:
https://www.cloudflare.com/en-gb/learning/performance/what-is-http3/

Nothing about Apache, its in Nginx and other web server as far as I read, but I find very little about apache.

this is quite a good article on the subject:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.