dataset/seed/apache/README.md

40 lines
1.7 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.
[For more informations](https://httpd.apache.org/)
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
2023-08-01 15:13:17 +02: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
| Description | Help | Type | Values |
|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------------|-------------------------------------------------------------------------------------------------------------------------|----------|
| **Temps d'attente des entrées/sorties avant de considérer qu'une requête a échoué** (*[general.apache.apache_timeout](dictionaries/20_web.xml)*) | Temps en secondes | [number](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | 300 |
| **Autoriser les connexions persistantes** (*[general.apache.apache_keepalive](dictionaries/20_web.xml)*) | | [boolean](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | True |
2022-12-24 13:01:51 +01:00
- [+]: variable is multiple
- **bold**: variable is mandatory
2023-08-02 09:26:54 +02:00
## Dependances
- [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)