diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-11 08:22:40 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-11 08:22:40 +0000 |
commit | ca9d00da6cf117a43874d3666b8e2f820d58da0c (patch) | |
tree | efc0db04d5ca89bb77445583693048c89db58e98 /profiles/desc/apache2_modules.desc | |
parent | make mod_cgi and mod_cgid modular and handled via USE flags (diff) | |
download | gentoo-2-ca9d00da6cf117a43874d3666b8e2f820d58da0c.tar.gz gentoo-2-ca9d00da6cf117a43874d3666b8e2f820d58da0c.tar.bz2 gentoo-2-ca9d00da6cf117a43874d3666b8e2f820d58da0c.zip |
make mod_cgi and mod_cgid modular and handled via USE flags
Diffstat (limited to 'profiles/desc/apache2_modules.desc')
-rw-r--r-- | profiles/desc/apache2_modules.desc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index 131915939d06..f0695c725944 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_modules.desc,v 1.2 2008/04/19 09:03:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_modules.desc,v 1.3 2010/07/11 08:22:39 lxnay Exp $ # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags. @@ -26,6 +26,8 @@ autoindex - Generates directory indexes, automatically, similar to the Unix ls c cache - Content cache keyed to URIs cern_meta - CERN httpd metafile semantics charset_lite - Specify character set translation or recoding +cgi - Enable CGI module (used by non-multithreaded MPMs, for eg. prefork) +cgid - Enable CGI module (used by multithreaded MPMs, for eg. worker) dav - Distributed Authoring and Versioning (WebDAV) functionality dav_fs - filesystem provider for mod_dav dav_lock - generic locking module for mod_dav |