forked from stove/dataset
37 lines
1.8 KiB
Markdown
37 lines
1.8 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
|
|
# apache
|
|
|
|
## Synopsis
|
|
|
|
Apache as web server.
|
|
|
|
[Software's website.](https://httpd.apache.org/)
|
|
|
|
|
|
|
|
## Variables for expert
|
|
|
|
### Général
|
|
|
|
#### Apache
|
|
|
|
Paramètrage avancé du serveur web Apache.
|
|
|
|
| Parameter | Comments |
|
|
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
|
|
| **[general.apache.apache_timeout](dictionaries/20_web.xml)**<br/>mandatory<br/>**Type:** [`number`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Temps d'attente des entrées/sorties avant de considérer qu'une requête a échoué.<br/>Temps en secondes.<br/>**Default:** 300 |
|
|
| **[general.apache.apache_keepalive](dictionaries/20_web.xml)**<br/>mandatory<br/>**Type:** [`boolean`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Autoriser les connexions persistantes.<br/>**Default:** True |
|
|
|
|
## Dependances
|
|
|
|
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
|
|
|
## Used by
|
|
|
|
[nextcloud](../nextcloud/README.md)
|
|
|
|
[All applications services for this dataset.](../README.md)
|