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

Collapse All | Expand All

(-)/usr/portage/www-servers/apache/metadata.xml (+12 lines)
Lines 22-27 Link Here
22
		provides HTTP services in sync with the current HTTP standards.
22
		provides HTTP services in sync with the current HTTP standards.
23
	</longdescription>
23
	</longdescription>
24
	<use>
24
	<use>
25
		<!-- The modules for 2.4 could go to profiles/desc/apache2_modules.desc -->
26
		<flag name='apache2_modules_access_compat'>Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions.</flag>
27
		<flag name='apache2_modules_authn_core'>Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions).</flag>
28
		<flag name='apache2_modules_authz_core'>Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user.</flag>
29
		<flag name='apache2_modules_cache_disk'>Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions).</flag>
30
		<flag name='apache2_modules_lbmethod_byrequests'>Request counting load balancer scheduler algorithm for proxy_balancer.</flag>
31
		<flag name='apache2_modules_lbmethod_bytraffic'>Weighted traffic counting load balancer scheduler algorithm for proxy_balancer.</flag>
32
		<flag name='apache2_modules_lbmethod_bybusyness'>Pending request counting load balancer scheduler algorithm for proxy_balancer.</flag>
33
		<flag name='apache2_modules_lbmethod_heartbeat'>Heartbeat traffic counting load balancer scheduler algorithm for proxy_balancer.</flag>
34
		<flag name='apache2_modules_slotmem_shm'>Slot-based shared memory provider.</flag>
35
		<flag name='apache2_modules_socache_shmcb'>A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment.</flag>
36
		<flag name='apache2_modules_unixd'>Basic (required) security for Unix-family platforms.</flag>
25
		<flag name='suexec'>Install suexec with apache</flag>
37
		<flag name='suexec'>Install suexec with apache</flag>
26
		<flag name='static'>Link in apache2 modules statically rather then plugins</flag>
38
		<flag name='static'>Link in apache2 modules statically rather then plugins</flag>
27
	</use>
39
	</use>

Return to bug 410607