2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
2023-08-11 09:38:05 +02:00
[Return to the list of application services. ](../README.md )
2022-12-24 13:01:51 +01:00
# apache
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
2023-08-11 09:38:05 +02:00
[Apache as web server. ](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-11 09:38:05 +02:00
### General
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-11 09:38:05 +02:00
Advance Apache web server settings.
2022-12-24 13:01:51 +01:00
2023-08-11 09:38:05 +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 ) | Amount of time the server will wait for certain events before failing a request.< br /> Time in seconds.< 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 ) | Enables HTTP persistent connections.< 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-11 09:38:05 +02:00
- [reverse-proxy-client ](../reverse-proxy-client/README.md ): Application service needs interact with a a reverse proxy server.
2022-12-24 13:01:51 +01:00
## Used by
2023-06-29 18:56:46 +02:00
[nextcloud ](../nextcloud/README.md )