===========================================================================
$NetBSD$

To enable this module, add something like the following lines to
your Apache server configuration file:

  LoadModule fcgid_module lib/httpd/mod_fcgid.so

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

===========================================================================
