Template:ApacheAppSuiteConf/doc: Difference between revisions
From Open-Xchange
No edit summary |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
===Parameters=== | ===Parameters used by this template=== | ||
; connector: ajp or http | ; connector: ajp or http, fallback to ajp if empty | ||
; connectorConf: path to the configuration file of the chosen connector | ; connectorConf: path to the configuration file of the chosen connector, fallback to ajpConf (deprecated) | ||
; loadmodule: | ; loadmodule: Loadmodule directive needed for apache on RedHat based distros e.g.: LoadModule proxy_http_module modules/mod_proxy_http.so | ||
; apacheconf: path to the config file of the default apache vhost(http) | |||
; docroot: path to the apache docroot, fallback to /var/www | |||
; easProxyName: the proxyName to use for the eas specific proxy container, only when using http for the connector parameter | |||
== See also == | == See also == | ||
[[Template:ApacheAppSuiteConf/testcases]] | [[Template:ApacheAppSuiteConf/testcases]] |
Latest revision as of 09:52, 22 July 2013
Usage
Parameters used by this template
- connector
- ajp or http, fallback to ajp if empty
- connectorConf
- path to the configuration file of the chosen connector, fallback to ajpConf (deprecated)
- loadmodule
- Loadmodule directive needed for apache on RedHat based distros e.g.: LoadModule proxy_http_module modules/mod_proxy_http.so
- apacheconf
- path to the config file of the default apache vhost(http)
- docroot
- path to the apache docroot, fallback to /var/www
- easProxyName
- the proxyName to use for the eas specific proxy container, only when using http for the connector parameter