Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311579
Collapse All | Expand All

(-)apache2.old (+11 lines)
Lines 4-9 Link Here
4
4
5
opts="configdump configtest fullstatus graceful gracefulstop modules reload virtualhosts"
5
opts="configdump configtest fullstatus graceful gracefulstop modules reload virtualhosts"
6
6
7
description_configdump="Dumps the configuration of the apache server. Requires lynx and server-info to be enabled."
8
description_configtest="Run  syntax  tests for configuration files only."
9
description_fullstatus="Gives the full status of the server. Requires lynx and server-status to be enabled."
10
description_graceful="A graceful restart advises the children to exit after the current request and reloads the configuration."
11
description_gracefulstop="A graceful stop advises the children to exit after the current request and stops the server."
12
description_modules="Dump a list of loaded Static and Shared Modules."
13
description_reload="Kills all children and reloads the configuration."
14
description_virtualhosts="Show the settings as parsed from the config file (currently only shows the virtualhost settings)."
15
description_stop="Kills all children and stops the server."
16
17
7
depend() {
18
depend() {
8
	need net
19
	need net
9
	use mysql dns logger netmount postgresql
20
	use mysql dns logger netmount postgresql

Return to bug 311579