diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -47,6 +47,9 @@ INSTALLATION make test make install + Note that the Apache::* and Apache2::* dependencies are included with + mod_perl2. + OPERATION Behind the scenes, the Inject directive works as an alias for PerlResponseHandler and PerlSetVar. For example, "Inject head.html @@ -95,13 +98,16 @@ DIAGNOSTICS cannot retrieve the current document root from Apache. CAVEATS - On FreeBSD, you need to enable the accf_http kernel module in order for - the tests to work. Note that Apache::Inject works fine without the + On FreeBSD, you may need to enable the accf_http kernel module in order + for the tests to work. Note that Apache::Inject works fine without the module; it is only the tests that require it. AUTHOR John Ankarström, <john [at] ankarstrom.se> +SEE ALSO + mod_perl2: <https://perl.apache.org/> + COPYRIGHT AND LICENSE Copyright (C) 2021 by John Ankarström |