Template:ApacheAppSuiteConf/doc: Difference between revisions
From Open-Xchange
(Created page with "Some docs about the ApacheAppSuiteConf Template") |
No edit summary |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== 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 | |||
== See also == | |||
[[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