dataset/seed/apache/README.md

38 lines
1.8 KiB
Markdown
Raw Normal View History

2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
# apache
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
Apache as web server.
2023-08-02 09:26:54 +02:00
[More informations about this software.](https://httpd.apache.org/)
2022-12-24 13:01:51 +01:00
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
## Variables for expert
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
### Général
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
#### Apache
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
Paramètrage avancé du serveur web Apache.
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
| 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 |
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
## Dependances
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
- [reverse-proxy-client](../reverse-proxy-client/README.md)
2022-12-24 13:01:51 +01:00
## Used by
2023-06-29 18:56:46 +02:00
[nextcloud](../nextcloud/README.md)
2023-02-14 14:43:41 +01:00
[All applications services for this dataset.](../README.md)