NetBSD Apache

Setup

  • Apache user: www
  • Configuration files: /usr/pkg/etc/httpd
The following files should be created for apache-2.2.22nb1:

        /etc/rc.d/apache (m=0755)
            [/usr/pkg/share/examples/rc.d/apache]

mod_fcgid

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>