ocf:apache — Apache web server
OCF_RESKEY_configfile=string [OCF_RESKEY_httpd=string] [OCF_RESKEY_port=integer] [OCF_RESKEY_statusurl=string] [OCF_RESKEY_options=string] [OCF_RESKEY_testregex=string] apache [start | stop | status | monitor | meta-data | validate-all]
This is the resource agent for the Apache web server. Thie resource agent operates both version 1.x and version 2.x Apache servers. See also http://httpd.apache.org/
The full pathname of the Apache configuration file. This file is parsed to provide defaults for various other resource agent parameters.
The full pathname of the httpd binary (optional).
A port number that we can probe for status information using the statusurl. This will default to the port number found in the configuration file, or 80, if none can be found in the configuration file.
The URL of the apache status module. If left unspecified, it will be inferred from the apache configuration file.
Extra options to apply when starting apache. See man httpd(8).
Regular expression to match in the output of statusurl. It is case insensitive.