Module: ChickenSoup::WebServer

Defined in:
lib/chicken_soup/capabilities/nginx/nginx-defaults.rb,
lib/chicken_soup/capabilities/apache/apache-defaults.rb

Constant Summary collapse

STANDARD_CONTROL_SCRIPTS =
['/usr/sbin/apachectl', '/usr/sbin/apache2', '/usr/sbin/httpd']
STANDARD_LOG_LOCATIONS =
['/var/log/apache2', '/var/log/httpd', '/etc/httpd/logs']
STANDARD_ERROR_LOGS =
['error_log', 'error.log', 'httpd-error.log']
STANDARD_ACCESS_LOGS =
['access_log', 'access.log', 'httpd-access.log']