diff --git a/apache/mod_http2.pl b/apache/mod_http2.pl new file mode 100755 index 000000000..a70b014b4 --- /dev/null +++ b/apache/mod_http2.pl @@ -0,0 +1,8 @@ +# mod_http2.pl + +sub mod_http2_directives +{ +$rv = [ ]; +return &make_directives($rv, $_[0], "mod_http2"); +} +