@@ -19,15 +19,16 @@ You can use the following variables (`-e` option in `docker run`):
19
19
* QGIS_SERVER_LOG_LEVEL: The debug level for the logs (0=max debug, 3=no debug logs)
20
20
* PGSERVICEFILE: If you want to change the default of ` /etc/qgisserver/pg_service.conf `
21
21
* QGIS_PROJECT_FILE: If you want to change the default of ` /etc/qgisserver/project.qgs `
22
- * MAX_REQUESTS_PER_PROCESS: The number of requests a QGIS server will serve before being restarted by apache
23
- * MIN_PROCESSES: The minimum number of fcgi processes to keep (defaults to 1)
24
- * MAX_PROCESSES: The maximum number of fcgi processes to keep (defaults to 5)
25
22
* QGIS_CATCH_SEGV: Set to "1" if you want stacktraces in the logs in case of segmentation faults.
26
- * BUSY_TIMEOUT: The maximum time limit for request handling (defaults to 300)
27
- * IDLE_TIMEOUT: Application processes which have not handled a request for
28
- this period of time will be terminated (defaults to 300)
29
- * IO_TIMEOUT: The maximum period of time the module will wait while trying to
30
- read from or write to a FastCGI application (defaults to 40)
23
+ * FCGID_MAX_REQUESTS_PER_PROCESS: The number of requests a QGIS server will serve before being restarted by apache
24
+ * FCGID_MIN_PROCESSES: The minimum number of fcgi processes to keep (defaults to 1)
25
+ * FCGID_MAX_PROCESSES: The maximum number of fcgi processes to keep (defaults to 5)
26
+ * FCGID_IO_TIMEOUT: This is the maximum period of time the module will wait while trying to read from or
27
+ write to a FastCGI application (default to 40)
28
+ * FCGID_BUSY_TIMEOUT: The maximum time limit for request handling (defaults to 300)
29
+ * FCGID_IDLE_TIMEOUT: Application processes which have not handled a request for
30
+ this period of time will be terminated (defaults to 300)
31
+
31
32
Fonts present in the ` /etc/qgisserver/fonts ` directory will be installed and thus usable by QGIS.
32
33
33
34
## Running the client
0 commit comments