blob: 5eb62a4782978e1037a6e0cd9a08db039cd24dda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
authnz_crowd apache config was installed as
%%PREFIX%%/%%APACHEETCDIR%%/Includes/zzz_authnz_crowd.conf
To enable mod_authnz_crowd, you must ensure that the Subversion DAV
modules are enabled and loaded first, like this:
LoadModule dav_svn_module %%APACHEMODDIR%%/mod_dav_svn.so
LoadModule authz_svn_module %%APACHEMODDIR%%/mod_authz_svn.so
Include %%APACHEETCDIR%%/Includes/zzz_authnz_crowd.conf
EOM
}
]
|