5616N/Adnl modules enabled in this directory by default
5616N/Adnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
5616N/AAPACHE_MODPATH_INIT(generators)
5616N/AAPACHE_MODULE(autoindex, directory listing, , , yes)
5616N/AAPACHE_MODULE(asis, as-is filetypes, , , yes)
5616N/AAPACHE_MODULE(info, server information, , , most)
5616N/AAPACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [
5616N/A# if we are using a threaded MPM, we will get better performance with
5616N/A# mod_cgid, so make it the default.
5616N/A APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , yes, [
5616N/A dnl Does the system have the appropriate patches?
5616N/A AC_MSG_WARN([Unknown platform])
5616N/A AC_MSG_CHECKING([for Solaris patch $patch_id])
5616N/A dnl Solaris 11 (next release) as of snv_19 doesn't have this problem.
5616N/A AC_MSG_ERROR([Please apply either patch # 120664 (Sparc) or # 120665 (x86).
5616N/AWithout these patches, mod_cgid is non-functional on Solaris 10 due to an OS
5616N/AIf you can not apply these patches, you can do one of the following:
5616N/A - run configure with --disable-cgid
5616N/A - switch to the prefork MPM
5616N/A APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , no)
5616N/A# if we are using a non-threaded MPM, it makes little sense to use
5616N/A# mod_cgid, and it just opens up holes we don't need. Make mod_cgi the
5616N/A APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , yes)
5616N/A APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , no)
5616N/AAPR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])