[
{ type: install
  message: <<EOM
To enable this module, add something like the following
lines to your server configuration file:

  LoadModule fcgid_module libexec/apache24/mod_fcgid.so

  <IfModule mod_fcgid.c>
    AddHandler fcgid-script .fcgi
  </IfModule>

If you are upgrading from mod_fcgid 2.2, you have to rename
the directives you have used in the config files:
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#upgrade
EOM
}
]
