You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by William A Rowe Jr <wr...@rowe-clan.net> on 2018/07/19 17:49:25 UTC

Re: Apache2 mod_http2 segfault

This came up on another channel, but seems to be general interest;

On Thu, Jul 19, 2018 at 12:18 PM, William A Rowe Jr <wr...@rowe-clan.net>
wrote:

>
> I'm at a loss to point to the canonical list of experimental components.
>

Is this it? Are there another authoritative list for 2.4.35-dev?

$ grep "<status>Experimental</status>" *.xml
core.xml:<status>Experimental</status> [ContentDigest directive]
mod_allowmethods.xml:<status>Experimental</status> [
mod_dialup.xml:<status>Experimental</status>
mod_echo.xml:<status>Experimental</status>
mod_example_hooks.xml:<status>Experimental</status>
mod_file_cache.xml:<status>Experimental</status>
mod_heartbeat.xml:<status>Experimental</status>
mod_heartmonitor.xml:<status>Experimental</status>
mod_lbmethod_heartbeat.xml:<status>Experimental</status>
mod_log_debug.xml:<status>Experimental</status>
mod_lua.xml:<status>Experimental</status>
mod_privileges.xml:<status>Experimental</status>
mod_sed.xml:<status>Experimental</status>
mod_session_crypto.xml:<status>Experimental</status>

Note that mod_allowmethods.xml tagged both the entire module and individual
directives, perhaps this is a pattern we want to follow to avoid confusion?
http://httpd.apache.org/docs/2.4/mod/mod_allowmethods.html

One last question; is it confusing if the authoritative docs page no longer
indicates that an installed older version was experimental? Since
http://httpd.apache.org/docs/2.4/ is an evolving document, can these pages
still be informative to users about their 2.4.16 install?