cookbook 'apache', '= 0.0.1'
apache (5) Versions 0.0.1 Follow25
various apache server related resource provides (LWRP)
cookbook 'apache', '= 0.0.1', :supermarket
knife supermarket install apache
knife supermarket download apache
Description
various apache server related resource provides (LWRP)
-
apache_fastcgi
- install fastcgi server via name based virtual host, now onlyexternal
mode available
Systems supported
- gentoo
Requirements
- apache server
- mod_fastcgi
Resource Attributes
- obligatory
-
socket
- a socket to which fast cgi external server is binded -
server_name
- name of virtual host
-
- optional
-
timeout
- Integer, a time to wait for fast cgi server response, in seconds, default value180
-
access_log
- a path to apache access log file -
error_log
- a path to apache error log file
-
Usage
apache_fastcgi 'myserver' do
action 'install'
socket '/var/run/fast-cgi-server/socket'
server_name 'host.myserver.com'
end
Links
ToDo
- support for ubuntu
Dependent cookbooks
This cookbook has no specified dependencies.