Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 327327 | Differences between
and this patch

Collapse All | Expand All

(-)eclass/apache-2.eclass (-8 lines)
Lines 245-258 Link Here
245
		MY_CONF="${MY_CONF} --without-ssl --disable-ssl"
245
		MY_CONF="${MY_CONF} --without-ssl --disable-ssl"
246
	fi
246
	fi
247
247
248
	if use threads || has ${MY_MPM} ${IUSE_MPMS_THREAD} ; then
249
		MY_CONF="${MY_CONF} --enable-cgid=${mod_type}"
250
		MY_MODS="${MY_MODS} cgid"
251
	else
252
		MY_CONF="${MY_CONF} --enable-cgi=${mod_type}"
253
		MY_MODS="${MY_MODS} cgi"
254
	fi
255
256
	if use suexec ; then
248
	if use suexec ; then
257
		elog "You can manipulate several configure options of suexec"
249
		elog "You can manipulate several configure options of suexec"
258
		elog "through the following environment variables:"
250
		elog "through the following environment variables:"
(-)www-servers/apache/apache-2.2.15.ebuild (-5 / +5 lines)
Lines 13-23 Link Here
13
IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
13
IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
14
authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
14
authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
15
authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
15
authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
16
charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires
16
charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
17
ext_filter file_cache filter headers ident imagemap include info log_config
17
env expires ext_filter file_cache filter headers ident imagemap include info
18
log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
18
log_config log_forensic logio mem_cache mime mime_magic negotiation proxy
19
proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
19
proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif
20
status substitute unique_id userdir usertrack version vhost_alias"
20
speling status substitute unique_id userdir usertrack version vhost_alias"
21
21
22
# inter-module dependencies
22
# inter-module dependencies
23
# TODO: this may still be incomplete
23
# TODO: this may still be incomplete

Return to bug 327327