aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorroot <root@rbsd.ankarstrom.se>2021-04-24 19:00:25 +0000
committerroot <root@rbsd.ankarstrom.se>2021-04-24 19:00:25 +0000
commitbc581b57b8300b848c41bd42864415f5e3415242 (patch)
tree524ed15315cda8066ad3e903ecc9529c649663e3 /README
parentfc35d7b8a8e9e5003a2350b6976acedfef47ce8d (diff)
downloadApache-Inject-bc581b57b8300b848c41bd42864415f5e3415242.tar.gz
Fix dependencies, improve installation instructions
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 6dbbbc5..a7c716b 100644
--- a/README
+++ b/README
@@ -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